Home
last modified time | relevance | path

Searched refs:write_cr0 (Results 1 – 13 of 13) sorted by relevance

/arch/x86/kernel/fpu/
Dbugs.c35 write_cr0(cr0_saved & ~X86_CR0_TS); in fpu__init_check_bugs()
59 write_cr0(cr0_saved); in fpu__init_check_bugs()
Dinit.c43 write_cr0(cr0); in fpu__init_cpu_generic()
79 write_cr0(cr0); in fpu__init_system_early_generic()
/arch/x86/include/asm/
Dspecial_insns.h152 static inline void write_cr0(unsigned long x) in write_cr0() function
219 #define stts() write_cr0(read_cr0() | X86_CR0_TS)
Dlguest.h81 write_cr0(cr0 | 8); in lguest_set_ts()
Dparavirt.h55 static inline void write_cr0(unsigned long x) in write_cr0() function
57 PVOP_VCALL1(pv_cpu_ops.write_cr0, x); in write_cr0()
Dparavirt_types.h110 void (*write_cr0)(unsigned long); member
/arch/x86/kernel/cpu/mtrr/
Dcyrix.c151 write_cr0(cr0); in prepare_set()
170 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
Dgeneric.c744 write_cr0(cr0); in prepare_set()
775 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
/arch/x86/kernel/cpu/
Dcyrix.c137 write_cr0(read_cr0() | X86_CR0_NW); in set_cx86_memwb()
/arch/x86/power/
Dcpu.c212 write_cr0(ctxt->cr0); in __restore_processor_state()
/arch/x86/kernel/
Dparavirt.c333 .write_cr0 = native_write_cr0,
/arch/x86/xen/
Denlighten.c1247 .write_cr0 = xen_write_cr0,
1501 write_cr0(read_cr0() | X86_CR0_MP | X86_CR0_NE | X86_CR0_WP | X86_CR0_AM); in xen_pvh_set_cr_flags()
/arch/x86/lguest/
Dboot.c1437 pv_cpu_ops.write_cr0 = lguest_write_cr0; in lguest_init()