Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/i386/
Dcpu.c67 } x86_vendors[] = { variable
283 for (i = 0; i < ARRAY_SIZE(x86_vendors); i++) { in identify_cpu()
284 if (memcmp(vendor_name, x86_vendors[i].name, 12) == 0) { in identify_cpu()
285 cpu->vendor = x86_vendors[i].vendor; in identify_cpu()