Home
last modified time | relevance | path

Searched refs:X86_CR4_SMEP (Results 1 – 8 of 8) sorted by relevance

/arch/x86/include/uapi/asm/
Dprocessor-flags.h119 #define X86_CR4_SMEP _BITUL(X86_CR4_SMEP_BIT) macro
/arch/x86/kvm/
Dpaging_tmpl.h425 kvm_read_cr4_bits(vcpu, X86_CR4_SMEP))) in FNAME()
798 if (kvm_read_cr4_bits(vcpu, X86_CR4_SMEP)) in FNAME()
Dmmu.c3882 cr4_smep = kvm_read_cr4_bits(vcpu, X86_CR4_SMEP); in update_permission_bitmask()
4125 bool smep = kvm_read_cr4_bits(vcpu, X86_CR4_SMEP); in kvm_init_shadow_mmu()
Dx86.c742 X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE; in kvm_set_cr4()
750 if (!guest_cpuid_has_smep(vcpu) && (cr4 & X86_CR4_SMEP)) in kvm_set_cr4()
Dvmx.c4177 hw_cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE); in vmx_set_cr4()
/arch/x86/mm/
Dfault.c670 (__read_cr4() & X86_CR4_SMEP)) in show_fault_oops()
/arch/x86/kernel/cpu/
Dcommon.c303 cr4_set_bits(X86_CR4_SMEP); in setup_smep()
/arch/x86/include/asm/
Dkvm_host.h88 | X86_CR4_OSXSAVE | X86_CR4_SMEP | X86_CR4_FSGSBASE \