Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/fpu/
H A Dinit.c36 write_cr0(cr0); in fpu__init_cpu_generic()
65 write_cr0(cr0); in fpu__probe_without_cpuid()
/linux-6.15/arch/x86/kernel/cpu/mtrr/
H A Dcyrix.c153 write_cr0(cr0); in prepare_set()
172 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
/linux-6.15/drivers/cpufreq/
H A Dpowernow-k6.c115 write_cr0(cr0 | X86_CR0_CD); in powernow_k6_set_cpu_multiplier()
129 write_cr0(cr0); in powernow_k6_set_cpu_multiplier()
/linux-6.15/arch/x86/include/asm/
H A Dspecial_insns.h137 static inline void write_cr0(unsigned long x) in write_cr0() function
H A Dparavirt.h146 static inline void write_cr0(unsigned long x) in write_cr0() function
148 PVOP_VCALL1(cpu.write_cr0, x); in write_cr0()
H A Dparavirt_types.h61 void (*write_cr0)(unsigned long); member
/linux-6.15/drivers/edac/
H A Damd64_edac.h488 write_cr0(read_cr0() | X86_CR0_CD); in disable_caches()
494 write_cr0(read_cr0() & ~X86_CR0_CD); in enable_caches()
/linux-6.15/arch/x86/kernel/
H A Dparavirt.c129 .cpu.write_cr0 = native_write_cr0,
H A Dtraps.c1440 write_cr0(cr0 & ~X86_CR0_TS); in DEFINE_IDTENTRY()
/linux-6.15/arch/x86/kernel/cpu/
H A Dcyrix.c141 write_cr0(read_cr0() | X86_CR0_NW); in set_cx86_memwb()
H A Dcacheinfo.c1052 write_cr0(cr0); in cache_disable()
1091 write_cr0(read_cr0() & ~X86_CR0_CD); in cache_enable()
/linux-6.15/arch/x86/power/
H A Dcpu.c216 write_cr0(ctxt->cr0); in __restore_processor_state()
/linux-6.15/arch/x86/xen/
H A Denlighten_pv.c1229 .write_cr0 = xen_write_cr0,