Home
last modified time | relevance | path

Searched refs:read_cr0 (Results 1 – 16 of 16) sorted by relevance

/arch/x86/kernel/fpu/
Dinit.c28 cr0 = read_cr0(); in fpu__init_cpu_generic()
59 cr0 = read_cr0(); in fpu__probe_without_cpuid()
/arch/x86/kernel/cpu/mtrr/
Dcyrix.c150 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()
171 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
Dgeneric.c743 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()
775 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
/arch/x86/include/asm/
Dspecial_insns.h148 static inline unsigned long read_cr0(void) in read_cr0() function
Dparavirt.h45 static inline unsigned long read_cr0(void) in read_cr0() function
47 return PVOP_CALL0(unsigned long, pv_cpu_ops.read_cr0); in read_cr0()
Dparavirt_types.h109 unsigned long (*read_cr0)(void); member
/arch/x86/kernel/acpi/
Dsleep.c81 header->pmode_cr0 = read_cr0(); in x86_acpi_suspend_lowlevel()
/arch/x86/kernel/
Dasm-offsets.c74 OFFSET(PV_CPU_read_cr0, pv_cpu_ops, read_cr0); in common()
Dprocess_32.c95 cr0 = read_cr0(); in __show_regs()
Dtraps.c893 if (!boot_cpu_has(X86_FEATURE_FPU) && (read_cr0() & X86_CR0_EM)) { in do_device_not_available()
905 cr0 = read_cr0(); in do_device_not_available()
Dparavirt.c334 .read_cr0 = native_read_cr0,
Dprocess_64.c105 cr0 = read_cr0(); in __show_regs()
/arch/x86/kernel/cpu/
Dcyrix.c140 write_cr0(read_cr0() | X86_CR0_NW); in set_cx86_memwb()
/arch/x86/power/
Dcpu.c123 ctxt->cr0 = read_cr0(); in __save_processor_state()
/arch/x86/xen/
Denlighten_pv.c1046 .read_cr0 = xen_read_cr0,
/arch/x86/kvm/
Dvmx.c5582 cr0 = read_cr0(); in vmx_set_constant_host_state()