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

/linux-master/arch/x86/include/asm/
H A Dspecial_insns.h77 void native_write_cr4(unsigned long val);
168 native_write_cr4(x);
H A Dtlbflush.h424 native_write_cr4(cr4 ^ X86_CR4_PGE);
425 native_write_cr4(cr4);
/linux-master/drivers/misc/lkdtm/
H A Dbugs.c541 native_write_cr4(cr4);
546 native_write_cr4(cr4);
553 * directly into the middle of native_write_cr4() where the
557 insn = (unsigned char *)native_write_cr4;
583 native_write_cr4(cr4);
/linux-master/arch/x86/kernel/
H A Dparavirt.c151 .cpu.write_cr4 = native_write_cr4,
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c425 void __no_profile native_write_cr4(unsigned long val) function
444 EXPORT_SYMBOL_GPL(native_write_cr4); variable
/linux-master/arch/x86/xen/
H A Denlighten_pv.c1021 native_write_cr4(cr4);

Completed in 145 milliseconds