OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpu_vendor
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/riscv/riscv/
cpu.c
95
struct
cpu_vendor
{
struct
/src/sys/arch/aarch64/aarch64/
cpu.c
214
const char *
cpu_vendor
;
member in struct:cpuidtab
266
cpuids[i].
cpu_vendor
, cpuids[i].cpu_name,
/src/sys/arch/x86/x86/
identcpu.c
77
int
cpu_vendor
;
variable in typeref:typename:int
182
if (
cpu_vendor
!= CPUVENDOR_INTEL)
377
if (
cpu_vendor
!= CPUVENDOR_AMD)
465
if (
cpu_vendor
!= CPUVENDOR_CYRIX ||
477
if (
cpu_vendor
!= CPUVENDOR_IDT ||
492
if (
cpu_vendor
!= CPUVENDOR_IDT ||
711
if (
cpu_vendor
!= CPUVENDOR_VORTEX86)
863
cpu_vendor
= i386_nocpuid_cpus[cputype << 1];
888
cpu_vendor
= CPUVENDOR_INTEL;
890
cpu_vendor
= CPUVENDOR_AMD
[
all
...]
/src/usr.sbin/cpuctl/arch/
i386.c
93
int
cpu_vendor
;
member in struct:cpu_nocpuid_nameclass
104
int
cpu_vendor
;
member in struct:cpu_cpuid_nameclass
162
int
cpu_vendor
;
variable in typeref:typename:int
1960
if (
cpu_vendor
== CPUVENDOR_INTEL)
1962
else if (
cpu_vendor
== CPUVENDOR_AMD)
2001
cpu_vendor
= i386_nocpuid_cpus[ci->ci_cpu_type].
cpu_vendor
;
2024
cpu_vendor
= CPUVENDOR_UNKNOWN;
2034
cpu_vendor
= cpup->
cpu_vendor
;
[
all
...]
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025