Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/acpi/
H A Dsleep.c95 header->pmode_cr4 = __read_cr4(); in x86_acpi_suspend_lowlevel()
/linux/arch/x86/include/asm/
H A Dspecial_insns.h123 static inline unsigned long __read_cr4(void) in __read_cr4() function
/linux/arch/x86/kernel/cpu/mtrr/
H A Dcyrix.c143 cr4 = __read_cr4(); in prepare_set()
/linux/arch/x86/kernel/
H A Dprocess_32.c83 cr4 = __read_cr4(); in __show_regs()
H A Dprocess_64.c117 cr4 = __read_cr4(); in __show_regs()
H A Dsetup.c1061 mmu_cr4_features = __read_cr4() & ~X86_CR4_PCIDE; in setup_arch()
/linux/arch/x86/power/
H A Dcpu.c126 ctxt->cr4 = __read_cr4(); in __save_processor_state()
/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c1080 saved_cr4 = __read_cr4(); in cache_disable()
H A Dcommon.c472 unsigned long cr4 = __read_cr4(); in cr4_init()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c768 if (!(__read_cr4() & X86_CR4_VMXE)) in vmx_emergency_disable_virtualization_cpu()