Home
last modified time | relevance | path

Searched refs:this_cpu_has (Results 1 – 8 of 8) sorted by relevance

/arch/um/include/asm/
Dcpufeature.h39 #define this_cpu_has(bit) \ macro
/arch/x86/include/asm/
Dcpufeature.h130 #define this_cpu_has(bit) \ macro
/arch/x86/kernel/
Dsmpboot.c1491 if (!this_cpu_has(X86_FEATURE_MWAIT)) in mwait_play_dead()
1493 if (!this_cpu_has(X86_FEATURE_CLFLUSH)) in mwait_play_dead()
Dprocess.c922 if (this_cpu_has(X86_BUG_CLFLUSH_MONITOR)) { in mwait_idle()
/arch/x86/kernel/apic/
Dapic.c596 if (this_cpu_has(X86_FEATURE_ARAT)) { in setup_APIC_timer()
605 if (this_cpu_has(X86_FEATURE_TSC_DEADLINE_TIMER)) { in setup_APIC_timer()
625 if (!this_cpu_has(X86_FEATURE_TSC_DEADLINE_TIMER)) in __lapic_update_tsc_freq()
/arch/x86/kvm/svm/
Dsev.c478 if (this_cpu_has(X86_FEATURE_SME_COHERENT) || npages == 0 || in sev_clflush_pages()
/arch/x86/kvm/vmx/
Dvmx.c2755 if (!this_cpu_has(X86_FEATURE_MSR_IA32_FEAT_CTL) || in __kvm_is_vmx_supported()
2756 !this_cpu_has(X86_FEATURE_VMX)) { in __kvm_is_vmx_supported()
/arch/x86/events/intel/
Dcore.c4666 if (this_cpu_has(X86_FEATURE_ARCH_PERFMON_EXT)) in init_hybrid_pmu()