Home
last modified time | relevance | path

Searched defs:cpu_vendor (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/arch/i386/stand/libsa/
H A Dcpuprobe.c29 static char cpu_vendor[13]; /* 12 chars plus NUL term */ variable
/openbsd/sys/arch/i386/i386/
H A Dlocore.s281 cpu_vendor: .space 16 # vendor string returned by 'cpuid' instruction label
/openbsd/sys/arch/amd64/amd64/
H A Dcpu.c154 char cpu_vendor[16] = { 0 }; /* CPU0's cpuid(0).e[bdc]x, \0 */ variable
/openbsd/sys/arch/i386/include/
H A Dcpu.h330 int cpu_vendor; member
/openbsd/sys/arch/amd64/include/
H A Dcpu.h95 enum cpu_vendor { enum