Home
last modified time | relevance | path

Searched refs:__read_cr4 (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dvirtext.h54 return __read_cr4() & X86_CR4_VMXE; in cpu_vmx_enabled()
H A Dspecial_insns.h146 static inline unsigned long __read_cr4(void) in __read_cr4() function
H A Dtlbflush.h162 this_cpu_write(cpu_tlbstate.cr4, __read_cr4()); in cr4_init_shadow()
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dpgtable_64.c211 if (__read_cr4() & X86_CR4_LA57) { in cleanup_trampoline()
/kernel/linux/linux-5.10/arch/x86/kernel/acpi/
H A Dsleep.c93 header->pmode_cr4 = __read_cr4(); in x86_acpi_suspend_lowlevel()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dspecial_insns.h123 static inline unsigned long __read_cr4(void) in __read_cr4() function
H A Dtlbflush.h180 this_cpu_write(cpu_tlbstate.cr4, __read_cr4()); in cr4_init_shadow()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mtrr/
H A Dcyrix.c143 cr4 = __read_cr4(); in prepare_set()
/kernel/linux/linux-6.6/arch/x86/kernel/acpi/
H A Dsleep.c95 header->pmode_cr4 = __read_cr4(); in x86_acpi_suspend_lowlevel()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/
H A Dcyrix.c143 cr4 = __read_cr4(); in prepare_set()
H A Dgeneric.c758 cr4 = __read_cr4(); in __acquires()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dprocess_32.c86 cr4 = __read_cr4(); in __show_regs()
H A Dprocess_64.c114 cr4 = __read_cr4(); in __show_regs()
H A Dsetup.c1115 mmu_cr4_features = __read_cr4() & ~X86_CR4_PCIDE; in setup_arch()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dprocess_32.c83 cr4 = __read_cr4(); in __show_regs()
H A Dprocess_64.c116 cr4 = __read_cr4(); in __show_regs()
H A Dsetup.c1177 mmu_cr4_features = __read_cr4() & ~X86_CR4_PCIDE; in setup_arch()
/kernel/linux/linux-5.10/arch/x86/power/
H A Dcpu.c127 ctxt->cr4 = __read_cr4(); in __save_processor_state()
/kernel/linux/linux-6.6/arch/x86/power/
H A Dcpu.c126 ctxt->cr4 = __read_cr4(); in __save_processor_state()
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dfault.c534 (__read_cr4() & X86_CR4_SMEP)) in show_fault_oops()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dfault.c528 (__read_cr4() & X86_CR4_SMEP)) in show_fault_oops()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dcacheinfo.c1090 saved_cr4 = __read_cr4(); in __acquires()
H A Dcommon.c473 unsigned long cr4 = __read_cr4(); in cr4_init()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Dcommon.c428 unsigned long cr4 = __read_cr4(); in cr4_init()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.c782 if (!(__read_cr4() & X86_CR4_VMXE)) in vmx_emergency_disable()

Completed in 31 milliseconds