Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/power/
Dcpu.c166 write_cr4(ctxt->cr4); in __restore_processor_state()
171 write_cr4(ctxt->cr4); in __restore_processor_state()
/linux-2.6.39/arch/x86/kernel/cpu/mtrr/
Dcyrix.c142 write_cr4(cr4 & ~X86_CR4_PGE); in prepare_set()
174 write_cr4(cr4); in post_set()
Dgeneric.c685 write_cr4(cr4 & ~X86_CR4_PGE); in prepare_set()
711 write_cr4(cr4); in post_set()
/linux-2.6.39/arch/x86/include/asm/
Dvirtext.h44 write_cr4(read_cr4() & ~X86_CR4_VMXE); in cpu_vmxoff()
Dprocessor.h607 write_cr4(cr4); in set_in_cr4()
617 write_cr4(cr4); in clear_in_cr4()
Dsystem.h314 #define write_cr4(x) (native_write_cr4(x)) macro
Dparavirt.h91 static inline void write_cr4(unsigned long x) in write_cr4() function
93 PVOP_VCALL1(pv_cpu_ops.write_cr4, x); in write_cr4()
Dparavirt_types.h107 void (*write_cr4)(unsigned long); member
/linux-2.6.39/drivers/lguest/x86/
Dcore.c525 write_cr4(read_cr4() | X86_CR4_PGE); in adjust_pge()
527 write_cr4(read_cr4() & ~X86_CR4_PGE); in adjust_pge()
/linux-2.6.39/arch/x86/kernel/
Dprocess.c135 write_cr4(read_cr4() | X86_CR4_TSD); in hard_disable_TSC()
152 write_cr4(read_cr4() & ~X86_CR4_TSD); in hard_enable_TSC()
Dparavirt.c333 .write_cr4 = native_write_cr4,
/linux-2.6.39/arch/x86/lguest/
Dboot.c1288 pv_cpu_ops.write_cr4 = lguest_write_cr4; in lguest_init()
/linux-2.6.39/arch/x86/xen/
Denlighten.c960 .write_cr4 = xen_write_cr4,
/linux-2.6.39/arch/x86/kvm/
Dvmx.c1385 write_cr4(read_cr4() | X86_CR4_VMXE); /* FIXME: not cpu hotplug safe */ in hardware_enable()
1422 write_cr4(read_cr4() & ~X86_CR4_VMXE); in hardware_disable()