Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dcpufeatures.h364 #define X86_FEATURE_DECODEASSISTS (15*32+ 7) /* Decode Assists support */ macro
/linux-6.3-rc2/tools/arch/x86/include/asm/
A Dcpufeatures.h358 #define X86_FEATURE_DECODEASSISTS (15*32+ 7) /* Decode Assists support */ macro
/linux-6.3-rc2/arch/x86/kvm/svm/
A Dsvm.c1974 static_cpu_has(X86_FEATURE_DECODEASSISTS) ? in pf_interception()
1988 static_cpu_has(X86_FEATURE_DECODEASSISTS) ? in npf_interception()
2499 if (!static_cpu_has(X86_FEATURE_DECODEASSISTS)) in invlpg_interception()
2547 if (!static_cpu_has(X86_FEATURE_DECODEASSISTS)) in cr_interception()
2667 if (!boot_cpu_has(X86_FEATURE_DECODEASSISTS)) in dr_interception()
A Dsev.c2180 WARN_ON_ONCE(!boot_cpu_has(X86_FEATURE_DECODEASSISTS))) in sev_hardware_setup()

Completed in 24 milliseconds