Home
last modified time | relevance | path

Searched refs:CR4_SMAP_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/i386/
H A Dhelper.c191 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()
H A Dcpu.h260 #define CR4_SMAP_MASK (1U << 21) macro
278 | CR4_SMEP_MASK | CR4_SMAP_MASK | CR4_PKE_MASK | CR4_PKS_MASK \
2718 reserved_bits |= CR4_SMAP_MASK; in cr4_reserved_bits()