Searched refs:cpu_topology_set (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/arch/x86/x86/ |
H A D | cpu_topology.c | 97 cpu_topology_set(ci, package_id, core_id, smt_id, in x86_cpu_topology() 104 cpu_topology_set(ci, package_id, core_id, smt_id, in x86_cpu_topology() 215 cpu_topology_set(ci, package_id, core_id, smt_id, numa_id); in x86_cpu_topology()
|
/netbsd-src/sys/arch/arm/arm/ |
H A D | arm_cpu_topology.c | 67 cpu_topology_set(ci, pkgid, coreid, smtid, numaid); in arm_cpu_topology_set()
|
/netbsd-src/sys/sys/ |
H A D | cpu.h | 94 void cpu_topology_set(struct cpu_info *, u_int, u_int, u_int, u_int);
|
/netbsd-src/sys/arch/macppc/macppc/ |
H A D | cpu.c | 178 cpu_topology_set(ci, package, core, 0, 0); in cpuattach()
|
/netbsd-src/sys/kern/ |
H A D | subr_cpu.c | 173 cpu_topology_set(struct cpu_info *ci, u_int package_id, u_int core_id, in cpu_topology_set() function
|
/netbsd-src/sys/arch/mips/mips/ |
H A D | cpu_subr.c | 198 cpu_topology_set(ci, cpu_package_id, cpu_core_id, cpu_smt_id, 0); in cpu_info_alloc()
|