Home
last modified time | relevance | path

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

/arch/x86/kernel/fpu/
Dinit.c28 cr0 = read_cr0(); in fpu__init_cpu_generic()
59 cr0 = read_cr0(); in fpu__probe_without_cpuid()
/arch/x86/kernel/cpu/mtrr/
Dcyrix.c151 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()
172 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
Dgeneric.c743 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()
786 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
/arch/x86/kernel/acpi/
Dsleep.c91 header->pmode_cr0 = read_cr0(); in x86_acpi_suspend_lowlevel()
/arch/x86/include/asm/
Dspecial_insns.h143 static inline unsigned long read_cr0(void) in read_cr0() function
Dparavirt.h126 static inline unsigned long read_cr0(void) in read_cr0() function
128 return PVOP_CALL0(unsigned long, cpu.read_cr0); in read_cr0()
Dparavirt_types.h88 unsigned long (*read_cr0)(void); member
/arch/x86/kernel/
Dprocess_32.c83 cr0 = read_cr0(); in __show_regs()
Dparavirt.c232 .cpu.read_cr0 = native_read_cr0,
Dprocess_64.c112 cr0 = read_cr0(); in __show_regs()
Dtraps.c1143 unsigned long cr0 = read_cr0(); in DEFINE_IDTENTRY()
/arch/x86/kernel/cpu/
Dcyrix.c140 write_cr0(read_cr0() | X86_CR0_NW); in set_cx86_memwb()
/arch/x86/power/
Dcpu.c122 ctxt->cr0 = read_cr0(); in __save_processor_state()
/arch/x86/xen/
Denlighten_pv.c1035 .read_cr0 = xen_read_cr0,
/arch/x86/kvm/vmx/
Dvmx.c4109 cr0 = read_cr0(); in vmx_set_constant_host_state()