Home
last modified time | relevance | path

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

/arch/x86/kernel/fpu/
A Dinit.c32 cr0 = read_cr0(); in fpu__init_cpu_generic()
66 cr0 = read_cr0(); in fpu__probe_without_cpuid()
/arch/x86/kernel/cpu/mtrr/
A Dcyrix.c151 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()
172 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
/arch/x86/kernel/acpi/
A Dsleep.c94 header->pmode_cr0 = read_cr0(); in x86_acpi_suspend_lowlevel()
/arch/x86/include/asm/
A Dspecial_insns.h148 static inline unsigned long read_cr0(void) in read_cr0() function
A Dparavirt.h141 static inline unsigned long read_cr0(void) in read_cr0() function
143 return PVOP_CALL0(unsigned long, cpu.read_cr0); in read_cr0()
A Dparavirt_types.h60 unsigned long (*read_cr0)(void); member
/arch/x86/kernel/
A Dprocess_32.c80 cr0 = read_cr0(); in __show_regs()
A Dparavirt.c129 .cpu.read_cr0 = native_read_cr0,
A Dprocess_64.c115 cr0 = read_cr0(); in __show_regs()
A Dtraps.c1427 unsigned long cr0 = read_cr0(); in DEFINE_IDTENTRY()
/arch/x86/kernel/cpu/
A Dcyrix.c141 write_cr0(read_cr0() | X86_CR0_NW); in set_cx86_memwb()
A Dcacheinfo.c679 cr0 = read_cr0() | X86_CR0_CD; in cache_disable()
710 write_cr0(read_cr0() & ~X86_CR0_CD); in cache_enable()
/arch/x86/power/
A Dcpu.c125 ctxt->cr0 = read_cr0(); in __save_processor_state()
/arch/x86/xen/
A Denlighten_pv.c1223 .read_cr0 = xen_read_cr0,
/arch/x86/kvm/vmx/
A Dvmx.c4214 cr0 = read_cr0(); in vmx_set_constant_host_state()

Completed in 42 milliseconds