Home
last modified time | relevance | path

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

/Linux-v5.15/arch/um/include/asm/
Dcpufeature.h39 #define this_cpu_has(bit) \ macro
/Linux-v5.15/drivers/thermal/intel/
Dtherm_throt.c594 if (this_cpu_has(X86_FEATURE_PLN) && int_pln_enable) in intel_thermal_interrupt()
599 if (this_cpu_has(X86_FEATURE_PTS)) { in intel_thermal_interrupt()
606 if (this_cpu_has(X86_FEATURE_PLN) && int_pln_enable) in intel_thermal_interrupt()
/Linux-v5.15/arch/x86/include/asm/
Dcpufeature.h125 #define this_cpu_has(bit) \ macro
/Linux-v5.15/arch/x86/kernel/apic/
Dapic.c617 if (this_cpu_has(X86_FEATURE_ARAT)) { in setup_APIC_timer()
626 if (this_cpu_has(X86_FEATURE_TSC_DEADLINE_TIMER)) { in setup_APIC_timer()
646 if (!this_cpu_has(X86_FEATURE_TSC_DEADLINE_TIMER)) in __lapic_update_tsc_freq()
/Linux-v5.15/drivers/acpi/
Dprocessor_throttling.c707 !this_cpu_has(X86_FEATURE_ACPI)) { in acpi_throttling_rdmsr()
727 !this_cpu_has(X86_FEATURE_ACPI)) { in acpi_throttling_wrmsr()
/Linux-v5.15/arch/x86/kernel/
Dsmpboot.c1697 if (!this_cpu_has(X86_FEATURE_MWAIT)) in mwait_play_dead()
1699 if (!this_cpu_has(X86_FEATURE_CLFLUSH)) in mwait_play_dead()
Dprocess.c824 if (this_cpu_has(X86_BUG_CLFLUSH_MONITOR)) { in mwait_idle()
/Linux-v5.15/arch/x86/mm/
Dtlb.c1135 if (!this_cpu_has(X86_FEATURE_INVPCID_SINGLE)) in native_flush_tlb_one_user()
/Linux-v5.15/arch/x86/kernel/cpu/mce/
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.15/arch/x86/mm/pat/
Dset_memory.c2010 cpa_flush(&cpa, !this_cpu_has(X86_FEATURE_SME_COHERENT)); in __set_memory_enc_dec()
/Linux-v5.15/arch/x86/kvm/svm/
Dsev.c452 if (this_cpu_has(X86_FEATURE_SME_COHERENT) || npages == 0 || in sev_clflush_pages()
/Linux-v5.15/arch/x86/kvm/vmx/
Dvmx.c6966 if (!this_cpu_has(X86_FEATURE_MSR_IA32_FEAT_CTL) || in vmx_check_processor_compat()
6967 !this_cpu_has(X86_FEATURE_VMX)) { in vmx_check_processor_compat()