Home
last modified time | relevance | path

Searched refs:CPUID_7_0_ECX_PKS (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/i386/
H A Dhelper.c222 if (!(env->features[FEAT_7_0_ECX] & CPUID_7_0_ECX_PKS)) { in cpu_x86_update_cr4()
H A Dcpu.h911 #define CPUID_7_0_ECX_PKS (1U << 31) macro
2671 if (!(env->features[FEAT_7_0_ECX] & CPUID_7_0_ECX_PKS)) { in cr4_reserved_bits()
H A Dcpu.c878 CPUID_7_0_ECX_LA57 | CPUID_7_0_ECX_PKS | CPUID_7_0_ECX_VAES | \