Function x86_64::control_regs::cr3_write [] [src]

pub unsafe fn cr3_write(val: PhysicalAddress)

Switch page-table PML4 pointer (level 4 page table).

Safety

Changing the level 4 page table is unsafe, because it's possible to violate memory safety by changing the page mapping.