Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/
Dvirtext.h47 return __read_cr4() & X86_CR4_VMXE; in cpu_vmx_enabled()
Dtlbflush.h162 this_cpu_write(cpu_tlbstate.cr4, __read_cr4()); in cr4_init_shadow()
Dspecial_insns.h146 static inline unsigned long __read_cr4(void) in __read_cr4() function
/Linux-v5.10/arch/x86/kernel/acpi/
Dsleep.c93 header->pmode_cr4 = __read_cr4(); in x86_acpi_suspend_lowlevel()
/Linux-v5.10/arch/x86/boot/compressed/
Dpgtable_64.c211 if (__read_cr4() & X86_CR4_LA57) { in cleanup_trampoline()
/Linux-v5.10/arch/x86/kernel/
Dprocess_32.c86 cr4 = __read_cr4(); in __show_regs()
Dprocess_64.c114 cr4 = __read_cr4(); in __show_regs()
Dsetup.c1100 mmu_cr4_features = __read_cr4() & ~X86_CR4_PCIDE; in setup_arch()
/Linux-v5.10/arch/x86/kernel/cpu/mtrr/
Dcyrix.c143 cr4 = __read_cr4(); in prepare_set()
Dgeneric.c758 cr4 = __read_cr4(); in prepare_set()
/Linux-v5.10/arch/x86/power/
Dcpu.c125 ctxt->cr4 = __read_cr4(); in __save_processor_state()
/Linux-v5.10/arch/x86/mm/
Dfault.c527 (__read_cr4() & X86_CR4_SMEP)) in show_fault_oops()
/Linux-v5.10/arch/x86/kernel/cpu/
Dcommon.c422 unsigned long cr4 = __read_cr4(); in cr4_init()