Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dspecial_insns.h52 static inline void native_write_cr3(unsigned long val) in native_write_cr3() function
137 native_write_cr3(x); in write_cr3()
Dtlbflush.h20 native_write_cr3(native_read_cr3()); in __native_flush_tlb()
/linux-3.4.99/arch/x86/kernel/
Dparavirt.c419 .write_cr3 = native_write_cr3,