Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dkvm_cache_regs.h13 #define X86_CR4_TLBFLUSH_BITS (X86_CR4_PGE | X86_CR4_PCIDE | X86_CR4_PAE | X86_CR4_SMEP)
14 #define X86_CR4_PDPTR_BITS (X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_SMEP)
Dmmu.h40 X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE)
Dx86.h517 __reserved_bits |= X86_CR4_SMEP; \
Dx86.c1186 ((cr4 & X86_CR4_SMEP) && !(old_cr4 & X86_CR4_SMEP))) in kvm_post_set_cr4()
/arch/x86/include/uapi/asm/
Dprocessor-flags.h132 #define X86_CR4_SMEP _BITUL(X86_CR4_SMEP_BIT) macro
/arch/x86/kernel/cpu/
Dcommon.c364 cr4_set_bits(X86_CR4_SMEP); in setup_smep()
404 X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_UMIP |
/arch/x86/mm/
Dfault.c528 (__read_cr4() & X86_CR4_SMEP)) in show_fault_oops()
/arch/x86/include/asm/
Dkvm_host.h126 | X86_CR4_OSXSAVE | X86_CR4_SMEP | X86_CR4_FSGSBASE \
/arch/x86/kvm/svm/
Dsvm.c1951 cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE); in svm_set_cr4()
4854 smep = kvm_is_cr4_bit_set(vcpu, X86_CR4_SMEP); in svm_can_emulate_instruction()
/arch/x86/kvm/vmx/
Dvmx.c3492 hw_cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE); in vmx_set_cr4()
7693 cr4_fixed1_update(X86_CR4_SMEP, ebx, feature_bit(SMEP)); in nested_vmx_cr_fixed1_bits_update()
/arch/x86/kvm/mmu/
Dmmu.c210 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, smep, X86_CR4_SMEP);