Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dparavirt.c356 .write_cr4 = native_write_cr4,
/arch/x86/include/asm/
Dparavirt_types.h119 void (*write_cr4)(unsigned long); member
Dparavirt.h100 PVOP_VCALL1(pv_cpu_ops.write_cr4, x); in __write_cr4()
/arch/x86/lguest/
Dboot.c1449 pv_cpu_ops.write_cr4 = lguest_write_cr4; in lguest_init()
/arch/x86/xen/
Denlighten.c1230 .write_cr4 = xen_write_cr4,