Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dvirtext.h49 return __read_cr4() & X86_CR4_VMXE; in cpu_vmx_enabled()
Dspecial_insns.h139 static inline unsigned long __read_cr4(void) in __read_cr4() function
Dtlbflush.h292 this_cpu_write(cpu_tlbstate.cr4, __read_cr4()); in cr4_init_shadow()
/Linux-v4.19/arch/x86/kernel/acpi/
Dsleep.c83 header->pmode_cr4 = __read_cr4(); in x86_acpi_suspend_lowlevel()
/Linux-v4.19/arch/x86/kernel/cpu/mtrr/
Dcyrix.c142 cr4 = __read_cr4(); in prepare_set()
Dgeneric.c749 cr4 = __read_cr4(); in prepare_set()
/Linux-v4.19/arch/x86/kernel/
Dprocess_32.c94 cr4 = __read_cr4(); in __show_regs()
Dprocess_64.c114 cr4 = __read_cr4(); in __show_regs()
Dsetup.c1147 mmu_cr4_features = __read_cr4() & ~X86_CR4_PCIDE; in setup_arch()
Dsmpboot.c220 __write_cr4(__read_cr4() | X86_CR4_PCIDE); in start_secondary()
/Linux-v4.19/arch/x86/power/
Dcpu.c125 ctxt->cr4 = __read_cr4(); in __save_processor_state()
/Linux-v4.19/arch/x86/boot/compressed/
Dkaslr.c819 if (__read_cr4() & X86_CR4_LA57) { in choose_random_location()
/Linux-v4.19/arch/x86/mm/
Dfault.c665 (__read_cr4() & X86_CR4_SMEP)) in show_fault_oops()