pub unsafe fn load_pte<E: PageTableEntryTrait>(
ptr: *mut E,
ordering: Ordering,
) -> E
Expand description
Loads a page table entry with an atomic instruction.
- The safety preconditions are same as those of
AtomicUsize::from_ptr
.
pub unsafe fn load_pte<E: PageTableEntryTrait>(
ptr: *mut E,
ordering: Ordering,
) -> E
Loads a page table entry with an atomic instruction.
AtomicUsize::from_ptr
.