Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Dsmm_test.c86 if (this_cpu_has(X86_FEATURE_SVM)) { in guest_code()
102 if (this_cpu_has(X86_FEATURE_SVM)) { in guest_code()
A Dcr4_cpuid_sync_test.c26 return (this_cpu_has(X86_FEATURE_OSXSAVE) == !!(cr4 & X86_CR4_OSXSAVE)); in cr4_cpuid_is_sync()
A Damx_test.c118 GUEST_ASSERT(this_cpu_has(X86_FEATURE_XSAVE)); in check_cpuid_xsave()
119 GUEST_ASSERT(this_cpu_has(X86_FEATURE_OSXSAVE)); in check_cpuid_xsave()
A Dhyperv_features.c69 if (!this_cpu_has(HV_ACCESS_TSC_INVARIANT)) in guest_msr()
70 GUEST_ASSERT(this_cpu_has(X86_FEATURE_INVTSC)); in guest_msr()
72 GUEST_ASSERT(this_cpu_has(X86_FEATURE_INVTSC) == in guest_msr()
A Dstate_test.c145 if (this_cpu_has(X86_FEATURE_SVM)) in guest_code()
A Dnested_exceptions_test.c161 if (this_cpu_has(X86_FEATURE_SVM)) in l1_guest_code()
/linux-6.3-rc2/drivers/thermal/intel/
A Dtherm_throt.c610 if (this_cpu_has(X86_FEATURE_PLN) && int_pln_enable) in intel_thermal_interrupt()
615 if (this_cpu_has(X86_FEATURE_PTS)) { in intel_thermal_interrupt()
622 if (this_cpu_has(X86_FEATURE_PLN) && int_pln_enable) in intel_thermal_interrupt()
628 if (this_cpu_has(X86_FEATURE_HFI)) in intel_thermal_interrupt()
/linux-6.3-rc2/arch/um/include/asm/
A Dcpufeature.h39 #define this_cpu_has(bit) \ macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dcpufeature.h131 #define this_cpu_has(bit) \ macro
/linux-6.3-rc2/tools/testing/selftests/kvm/
A Daccess_tracking_perf_test.c188 TEST_ASSERT(this_cpu_has(X86_FEATURE_HYPERVISOR), in mark_vcpu_memory_idle()
/linux-6.3-rc2/arch/x86/kernel/apic/
A Dapic.c627 if (this_cpu_has(X86_FEATURE_ARAT)) { in setup_APIC_timer()
636 if (this_cpu_has(X86_FEATURE_TSC_DEADLINE_TIMER)) { in setup_APIC_timer()
656 if (!this_cpu_has(X86_FEATURE_TSC_DEADLINE_TIMER)) in __lapic_update_tsc_freq()
/linux-6.3-rc2/drivers/acpi/
A Dprocessor_throttling.c705 !this_cpu_has(X86_FEATURE_ACPI)) { in acpi_throttling_rdmsr()
725 !this_cpu_has(X86_FEATURE_ACPI)) { in acpi_throttling_wrmsr()
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h595 static inline bool this_cpu_has(struct kvm_x86_cpu_feature feature) in this_cpu_has() function
632 !this_cpu_has(feature.anti_feature); in this_pmu_has()
/linux-6.3-rc2/arch/x86/kernel/
A Dsmpboot.c1762 if (!this_cpu_has(X86_FEATURE_MWAIT)) in mwait_play_dead()
1764 if (!this_cpu_has(X86_FEATURE_CLFLUSH)) in mwait_play_dead()
A Dprocess.c862 if (this_cpu_has(X86_BUG_CLFLUSH_MONITOR)) { in mwait_idle()
/linux-6.3-rc2/arch/x86/mm/
A Dtlb.c1133 if (!this_cpu_has(X86_FEATURE_INVPCID_SINGLE)) in native_flush_tlb_one_user()
/linux-6.3-rc2/arch/x86/kvm/svm/
A Dsev.c464 if (this_cpu_has(X86_FEATURE_SME_COHERENT) || npages == 0 || in sev_clflush_pages()
/linux-6.3-rc2/arch/x86/kvm/vmx/
A 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()
/linux-6.3-rc2/arch/x86/events/intel/
A Dcore.c4633 if (this_cpu_has(X86_FEATURE_ARCH_PERFMON_EXT)) in init_hybrid_pmu()

Completed in 84 milliseconds