Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dvirtext.h49 return __read_cr4() & X86_CR4_VMXE; in cpu_vmx_enabled()
Dspecial_insns.h142 static inline unsigned long __read_cr4(void) in __read_cr4() function
Dparavirt.h89 static inline unsigned long __read_cr4(void) in __read_cr4() function
/arch/x86/kernel/acpi/
Dsleep.c82 header->pmode_cr4 = __read_cr4(); in x86_acpi_suspend_lowlevel()
/arch/x86/realmode/
Dinit.c86 *trampoline_cr4_features = __read_cr4(); in setup_real_mode()
/arch/x86/kernel/cpu/mtrr/
Dcyrix.c141 cr4 = __read_cr4(); in prepare_set()
Dgeneric.c750 cr4 = __read_cr4(); in prepare_set()
/arch/x86/kernel/
Dprocess_64.c98 cr4 = __read_cr4(); in __show_regs()
Dsetup.c1194 mmu_cr4_features = __read_cr4(); in setup_arch()
/arch/x86/mm/
Dfault.c629 (__read_cr4() & X86_CR4_SMEP)) in show_fault_oops()