Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kernel/fpu/
Dinit.c32 cr0 = read_cr0(); in fpu__init_cpu_generic()
63 cr0 = read_cr0(); in fpu__probe_without_cpuid()
/Linux-v6.1/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()
/Linux-v6.1/arch/x86/kernel/acpi/
Dsleep.c92 header->pmode_cr0 = read_cr0(); in x86_acpi_suspend_lowlevel()
/Linux-v6.1/arch/x86/include/asm/
Dspecial_insns.h143 static inline unsigned long read_cr0(void) in read_cr0() function
Dparavirt.h132 static inline unsigned long read_cr0(void) in read_cr0() function
134 return PVOP_CALL0(unsigned long, cpu.read_cr0); in read_cr0()
Dparavirt_types.h88 unsigned long (*read_cr0)(void); member
/Linux-v6.1/drivers/edac/
Damd64_edac.h529 write_cr0(read_cr0() | X86_CR0_CD); in disable_caches()
535 write_cr0(read_cr0() & ~X86_CR0_CD); in enable_caches()
/Linux-v6.1/arch/x86/kernel/
Dprocess_32.c80 cr0 = read_cr0(); in __show_regs()
Dparavirt.c273 .cpu.read_cr0 = native_read_cr0,
Dprocess_64.c112 cr0 = read_cr0(); in __show_regs()
Dtraps.c1323 unsigned long cr0 = read_cr0(); in DEFINE_IDTENTRY()
/Linux-v6.1/drivers/cpufreq/
Dpowernow-k6.c114 cr0 = read_cr0(); in powernow_k6_set_cpu_multiplier()
/Linux-v6.1/arch/x86/kernel/cpu/
Dcyrix.c141 write_cr0(read_cr0() | X86_CR0_NW); in set_cx86_memwb()
/Linux-v6.1/arch/x86/power/
Dcpu.c122 ctxt->cr0 = read_cr0(); in __save_processor_state()
/Linux-v6.1/drivers/spi/
Dspi-pl022.c1476 u32 read_cr0; in print_current_status() local
1480 read_cr0 = readl(SSP_CR0(pl022->virtbase)); in print_current_status()
1482 read_cr0 = readw(SSP_CR0(pl022->virtbase)); in print_current_status()
1487 dev_warn(&pl022->adev->dev, "spi-pl022 CR0: %x\n", read_cr0); in print_current_status()
/Linux-v6.1/drivers/iommu/intel/
Dpasid.c507 unsigned long cr0 = read_cr0(); in intel_pasid_setup_first_level()
/Linux-v6.1/arch/x86/xen/
Denlighten_pv.c1066 .read_cr0 = xen_read_cr0,
/Linux-v6.1/arch/x86/kvm/vmx/
Dvmx.c4187 cr0 = read_cr0(); in vmx_set_constant_host_state()