Searched refs:X86_CR4_SMAP (Results 1 – 10 of 10) sorted by relevance
70 cr4 |= X86_CR4_SMAP; in calc_supported_cr4_feature_bits()114 test_cr4_feature_bit(vcpu, &sregs, X86_CR4_SMAP); in main()
130 #define X86_CR4_SMAP _BITUL(X86_CR4_SMAP_BIT) macro
40 X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE)
477 __reserved_bits |= X86_CR4_SMAP; \
388 cr4_set_bits(X86_CR4_SMAP); in setup_smap()417 X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_UMIP |
48 #define X86_CR4_SMAP (1ul << 21) macro
128 | X86_CR4_SMAP | X86_CR4_PKE | X86_CR4_UMIP))
1855 cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE); in svm_set_cr4()4625 smap = cr4 & X86_CR4_SMAP; in svm_can_emulate_instruction()
3469 hw_cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE); in vmx_set_cr4()7628 cr4_fixed1_update(X86_CR4_SMAP, ebx, feature_bit(SMAP)); in nested_vmx_cr_fixed1_bits_update()
198 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, smap, X86_CR4_SMAP);
Completed in 70 milliseconds