Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dvirtext.h60 return __read_cr4() & X86_CR4_VMXE; in cpu_vmx_enabled()
Dspecial_insns.h134 static inline unsigned long __read_cr4(void) in __read_cr4() function
Dtlbflush.h166 this_cpu_write(cpu_tlbstate.cr4, __read_cr4()); in cr4_init_shadow()
/linux-6.1.9/arch/x86/kernel/acpi/
Dsleep.c94 header->pmode_cr4 = __read_cr4(); in x86_acpi_suspend_lowlevel()
/linux-6.1.9/arch/x86/boot/compressed/
Dpgtable_64.c212 if (__read_cr4() & X86_CR4_LA57) { in cleanup_trampoline()
/linux-6.1.9/arch/x86/kernel/
Dprocess_32.c83 cr4 = __read_cr4(); in __show_regs()
Dprocess_64.c115 cr4 = __read_cr4(); in __show_regs()
Dsetup.c1193 mmu_cr4_features = __read_cr4() & ~X86_CR4_PCIDE; in setup_arch()
/linux-6.1.9/arch/x86/kernel/cpu/mtrr/
Dcyrix.c143 cr4 = __read_cr4(); in prepare_set()
Dgeneric.c757 cr4 = __read_cr4(); in prepare_set()
/linux-6.1.9/arch/x86/power/
Dcpu.c125 ctxt->cr4 = __read_cr4(); in __save_processor_state()
/linux-6.1.9/arch/x86/mm/
Dfault.c548 (__read_cr4() & X86_CR4_SMEP)) in show_fault_oops()
/linux-6.1.9/arch/x86/kernel/cpu/
Dcommon.c485 unsigned long cr4 = __read_cr4(); in cr4_init()