Searched refs:write_cr0 (Results 1 – 13 of 13) sorted by relevance
33 write_cr0(cr0); in fpu__init_cpu_generic()62 write_cr0(cr0); in fpu__probe_without_cpuid()
153 write_cr0(cr0); in prepare_set()172 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
745 write_cr0(cr0); in prepare_set()787 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
115 write_cr0(cr0 | X86_CR0_CD); in powernow_k6_set_cpu_multiplier()129 write_cr0(cr0); in powernow_k6_set_cpu_multiplier()
148 static inline void write_cr0(unsigned long x) in write_cr0() function
112 static inline void write_cr0(unsigned long x) in write_cr0() function114 PVOP_VCALL1(cpu.write_cr0, x); in write_cr0()
118 void (*write_cr0)(unsigned long); member
504 write_cr0(read_cr0() | X86_CR0_CD); in disable_caches()510 write_cr0(read_cr0() & ~X86_CR0_CD); in enable_caches()
140 write_cr0(read_cr0() | X86_CR0_NW); in set_cx86_memwb()
212 write_cr0(ctxt->cr0); in __restore_processor_state()
312 .cpu.write_cr0 = native_write_cr0,
899 write_cr0(cr0 & ~X86_CR0_TS); in do_device_not_available()
1020 .write_cr0 = xen_write_cr0,