Searched refs:X86_CR4_SMAP (Results 1 – 10 of 10) sorted by relevance
76 cr4 |= X86_CR4_SMAP; in calc_cr4_feature_bits()122 test_cr4_feature_bit(vm, &sregs, X86_CR4_SMAP); in main()
130 #define X86_CR4_SMAP _BITUL(X86_CR4_SMAP_BIT) macro
48 X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE | \
467 __reserved_bits |= X86_CR4_SMAP; \
39 #define X86_CR4_SMAP (1ul << 21) macro
327 cr4_set_bits(X86_CR4_SMAP); in setup_smap()330 cr4_clear_bits(X86_CR4_SMAP); in setup_smap()361 X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_UMIP | X86_CR4_FSGSBASE;
118 | X86_CR4_SMAP | X86_CR4_PKE | X86_CR4_UMIP))
3204 hw_cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE); in vmx_set_cr4()7088 cr4_fixed1_update(X86_CR4_SMAP, ebx, feature_bit(SMAP)); in nested_vmx_cr_fixed1_bits_update()
4466 smap = cr4 & X86_CR4_SMAP; in svm_can_emulate_instruction()
216 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, smap, X86_CR4_SMAP);