Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/fpu/
Dinit.c28 cr0 = read_cr0(); in fpu__init_cpu_generic()
59 cr0 = read_cr0(); in fpu__probe_without_cpuid()
/Linux-v4.19/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()
/Linux-v4.19/arch/x86/kernel/acpi/
Dsleep.c81 header->pmode_cr0 = read_cr0(); in x86_acpi_suspend_lowlevel()
/Linux-v4.19/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.h110 unsigned long (*read_cr0)(void); member
/Linux-v4.19/drivers/edac/
Damd64_edac.h491 write_cr0(read_cr0() | X86_CR0_CD); in disable_caches()
497 write_cr0(read_cr0() & ~X86_CR0_CD); in enable_caches()
/Linux-v4.19/arch/x86/kernel/
Dasm-offsets.c74 OFFSET(PV_CPU_read_cr0, pv_cpu_ops, read_cr0); in common()
Dtraps.c901 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()
Dprocess_32.c91 cr0 = read_cr0(); in __show_regs()
Dparavirt.c345 .read_cr0 = native_read_cr0,
Dprocess_64.c111 cr0 = read_cr0(); in __show_regs()
/Linux-v4.19/drivers/cpufreq/
Dpowernow-k6.c115 cr0 = read_cr0(); in powernow_k6_set_cpu_multiplier()
/Linux-v4.19/arch/x86/kernel/cpu/
Dcyrix.c140 write_cr0(read_cr0() | X86_CR0_NW); in set_cx86_memwb()
/Linux-v4.19/arch/x86/power/
Dcpu.c122 ctxt->cr0 = read_cr0(); in __save_processor_state()
/Linux-v4.19/arch/x86/xen/
Denlighten_pv.c1021 .read_cr0 = xen_read_cr0,
/Linux-v4.19/arch/x86/kvm/
Dvmx.c6294 cr0 = read_cr0(); in vmx_set_constant_host_state()