Home
last modified time | relevance | path

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

/arch/x86/kernel/fpu/
A Dinit.c36 write_cr0(cr0); in fpu__init_cpu_generic()
68 write_cr0(cr0); in fpu__probe_without_cpuid()
/arch/x86/kernel/cpu/mtrr/
A Dcyrix.c153 write_cr0(cr0); in prepare_set()
172 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
/arch/x86/include/asm/
A Dspecial_insns.h153 static inline void write_cr0(unsigned long x) in write_cr0() function
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()
A Dparavirt_types.h61 void (*write_cr0)(unsigned long); member
/arch/x86/kernel/
A Dparavirt.c130 .cpu.write_cr0 = native_write_cr0,
A Dtraps.c1449 write_cr0(cr0 & ~X86_CR0_TS); in DEFINE_IDTENTRY()
/arch/x86/kernel/cpu/
A Dcyrix.c141 write_cr0(read_cr0() | X86_CR0_NW); in set_cx86_memwb()
A Dcacheinfo.c680 write_cr0(cr0); in cache_disable()
710 write_cr0(read_cr0() & ~X86_CR0_CD); in cache_enable()
/arch/x86/power/
A Dcpu.c217 write_cr0(ctxt->cr0); in __restore_processor_state()
/arch/x86/xen/
A Denlighten_pv.c1224 .write_cr0 = xen_write_cr0,

Completed in 28 milliseconds