Home
last modified time | relevance | path

Searched refs:is_intel (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/x86/boot/
Dcpucheck.c80 static int is_intel(void) in is_intel() function
174 is_intel() && cpu.level == 6 && in check_cpu()
204 if (!is_intel() || in check_knl_erratum()
/linux-6.1.9/tools/perf/tests/
Dexpr.c75 bool is_intel = false; in test__expr() local
79 is_intel = strstr(buf, "Intel") != NULL; in test__expr()
209 if (is_intel) in test__expr()
/linux-6.1.9/arch/x86/kvm/
Dpmu.h165 bool is_intel = boot_cpu_data.x86_vendor == X86_VENDOR_INTEL; in kvm_init_pmu_capability() local
173 if ((is_intel && !kvm_pmu_cap.version) || !kvm_pmu_cap.num_counters_gp) in kvm_init_pmu_capability()
/linux-6.1.9/drivers/mmc/host/
Dsdhci-acpi.c75 bool is_intel; member
327 c->is_intel = true; in intel_probe_slot()
952 if (c->is_intel && c->reset_signal_volt_on_suspend && in sdhci_acpi_reset_signal_voltage_if_needed()