OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x86_vendor
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/com32/gpllib/
cpuid.c
165
c->
x86_vendor
= i;
171
c->
x86_vendor
= X86_VENDOR_UNKNOWN;
223
switch (c->
x86_vendor
) {
383
switch (c->
x86_vendor
) {
390
switch (c->
x86_vendor
) {
587
cpu->vendor_id = c->
x86_vendor
;
590
strlcpy(cpu->vendor, cpu_devs[c->
x86_vendor
]->c_vendor,
604
c.
x86_vendor
= X86_VENDOR_UNKNOWN;
/external/syslinux/com32/gplinclude/
cpuid.h
229
uint8_t
x86_vendor
; /* CPU vendor */
member in struct:cpuinfo_x86
Completed in 51 milliseconds