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.c96 header->pmode_cr4 = __read_cr4(); in x86_acpi_suspend_lowlevel()
/linux/arch/x86/include/asm/
H A Dspecial_insns.h139 static inline unsigned long __read_cr4(void) in __read_cr4() function
H A Dtlbflush.h181 this_cpu_write(cpu_tlbstate.cr4, __read_cr4()); in cr4_init_shadow()
/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.c118 cr4 = __read_cr4(); in __show_regs()
H A Dsetup.c1142 mmu_cr4_features = __read_cr4() & ~X86_CR4_PCIDE; in setup_arch()
/linux/arch/x86/power/
H A Dcpu.c128 ctxt->cr4 = __read_cr4(); in __save_processor_state()
/linux/arch/x86/mm/
H A Dfault.c530 (__read_cr4() & X86_CR4_SMEP)) in show_fault_oops()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c714 if (!(__read_cr4() & X86_CR4_VMXE)) in vmx_emergency_disable_virtualization_cpu()