Home
last modified time | relevance | path

Searched refs:write_cr0 (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/arch/x86/kernel/fpu/
Dinit.c32 write_cr0(cr0); in fpu__init_cpu_generic()
61 write_cr0(cr0); in fpu__probe_without_cpuid()
/Linux-v4.19/arch/x86/kernel/cpu/mtrr/
Dcyrix.c152 write_cr0(cr0); in prepare_set()
171 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
Dgeneric.c744 write_cr0(cr0); in prepare_set()
775 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
/Linux-v4.19/drivers/cpufreq/
Dpowernow-k6.c116 write_cr0(cr0 | X86_CR0_CD); in powernow_k6_set_cpu_multiplier()
130 write_cr0(cr0); in powernow_k6_set_cpu_multiplier()
/Linux-v4.19/arch/x86/include/asm/
Dspecial_insns.h153 static inline void write_cr0(unsigned long x) in write_cr0() function
Dparavirt.h50 static inline void write_cr0(unsigned long x) in write_cr0() function
52 PVOP_VCALL1(pv_cpu_ops.write_cr0, x); in write_cr0()
Dparavirt_types.h111 void (*write_cr0)(unsigned long); 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/cpu/
Dcyrix.c140 write_cr0(read_cr0() | X86_CR0_NW); in set_cx86_memwb()
/Linux-v4.19/arch/x86/power/
Dcpu.c216 write_cr0(ctxt->cr0); in __restore_processor_state()
/Linux-v4.19/arch/x86/kernel/
Dparavirt.c346 .write_cr0 = native_write_cr0,
Dtraps.c916 write_cr0(cr0 & ~X86_CR0_TS); in do_device_not_available()
/Linux-v4.19/arch/x86/xen/
Denlighten_pv.c1022 .write_cr0 = xen_write_cr0,