Home
last modified time | relevance | path

Searched refs:native_write_cr3 (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dspecial_insns.h54 static inline void native_write_cr3(unsigned long val) in native_write_cr3() function
139 native_write_cr3(x); in write_cr3()
Dtlbflush.h89 native_write_cr3(native_read_cr3()); in __native_flush_tlb()
/linux-4.4.14/arch/x86/kernel/
Dparavirt.c425 .write_cr3 = native_write_cr3,
/linux-4.4.14/arch/x86/xen/
Dmmu.c2005 native_write_cr3(__pa(init_level4_pgt)); in xen_setup_kernel_pagetable()