Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/
A 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/arch/um/include/asm/
A Dcpufeature.h39 #define this_cpu_has(bit) \ macro
/linux/arch/x86/include/asm/
A Dcpufeature.h125 #define this_cpu_has(bit) \ macro
/linux/arch/x86/kernel/apic/
A 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/drivers/acpi/
A 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/arch/x86/kernel/
A Dsmpboot.c1759 if (!this_cpu_has(X86_FEATURE_MWAIT)) in mwait_play_dead()
1761 if (!this_cpu_has(X86_FEATURE_CLFLUSH)) in mwait_play_dead()
A Dprocess.c841 if (this_cpu_has(X86_BUG_CLFLUSH_MONITOR)) { in mwait_idle()
/linux/arch/x86/mm/
A Dtlb.c1135 if (!this_cpu_has(X86_FEATURE_INVPCID_SINGLE)) in native_flush_tlb_one_user()
/linux/arch/x86/kernel/cpu/mce/
A Dcore.c143 if (this_cpu_has(X86_FEATURE_INTEL_PPIN)) in mce_setup()
145 else if (this_cpu_has(X86_FEATURE_AMD_PPIN)) in mce_setup()
/linux/arch/x86/mm/pat/
A Dset_memory.c2013 cpa_flush(&cpa, !this_cpu_has(X86_FEATURE_SME_COHERENT)); in __set_memory_enc_pgtable()
/linux/arch/x86/kvm/svm/
A Dsev.c459 if (this_cpu_has(X86_FEATURE_SME_COHERENT) || npages == 0 || in sev_clflush_pages()
/linux/arch/x86/kvm/vmx/
A Dvmx.c6951 if (!this_cpu_has(X86_FEATURE_MSR_IA32_FEAT_CTL) || in vmx_check_processor_compat()
6952 !this_cpu_has(X86_FEATURE_VMX)) { in vmx_check_processor_compat()

Completed in 50 milliseconds