Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dparavirt.c112 .cpu.write_cr4 = native_write_cr4,
/linux/arch/x86/include/asm/
H A Dparavirt_types.h42 void (*write_cr4)(unsigned long); member
H A Dparavirt.h141 PVOP_VCALL1(pv_ops, cpu.write_cr4, x); in __write_cr4()
/linux/arch/x86/xen/
H A Denlighten_pv.c1371 pv_ops.cpu.write_cr4 = xen_write_cr4; in xen_start_kernel()