Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/fpu/
H A Dinit.c36 write_cr0(cr0); in fpu__init_cpu_generic()
68 write_cr0(cr0); in fpu__probe_without_cpuid()
/linux/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/arch/x86/include/asm/
H A Dspecial_insns.h150 static inline void write_cr0(unsigned long x) in write_cr0() function
H A Dparavirt_types.h61 void (*write_cr0)(unsigned long); member
/linux/arch/x86/kernel/cpu/
H A Dcyrix.c141 write_cr0(read_cr0() | X86_CR0_NW); in set_cx86_memwb()
H A Dcacheinfo.c674 write_cr0(cr0); in cache_disable()
704 write_cr0(read_cr0() & ~X86_CR0_CD); in cache_enable()
/linux/arch/x86/xen/
H A Denlighten_pv.c1223 .write_cr0 = xen_write_cr0,