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)
472 __reserved_bits |= X86_CR4_SMAP; \
39 #define X86_CR4_SMAP (1ul << 21) macro
330 cr4_set_bits(X86_CR4_SMAP); in setup_smap()333 cr4_clear_bits(X86_CR4_SMAP); in setup_smap()364 X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_UMIP | X86_CR4_FSGSBASE;
117 | X86_CR4_SMAP | X86_CR4_PKE | X86_CR4_UMIP))
3196 hw_cr4 &= ~(X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_PKE); in vmx_set_cr4()7073 cr4_fixed1_update(X86_CR4_SMAP, ebx, feature_bit(SMAP)); in nested_vmx_cr_fixed1_bits_update()
4525 smap = cr4 & X86_CR4_SMAP; in svm_can_emulate_instruction()
220 BUILD_MMU_ROLE_REGS_ACCESSOR(cr4, smap, X86_CR4_SMAP);
Completed in 59 milliseconds