Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dparavirt.c192 .cpu.write_cr4 = native_write_cr4,
/openbmc/linux/arch/x86/include/asm/
H A Dparavirt_types.h71 void (*write_cr4)(unsigned long); member
H A Dparavirt.h168 PVOP_VCALL1(cpu.write_cr4, x); in __write_cr4()
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c1150 .write_cr4 = xen_write_cr4,