Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
Dspecial_insns.h77 void native_write_cr4(unsigned long val);
168 native_write_cr4(x); in __write_cr4()
Dtlbflush.h424 native_write_cr4(cr4 ^ X86_CR4_PGE); in __native_tlb_flush_global()
425 native_write_cr4(cr4); in __native_tlb_flush_global()
/Linux-v6.6/drivers/misc/lkdtm/
Dbugs.c513 native_write_cr4(cr4); in lkdtm_UNSET_SMEP()
518 native_write_cr4(cr4); in lkdtm_UNSET_SMEP()
529 insn = (unsigned char *)native_write_cr4; in lkdtm_UNSET_SMEP()
555 native_write_cr4(cr4); in lkdtm_UNSET_SMEP()
/Linux-v6.6/arch/x86/kernel/
Dparavirt.c193 .cpu.write_cr4 = native_write_cr4,
/Linux-v6.6/arch/x86/kernel/cpu/
Dcommon.c428 void __no_profile native_write_cr4(unsigned long val) in native_write_cr4() function
447 EXPORT_SYMBOL_GPL(native_write_cr4);
/Linux-v6.6/arch/x86/xen/
Denlighten_pv.c1009 native_write_cr4(cr4); in xen_write_cr4()