Searched refs:write_cr0 (Results 1 – 13 of 13) sorted by relevance
35 write_cr0(cr0_saved & ~X86_CR0_TS); in fpu__init_check_bugs()59 write_cr0(cr0_saved); in fpu__init_check_bugs()
43 write_cr0(cr0); in fpu__init_cpu_generic()79 write_cr0(cr0); in fpu__init_system_early_generic()
152 static inline void write_cr0(unsigned long x) in write_cr0() function219 #define stts() write_cr0(read_cr0() | X86_CR0_TS)
81 write_cr0(cr0 | 8); in lguest_set_ts()
55 static inline void write_cr0(unsigned long x) in write_cr0() function57 PVOP_VCALL1(pv_cpu_ops.write_cr0, x); in write_cr0()
110 void (*write_cr0)(unsigned long); member
151 write_cr0(cr0); in prepare_set()170 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
744 write_cr0(cr0); in prepare_set()775 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
137 write_cr0(read_cr0() | X86_CR0_NW); in set_cx86_memwb()
212 write_cr0(ctxt->cr0); in __restore_processor_state()
333 .write_cr0 = native_write_cr0,
1247 .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()
1437 pv_cpu_ops.write_cr0 = lguest_write_cr0; in lguest_init()