Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/lkdtm/
Dbugs.c369 native_write_cr4(cr4); in lkdtm_UNSET_SMEP()
374 native_write_cr4(cr4); in lkdtm_UNSET_SMEP()
385 insn = (unsigned char *)native_write_cr4; in lkdtm_UNSET_SMEP()
410 native_write_cr4(cr4); in lkdtm_UNSET_SMEP()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dspecial_insns.h77 void native_write_cr4(unsigned long val);
191 native_write_cr4(x); in __write_cr4()
/kernel/linux/linux-5.10/arch/x86/mm/
Dtlb.c1070 native_write_cr4(cr4 ^ X86_CR4_PGE); in native_flush_tlb_global()
1072 native_write_cr4(cr4); in native_flush_tlb_global()
/kernel/linux/linux-5.10/arch/x86/kernel/
Dparavirt.c290 .cpu.write_cr4 = native_write_cr4,
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dcommon.c378 void native_write_cr4(unsigned long val) in native_write_cr4() function
397 EXPORT_SYMBOL_GPL(native_write_cr4);
/kernel/linux/linux-5.10/arch/x86/xen/
Denlighten_pv.c920 native_write_cr4(cr4); in xen_write_cr4()