Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Dprocessor-flags.h128 #define X86_CR4_SMEP _BITUL(X86_CR4_SMEP_BIT) macro
/arch/x86/kvm/
Dx86.h391 __reserved_bits |= X86_CR4_SMEP; \
Dx86.c1009 X86_CR4_SMEP; in kvm_set_cr4()
/arch/x86/kernel/cpu/
Dcommon.c307 cr4_set_bits(X86_CR4_SMEP); in setup_smep()
360 X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_UMIP | X86_CR4_FSGSBASE;
/arch/x86/mm/
Dfault.c535 (__read_cr4() & X86_CR4_SMEP)) in show_fault_oops()
/arch/x86/kvm/mmu/
Dpaging_tmpl.h866 if (kvm_read_cr4_bits(vcpu, X86_CR4_SMEP)) in FNAME()
Dmmu.c4250 bool cr4_smep = kvm_read_cr4_bits(vcpu, X86_CR4_SMEP) != 0; in update_permission_bitmask()
4458 ext.cr4_smep = !!kvm_read_cr4_bits(vcpu, X86_CR4_SMEP); in kvm_calc_mmu_role_ext()
/arch/x86/include/asm/
Dkvm_host.h101 | X86_CR4_OSXSAVE | X86_CR4_SMEP | X86_CR4_FSGSBASE \
/arch/x86/kvm/vmx/
Dvmx.c3281 hw_cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE); in vmx_set_cr4()
7309 cr4_fixed1_update(X86_CR4_SMEP, ebx, feature_bit(SMEP)); in nested_vmx_cr_fixed1_bits_update()
/arch/x86/kvm/svm/
Dsvm.c4150 smep = cr4 & X86_CR4_SMEP; in svm_can_emulate_instruction()