Home
last modified time | relevance | path

Searched refs:native_write_cr0 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dspecial_insns.h24 void native_write_cr0(unsigned long val);
139 native_write_cr0(x); in write_cr0()
/openbmc/linux/arch/x86/kernel/
H A Dparavirt.c192 .cpu.write_cr0 = native_write_cr0,
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcommon.c409 void native_write_cr0(unsigned long val) in native_write_cr0() function
426 EXPORT_SYMBOL(native_write_cr0);