Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/fpu/
H A Dinit.c32 cr0 = read_cr0(); in fpu__init_cpu_generic()
66 cr0 = read_cr0(); in fpu__probe_without_cpuid()
/linux/arch/x86/kernel/cpu/mtrr/
H A Dcyrix.c151 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()
172 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
/linux/arch/x86/include/asm/
H A Dspecial_insns.h145 static inline unsigned long read_cr0(void) in read_cr0() function
/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c673 cr0 = read_cr0() | X86_CR0_CD; in cache_disable()
704 write_cr0(read_cr0() & ~X86_CR0_CD); in cache_enable()
/linux/arch/x86/power/
H A Dcpu.c125 ctxt->cr0 = read_cr0(); in __save_processor_state()
/linux/arch/x86/kernel/
H A Dtraps.c1548 unsigned long cr0 = read_cr0(); in DEFINE_IDTENTRY()
/linux/arch/x86/xen/
H A Denlighten_pv.c1366 pv_ops.cpu.read_cr0 = xen_read_cr0; in xen_start_kernel()