Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Dprocessor-flags.h128 #define X86_CR4_SMEP _BITUL(X86_CR4_SMEP_BIT) macro
/arch/x86/kvm/
Dpaging_tmpl.h460 kvm_read_cr4_bits(vcpu, X86_CR4_SMEP))) in FNAME()
858 if (kvm_read_cr4_bits(vcpu, X86_CR4_SMEP)) in FNAME()
Dmmu.c4774 bool cr4_smep = kvm_read_cr4_bits(vcpu, X86_CR4_SMEP) != 0; in update_permission_bitmask()
4982 ext.cr4_smep = !!kvm_read_cr4_bits(vcpu, X86_CR4_SMEP); in kvm_calc_mmu_role_ext()
Dx86.c922 reserved_bits |= X86_CR4_SMEP; in kvm_host_cr4_reserved_bits()
951 if (!guest_cpuid_has(vcpu, X86_FEATURE_SMEP) && (cr4 & X86_CR4_SMEP)) in kvm_valid_cr4()
976 X86_CR4_SMEP; in kvm_set_cr4()
Dsvm.c7188 bool smep = cr4 & X86_CR4_SMEP; in svm_need_emulation_on_page_fault()
/arch/x86/kernel/cpu/
Dcommon.c325 cr4_set_bits(X86_CR4_SMEP); in setup_smep()
377 X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_UMIP | X86_CR4_FSGSBASE;
/arch/x86/mm/
Dfault.c628 (__read_cr4() & X86_CR4_SMEP)) in show_fault_oops()
/arch/x86/include/asm/
Dkvm_host.h91 | X86_CR4_OSXSAVE | X86_CR4_SMEP | X86_CR4_FSGSBASE \
/arch/x86/kvm/vmx/
Dvmx.c3175 hw_cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE); in vmx_set_cr4()
7065 cr4_fixed1_update(X86_CR4_SMEP, ebx, bit(X86_FEATURE_SMEP)); in nested_vmx_cr_fixed1_bits_update()