pub unsafe fn load_pte<E: PageTableEntryTrait>(
ptr: *mut E,
ordering: Ordering,
) -> EExpand description
Loads a page table entry with an atomic instruction.
- This function should meet the safety requirement of
AtomicUsize::from_ptr.
pub unsafe fn load_pte<E: PageTableEntryTrait>(
ptr: *mut E,
ordering: Ordering,
) -> ELoads a page table entry with an atomic instruction.
AtomicUsize::from_ptr.