Searched refs:write_cr3 (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Dsystem_32.h177 #define write_cr3(x) (native_write_cr3(x)) macro
H A Dparavirt.h179 void (*write_cr3)(unsigned long); member in struct:pv_mmu_ops
524 static inline void write_cr3(unsigned long x) function
526 PVOP_VCALL1(pv_mmu_ops.write_cr3, x);
H A Dprocessor_32.h149 #define load_cr3(pgdir) write_cr3(__pa(pgdir))

Completed in 36 milliseconds