Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/lkdtm/
Dbugs.c473 native_write_cr4(cr4); in lkdtm_UNSET_SMEP()
478 native_write_cr4(cr4); in lkdtm_UNSET_SMEP()
489 insn = (unsigned char *)native_write_cr4; in lkdtm_UNSET_SMEP()
514 native_write_cr4(cr4); in lkdtm_UNSET_SMEP()
/linux-6.1.9/arch/x86/include/asm/
Dspecial_insns.h77 void native_write_cr4(unsigned long val);
179 native_write_cr4(x); in __write_cr4()
Dtlbflush.h364 native_write_cr4(cr4 ^ X86_CR4_PGE); in __native_tlb_flush_global()
365 native_write_cr4(cr4); in __native_tlb_flush_global()
/linux-6.1.9/arch/x86/kernel/
Dparavirt.c275 .cpu.write_cr4 = native_write_cr4,
/linux-6.1.9/arch/x86/kernel/cpu/
Dcommon.c440 void __no_profile native_write_cr4(unsigned long val) in native_write_cr4() function
459 EXPORT_SYMBOL_GPL(native_write_cr4);
/linux-6.1.9/arch/x86/xen/
Denlighten_pv.c928 native_write_cr4(cr4); in xen_write_cr4()