Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/fpu/
H A Dinit.c32 write_cr0(cr0); in fpu__init_cpu_generic()
61 write_cr0(cr0); in fpu__probe_without_cpuid()
/OK3568_Linux_fs/kernel/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()
H A Dgeneric.c745 write_cr0(cr0); in prepare_set()
787 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dcontrol_regs.h31 static inline void write_cr0(unsigned long val) in write_cr0() function
/OK3568_Linux_fs/u-boot/arch/x86/cpu/i386/
H A Dcpu.c393 write_cr0(cr0); in x86_enable_caches()
405 write_cr0(cr0); in x86_disable_caches()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Damd64_edac.h512 write_cr0(read_cr0() | X86_CR0_CD); in disable_caches()
518 write_cr0(read_cr0() & ~X86_CR0_CD); in enable_caches()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dspecial_insns.h160 static inline void write_cr0(unsigned long x) in write_cr0() function
H A Dparavirt.h118 static inline void write_cr0(unsigned long x) in write_cr0() function
120 PVOP_VCALL1(cpu.write_cr0, x); in write_cr0()
H A Dparavirt_types.h113 void (*write_cr0)(unsigned long); member
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dcyrix.c140 write_cr0(read_cr0() | X86_CR0_NW); in set_cx86_memwb()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dparavirt.c289 .cpu.write_cr0 = native_write_cr0,
H A Dtraps.c1154 write_cr0(cr0 & ~X86_CR0_TS); in DEFINE_IDTENTRY()
/OK3568_Linux_fs/kernel/arch/x86/power/
H A Dcpu.c216 write_cr0(ctxt->cr0); in __restore_processor_state()
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Denlighten_pv.c1047 .write_cr0 = xen_write_cr0,