Searched defs:is_intel (Results 1 – 4 of 4) sorted by relevance
248 bool is_intel = strstr(cpuid, "Intel") != NULL; in test__expr() local
81 static int is_intel(void) in is_intel() function
185 bool is_intel = boot_cpu_data.x86_vendor == X86_VENDOR_INTEL; in kvm_init_pmu_capability() local
76 bool is_intel; member