Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/boot/
H A 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()
/openbmc/linux/tools/perf/tests/
H A Dexpr.c77 bool is_intel = false; in test__expr() local
84 is_intel = strstr(cpuid, "Intel") != NULL; in test__expr()
248 if (is_intel) in test__expr()
/openbmc/linux/arch/x86/kvm/
H A Dpmu.h165 bool is_intel = boot_cpu_data.x86_vendor == X86_VENDOR_INTEL; in kvm_init_pmu_capability() local
189 else if (is_intel && !kvm_pmu_cap.version) in kvm_init_pmu_capability()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-acpi.c76 bool is_intel; member
330 c->is_intel = true; in intel_probe_slot()
999 if (c->is_intel && c->reset_signal_volt_on_suspend && in sdhci_acpi_reset_signal_voltage_if_needed()