Searched refs:X86_CR4_SMAP (Results 1 – 8 of 8) sorted by relevance
68 cr4 |= X86_CR4_SMAP; in calc_supported_cr4_feature_bits()113 TEST_INVALID_CR_BIT(vcpu, cr4, sregs, X86_CR4_SMAP); in main()
134 #define X86_CR4_SMAP _BITUL(X86_CR4_SMAP_BIT) macro
40 X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE)
545 __reserved_bits |= X86_CR4_SMAP; \
375 cr4_set_bits(X86_CR4_SMAP); in setup_smap()403 static const unsigned long cr4_pinned_mask = X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_UMIP |
58 #define X86_CR4_SMAP (1ul << 21) macro
138 | X86_CR4_SMAP | X86_CR4_PKE | X86_CR4_UMIP \
1930 cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE); in svm_set_cr4()4904 smap = kvm_is_cr4_bit_set(vcpu, X86_CR4_SMAP); in svm_check_emulate_instruction()