store_pte

Function store_pte 

Source
pub exec fn store_pte<E: PageTableEntryTrait>(
    ptr: ArrayPtr<E, CONST_NR_ENTRIES>,
    new_val: E,
    ordering: Ordering,
)
Expand description

Stores a page table entry with an atomic instruction.

ยงSafety

The safety preconditions are same as those of AtomicUsize::from_ptr.