Searched refs:X86_CR4_SMAP (Results 1 – 2 of 2) 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()
39 #define X86_CR4_SMAP (1ul << 21) macro