Function load_pte

Source
pub unsafe fn load_pte<E: PageTableEntryTrait>(
    ptr: *mut E,
    ordering: Ordering,
) -> E
Expand description

Loads a page table entry with an atomic instruction.