Searched refs:CG_SHARE_L2 (Results 1 – 8 of 8) sorted by relevance
| /trueos/sys/kern/ |
| HD | subr_smp.c | 565 top = smp_topo_1level(CG_SHARE_L2, 2, 0); in smp_topo() 573 top = smp_topo_2level(CG_SHARE_NONE, 2, CG_SHARE_L2, 2, 0); in smp_topo() 581 top = smp_topo_2level(CG_SHARE_L3, 4, CG_SHARE_L2, 8, in smp_topo()
|
| HD | sched_ule.c | 1245 SCHED_AFFINITY(ts, CG_SHARE_L2)) { in sched_pickcpu()
|
| /trueos/sys/sys/ |
| HD | smp.h | 52 #define CG_SHARE_L2 2 macro
|
| /trueos/sys/arm/arm/ |
| HD | mp_machdep.c | 362 return (smp_topo_1level(CG_SHARE_L2, mp_ncpus, 0)); in cpu_topo()
|
| /trueos/sys/mips/rmi/ |
| HD | xlr_machdep.c | 614 return (smp_topo_2level(CG_SHARE_L2, xlr_ncores, CG_SHARE_L1, in platform_smp_topo()
|
| /trueos/sys/mips/nlm/ |
| HD | xlp_machdep.c | 734 return (smp_topo_2level(CG_SHARE_L2, xlp_ncores, CG_SHARE_L1, in platform_smp_topo()
|
| /trueos/sys/i386/i386/ |
| HD | mp_machdep.c | 453 return (smp_topo_1level(CG_SHARE_L2, cpu_cores, cg_flags)); in cpu_topo() 457 return (smp_topo_2level(CG_SHARE_L2, cpu_cores, in cpu_topo()
|
| /trueos/sys/amd64/amd64/ |
| HD | mp_machdep.c | 413 return (smp_topo_1level(CG_SHARE_L2, cpu_cores, cg_flags)); in cpu_topo() 417 return (smp_topo_2level(CG_SHARE_L2, cpu_cores, in cpu_topo()
|