Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcpufeature.h122 #define this_cpu_has(bit) \ macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dapic.c615 if (this_cpu_has(X86_FEATURE_ARAT)) { in setup_APIC_timer()
624 if (this_cpu_has(X86_FEATURE_TSC_DEADLINE_TIMER)) { in setup_APIC_timer()
644 if (!this_cpu_has(X86_FEATURE_TSC_DEADLINE_TIMER)) in __lapic_update_tsc_freq()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dprocessor_throttling.c717 !this_cpu_has(X86_FEATURE_ACPI)) { in acpi_throttling_rdmsr()
738 !this_cpu_has(X86_FEATURE_ACPI)) { in acpi_throttling_wrmsr()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsmpboot.c1687 if (!this_cpu_has(X86_FEATURE_MWAIT)) in mwait_play_dead()
1689 if (!this_cpu_has(X86_FEATURE_CLFLUSH)) in mwait_play_dead()
H A Dprocess.c818 if (this_cpu_has(X86_BUG_CLFLUSH_MONITOR)) { in mwait_idle()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dtlb.c1032 if (!this_cpu_has(X86_FEATURE_INVPCID_SINGLE)) in native_flush_tlb_one_user()
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsev.c402 if (this_cpu_has(X86_FEATURE_SME_COHERENT) || npages == 0 || in sev_clflush_pages()
/OK3568_Linux_fs/kernel/arch/x86/mm/pat/
H A Dset_memory.c2002 cpa_flush(&cpa, !this_cpu_has(X86_FEATURE_SME_COHERENT)); in __set_memory_enc_dec()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c7146 if (!this_cpu_has(X86_FEATURE_MSR_IA32_FEAT_CTL) || in vmx_check_processor_compat()
7147 !this_cpu_has(X86_FEATURE_VMX)) { in vmx_check_processor_compat()