Home
last modified time | relevance | path

Searched refs:X86_FEATURE_IDLE_HLT (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dcpufeatures.h381 #define X86_FEATURE_IDLE_HLT (15*32+30) /* IDLE HLT intercept */ macro
/linux-6.15/tools/arch/x86/include/asm/
H A Dcpufeatures.h381 #define X86_FEATURE_IDLE_HLT (15*32+30) /* IDLE HLT intercept */ macro
/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dxapic_ipi_test.c475 if (this_cpu_has(X86_FEATURE_IDLE_HLT)) in main()
/linux-6.15/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h203 #define X86_FEATURE_IDLE_HLT KVM_X86_CPU_FEATURE(0x8000000A, 0, EDX, 30) macro
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c1301 if (cpu_feature_enabled(X86_FEATURE_IDLE_HLT)) in init_vmcb()