Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/cpu/mce/
Dtherm_throt.c589 if (this_cpu_has(X86_FEATURE_PLN) && int_pln_enable) in intel_thermal_interrupt()
594 if (this_cpu_has(X86_FEATURE_PTS)) { in intel_thermal_interrupt()
601 if (this_cpu_has(X86_FEATURE_PLN) && int_pln_enable) in intel_thermal_interrupt()
Dcore.c145 if (this_cpu_has(X86_FEATURE_INTEL_PPIN)) in mce_setup()
147 else if (this_cpu_has(X86_FEATURE_AMD_PPIN)) in mce_setup()
/Linux-v5.10/arch/x86/include/asm/
Dcpufeature.h121 #define this_cpu_has(bit) \ macro
/Linux-v5.10/arch/x86/kernel/apic/
Dapic.c611 if (this_cpu_has(X86_FEATURE_ARAT)) { in setup_APIC_timer()
620 if (this_cpu_has(X86_FEATURE_TSC_DEADLINE_TIMER)) { in setup_APIC_timer()
640 if (!this_cpu_has(X86_FEATURE_TSC_DEADLINE_TIMER)) in __lapic_update_tsc_freq()
/Linux-v5.10/drivers/acpi/
Dprocessor_throttling.c717 !this_cpu_has(X86_FEATURE_ACPI)) { in acpi_throttling_rdmsr()
738 !this_cpu_has(X86_FEATURE_ACPI)) { in acpi_throttling_wrmsr()
/Linux-v5.10/arch/x86/kernel/
Dsmpboot.c1681 if (!this_cpu_has(X86_FEATURE_MWAIT)) in mwait_play_dead()
1683 if (!this_cpu_has(X86_FEATURE_CLFLUSH)) in mwait_play_dead()
Dprocess.c796 if (this_cpu_has(X86_BUG_CLFLUSH_MONITOR)) { in mwait_idle()
/Linux-v5.10/arch/x86/mm/
Dtlb.c1032 if (!this_cpu_has(X86_FEATURE_INVPCID_SINGLE)) in native_flush_tlb_one_user()
/Linux-v5.10/arch/x86/kvm/svm/
Dsev.c387 if (this_cpu_has(X86_FEATURE_SME_COHERENT) || npages == 0 || in sev_clflush_pages()
/Linux-v5.10/arch/x86/mm/pat/
Dset_memory.c2002 cpa_flush(&cpa, !this_cpu_has(X86_FEATURE_SME_COHERENT)); in __set_memory_enc_dec()
/Linux-v5.10/arch/x86/kvm/vmx/
Dvmx.c7005 if (!this_cpu_has(X86_FEATURE_MSR_IA32_FEAT_CTL) || in vmx_check_processor_compat()
7006 !this_cpu_has(X86_FEATURE_VMX)) { in vmx_check_processor_compat()