Searched refs:write_cr3 (Results 1 – 3 of 3) sorted by relevance
177 #define write_cr3(x) (native_write_cr3(x)) macro
179 void (*write_cr3)(unsigned long); member524 static inline void write_cr3(unsigned long x) in write_cr3() function526 PVOP_VCALL1(pv_mmu_ops.write_cr3, x); in write_cr3()
149 #define load_cr3(pgdir) write_cr3(__pa(pgdir))