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

/linux-master/arch/x86/kernel/fpu/
H A Dinit.c36 write_cr0(cr0);
65 write_cr0(cr0);
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dcyrix.c153 write_cr0(cr0);
172 write_cr0(read_cr0() & ~X86_CR0_CD);
/linux-master/arch/x86/include/asm/
H A Dspecial_insns.h137 static inline void write_cr0(unsigned long x) function
H A Dparavirt.h141 static inline void write_cr0(unsigned long x) function
143 PVOP_VCALL1(cpu.write_cr0, x);
H A Dparavirt_types.h61 void (*write_cr0)(unsigned long); member in struct:pv_cpu_ops
/linux-master/drivers/cpufreq/
H A Dpowernow-k6.c115 write_cr0(cr0 | X86_CR0_CD);
129 write_cr0(cr0);
/linux-master/drivers/edac/
H A Damd64_edac.h493 write_cr0(read_cr0() | X86_CR0_CD);
499 write_cr0(read_cr0() & ~X86_CR0_CD);
/linux-master/arch/x86/kernel/cpu/
H A Dcyrix.c141 write_cr0(read_cr0() | X86_CR0_NW);
H A Dcacheinfo.c1068 write_cr0(cr0);
1107 write_cr0(read_cr0() & ~X86_CR0_CD);
/linux-master/arch/x86/kernel/
H A Dparavirt.c150 .cpu.write_cr0 = native_write_cr0,
H A Dtraps.c1293 write_cr0(cr0 & ~X86_CR0_TS);
/linux-master/arch/x86/power/
H A Dcpu.c215 write_cr0(ctxt->cr0);
/linux-master/arch/x86/xen/
H A Denlighten_pv.c1151 .write_cr0 = xen_write_cr0,

Completed in 268 milliseconds