Home
last modified time | relevance | path

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

/linux-4.4.14/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
Dtlbflush.h35 this_cpu_write(cpu_tlbstate.cr4, __read_cr4()); in cr4_init_shadow()
Dparavirt.h89 static inline unsigned long __read_cr4(void) in __read_cr4() function
/linux-4.4.14/arch/x86/kernel/acpi/
Dsleep.c82 header->pmode_cr4 = __read_cr4(); in x86_acpi_suspend_lowlevel()
/linux-4.4.14/arch/x86/realmode/
Dinit.c84 *trampoline_cr4_features = __read_cr4(); in setup_real_mode()
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
Dcyrix.c141 cr4 = __read_cr4(); in prepare_set()
Dgeneric.c746 cr4 = __read_cr4(); in prepare_set()
/linux-4.4.14/arch/x86/kernel/
Dprocess_64.c96 cr4 = __read_cr4(); in __show_regs()
Dsetup.c1174 mmu_cr4_features = __read_cr4(); in setup_arch()
/linux-4.4.14/arch/x86/mm/
Dfault.c614 (__read_cr4() & X86_CR4_SMEP)) in show_fault_oops()