Searched refs:CR4_SMAP_MASK (Results 1 – 2 of 2) sorted by relevance
191 CR4_SMEP_MASK | CR4_SMAP_MASK | CR4_LA57_MASK)) { in cpu_x86_update_cr4()207 new_cr4 &= ~CR4_SMAP_MASK; in cpu_x86_update_cr4()209 if (new_cr4 & CR4_SMAP_MASK) { in cpu_x86_update_cr4()
260 #define CR4_SMAP_MASK (1U << 21) macro278 | CR4_SMEP_MASK | CR4_SMAP_MASK | CR4_PKE_MASK | CR4_PKS_MASK \2718 reserved_bits |= CR4_SMAP_MASK; in cr4_reserved_bits()