Searched refs:pml4t (Results 1 – 2 of 2) sorted by relevance
21 let pml4t = unsafe { read_volatile(&next_pcb.mm.as_ref().unwrap().pgd) }; in switch_mm() localVariable24 asm!("mov cr3, {}", in(reg) pml4t); in switch_mm()
17 unsigned long pml4t; member