Searched refs:X86_CR4_SMAP (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dset_sregs_test.c69 cr4 |= X86_CR4_SMAP;
114 TEST_INVALID_CR_BIT(vcpu, cr4, sregs, X86_CR4_SMAP);
/linux-master/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h134 #define X86_CR4_SMAP _BITUL(X86_CR4_SMAP_BIT) macro
/linux-master/arch/x86/kvm/
H A Dmmu.h40 X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE)
H A Dx86.h515 __reserved_bits |= X86_CR4_SMAP; \
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c373 cr4_set_bits(X86_CR4_SMAP);
401 static const unsigned long cr4_pinned_mask = X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_UMIP |
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h58 #define X86_CR4_SMAP (1ul << 21) macro
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h136 | X86_CR4_SMAP | X86_CR4_PKE | X86_CR4_UMIP \
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c1928 cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE);
4832 smap = kvm_is_cr4_bit_set(vcpu, X86_CR4_SMAP);
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c3480 hw_cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE);
7709 cr4_fixed1_update(X86_CR4_SMAP, ebx, feature_bit(SMAP));
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c211 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, smap, X86_CR4_SMAP);
5145 * - X86_CR4_SMAP is set in CR4

Completed in 394 milliseconds