Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dspecial_insns.h80 static inline void native_write_cr4(unsigned long val) in native_write_cr4() function
152 native_write_cr4(x); in write_cr4()
Dtlbflush.h37 native_write_cr4(cr4 & ~X86_CR4_PGE); in __native_flush_tlb_global()
39 native_write_cr4(cr4); in __native_flush_tlb_global()
/linux-3.4.99/arch/x86/kernel/
Dparavirt.c348 .write_cr4 = native_write_cr4,
/linux-3.4.99/arch/x86/xen/
Denlighten.c959 native_write_cr4(cr4); in xen_write_cr4()