Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dspecial_insns.h75 static inline void native_write_cr4(unsigned long val) in native_write_cr4() function
184 native_write_cr4(x); in __write_cr4()
Dtlbflush.h438 native_write_cr4(cr4 ^ X86_CR4_PGE); in __native_flush_tlb_global()
440 native_write_cr4(cr4); in __native_flush_tlb_global()
/Linux-v4.19/arch/x86/kernel/
Dparavirt.c347 .write_cr4 = native_write_cr4,
/Linux-v4.19/arch/x86/xen/
Denlighten_pv.c879 native_write_cr4(cr4); in xen_write_cr4()