Home
last modified time | relevance | path

Searched refs:__read_cr4 (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/x86/kernel/acpi/
H A Dsleep.c95 header->pmode_cr4 = __read_cr4(); in x86_acpi_suspend_lowlevel()
/openbmc/linux/arch/x86/include/asm/
H A Dspecial_insns.h123 static inline unsigned long __read_cr4(void) in __read_cr4() function
H A Dtlbflush.h180 this_cpu_write(cpu_tlbstate.cr4, __read_cr4()); in cr4_init_shadow()
/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dcyrix.c143 cr4 = __read_cr4(); in prepare_set()
/openbmc/linux/arch/x86/kernel/
H A Dprocess_32.c83 cr4 = __read_cr4(); in __show_regs()
H A Dprocess_64.c116 cr4 = __read_cr4(); in __show_regs()
H A Dsetup.c1178 mmu_cr4_features = __read_cr4() & ~X86_CR4_PCIDE; in setup_arch()
/openbmc/linux/arch/x86/power/
H A Dcpu.c126 ctxt->cr4 = __read_cr4(); in __save_processor_state()
/openbmc/linux/arch/x86/mm/
H A Dfault.c528 (__read_cr4() & X86_CR4_SMEP)) in show_fault_oops()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c1090 saved_cr4 = __read_cr4(); in cache_disable()
H A Dcommon.c473 unsigned long cr4 = __read_cr4(); in cr4_init()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c784 if (!(__read_cr4() & X86_CR4_VMXE)) in vmx_emergency_disable()