Searched refs:X86_CR4_SMAP (Results 1 – 8 of 8) sorted by relevance
70 cr4 |= X86_CR4_SMAP; in calc_supported_cr4_feature_bits()110 TEST_INVALID_CR_BIT(vcpu, cr4, sregs, X86_CR4_SMAP); in test_cr_bits()
41 X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE)
386 cr4_set_bits(X86_CR4_SMAP); in setup_smap()438 static const unsigned long cr4_pinned_mask = X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_UMIP |
62 #define X86_CR4_SMAP (1ul << 21) macro
145 | X86_CR4_SMAP | X86_CR4_PKE | X86_CR4_UMIP \
1838 cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE); in svm_set_cr4()5180 smap = kvm_is_cr4_bit_set(vcpu, X86_CR4_SMAP); in svm_check_emulate_instruction()
3591 hw_cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE); in vmx_set_cr4()7915 cr4_fixed1_update(X86_CR4_SMAP, ebx, feature_bit(SMAP)); in nested_vmx_cr_fixed1_bits_update()
213 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, smap, X86_CR4_SMAP);