Home
last modified time | relevance | path

Searched refs:X86_FEATURE_DECODEASSISTS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h365 #define X86_FEATURE_DECODEASSISTS (15*32+ 7) /* Decode Assists support */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h374 #define X86_FEATURE_DECODEASSISTS (15*32+ 7) /* Decode Assists support */ macro
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c2070 static_cpu_has(X86_FEATURE_DECODEASSISTS) ? in pf_interception()
2084 static_cpu_has(X86_FEATURE_DECODEASSISTS) ? in npf_interception()
2609 if (!static_cpu_has(X86_FEATURE_DECODEASSISTS)) in invlpg_interception()
2657 if (!static_cpu_has(X86_FEATURE_DECODEASSISTS)) in cr_interception()
2784 if (!boot_cpu_has(X86_FEATURE_DECODEASSISTS)) in dr_interception()
H A Dsev.c2217 WARN_ON_ONCE(!boot_cpu_has(X86_FEATURE_DECODEASSISTS))) in sev_hardware_setup()