Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/tests/
H A Dexpr.c248 bool is_intel = strstr(cpuid, "Intel") != NULL; in test__expr() local
/linux-6.15/arch/x86/boot/
H A Dcpucheck.c81 static int is_intel(void) in is_intel() function
/linux-6.15/arch/x86/kvm/
H A Dpmu.h185 bool is_intel = boot_cpu_data.x86_vendor == X86_VENDOR_INTEL; in kvm_init_pmu_capability() local
/linux-6.15/drivers/mmc/host/
H A Dsdhci-acpi.c76 bool is_intel; member