Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dspecial_insns.h82 static inline void native_write_cr4(unsigned long val) in native_write_cr4() function
154 native_write_cr4(x); in __write_cr4()
Dtlbflush.h98 native_write_cr4(cr4 & ~X86_CR4_PGE); in __native_flush_tlb_global_irq_disabled()
100 native_write_cr4(cr4); in __native_flush_tlb_global_irq_disabled()
/linux-4.1.27/arch/x86/kernel/
Dparavirt.c352 .write_cr4 = native_write_cr4,
/linux-4.1.27/arch/x86/xen/
Denlighten.c1020 native_write_cr4(cr4); in xen_write_cr4()