Searched refs:read_cr0 (Results 1 – 18 of 18) sorted by relevance
28 cr0 = read_cr0(); in fpu__init_cpu_generic()59 cr0 = read_cr0(); in fpu__probe_without_cpuid()
150 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()171 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
743 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()775 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
81 header->pmode_cr0 = read_cr0(); in x86_acpi_suspend_lowlevel()
148 static inline unsigned long read_cr0(void) in read_cr0() function
45 static inline unsigned long read_cr0(void) in read_cr0() function47 return PVOP_CALL0(unsigned long, pv_cpu_ops.read_cr0); in read_cr0()
110 unsigned long (*read_cr0)(void); member
491 write_cr0(read_cr0() | X86_CR0_CD); in disable_caches()497 write_cr0(read_cr0() & ~X86_CR0_CD); in enable_caches()
74 OFFSET(PV_CPU_read_cr0, pv_cpu_ops, read_cr0); in common()
901 if (!boot_cpu_has(X86_FEATURE_FPU) && (read_cr0() & X86_CR0_EM)) { in do_device_not_available()913 cr0 = read_cr0(); in do_device_not_available()
91 cr0 = read_cr0(); in __show_regs()
345 .read_cr0 = native_read_cr0,
111 cr0 = read_cr0(); in __show_regs()
115 cr0 = read_cr0(); in powernow_k6_set_cpu_multiplier()
140 write_cr0(read_cr0() | X86_CR0_NW); in set_cx86_memwb()
122 ctxt->cr0 = read_cr0(); in __save_processor_state()
1021 .read_cr0 = xen_read_cr0,
6294 cr0 = read_cr0(); in vmx_set_constant_host_state()