Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dspecial_insns.h77 void native_write_cr4(unsigned long val);
168 native_write_cr4(x); in __write_cr4()
/linux/drivers/misc/lkdtm/
H A Dbugs.c570 native_write_cr4(cr4); in lkdtm_UNSET_SMEP()
575 native_write_cr4(cr4); in lkdtm_UNSET_SMEP()
586 insn = (unsigned char *)native_write_cr4; in lkdtm_UNSET_SMEP()
612 native_write_cr4(cr4); in lkdtm_UNSET_SMEP()
/linux/arch/x86/kernel/cpu/
H A Dcommon.c427 void __no_profile native_write_cr4(unsigned long val) in native_write_cr4() function
446 EXPORT_SYMBOL_GPL(native_write_cr4);
/linux/arch/x86/xen/
H A Denlighten_pv.c1018 native_write_cr4(cr4); in xen_write_cr4()