Searched refs:cpu_info (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_gcc_compound_statements2.c2 struct cpu_info { struct
10 struct cpu_info *__ci;
/freebsd-11-stable/sys/x86/include/
H A Dx86_smp.h52 struct cpu_info { struct
58 extern struct cpu_info cpu_info[];
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dsched.d38 processor_info_t cpu_info; /* CPU information */
48 cpu_info = (processor_info_t)C->cpu_type_info;
60 cpu_info = D->disp_cpu == NULL ?
62 (processor_info_t)xlate <cpuinfo_t> (D->disp_cpu).cpu_info;
/freebsd-11-stable/sys/x86/x86/
H A Dmp_x86.c131 struct cpu_info cpu_info[MAX_APIC_ID + 1]; variable in typeref:struct:cpu_info
547 if (!cpu_info[i].cpu_present)
593 cpu_info[node->hwid].cpu_hyperthread = 1;
597 cpu_info[node->hwid].cpu_disabled = 1;
604 cpu_info[node->hwid].cpu_hyperthread)
605 cpu_info[node->hwid].cpu_disabled = 1;
608 cpu_info[node->hwid].cpu_disabled = 1;
610 if (cpu_info[node->hwid].cpu_disabled) {
680 if (cpu_info[nod
[all...]
H A Ducode.c269 KASSERT(cpu_info[cpu_apic_ids[cpu]].cpu_present,
272 if (cpu_info[cpu_apic_ids[cpu]].cpu_hyperthread)
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c460 #define PMC_CLASS_TABLE_SIZE cpu_info.pm_nclass
520 static struct pmc_cpuinfo cpu_info; variable in typeref:struct:pmc_cpuinfo
1007 } else if (cpu_info.pm_cputype == PMC_CPU_INTEL_CORE &&
1012 } else if (cpu_info.pm_cputype == PMC_CPU_INTEL_ATOM ||
1013 cpu_info.pm_cputype == PMC_CPU_INTEL_ATOM_SILVERMONT ||
1014 cpu_info.pm_cputype == PMC_CPU_INTEL_CORE2 ||
1015 cpu_info.pm_cputype == PMC_CPU_INTEL_CORE2EXTREME) {
1024 } else if (cpu_info.pm_cputype == PMC_CPU_INTEL_COREI7 ||
1025 cpu_info.pm_cputype == PMC_CPU_INTEL_WESTMERE ||
1026 cpu_info
[all...]
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibsysstat.c64 typedef struct cpu_info { struct
67 } cpu_info; typedef in typeref:struct:cpu_info
69 static cpu_info cpus[MAX_CPUS];
/freebsd-11-stable/sys/x86/acpica/
H A Dsrat.c56 struct cpu_info { struct
488 struct cpu_info *cpu;
/freebsd-11-stable/sys/x86/cpufreq/
H A Dest.c72 } cpu_info; typedef in typeref:struct:__anon13468
827 static cpu_info ESTprocs[] = {
1166 cpu_info *p;
/freebsd-11-stable/sys/i386/i386/
H A Dmp_machdep.c202 cpu_info[boot_cpu_id].cpu_bsp = 1;
/freebsd-11-stable/sys/amd64/amd64/
H A Dmp_machdep.c184 cpu_info[boot_cpu_id].cpu_bsp = 1;

Completed in 91 milliseconds