Home
last modified time | relevance | path

Searched refs:CG_SHARE_L2 (Results 1 – 8 of 8) sorted by relevance

/trueos/sys/kern/
HDsubr_smp.c565 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()
HDsched_ule.c1245 SCHED_AFFINITY(ts, CG_SHARE_L2)) { in sched_pickcpu()
/trueos/sys/sys/
HDsmp.h52 #define CG_SHARE_L2 2 macro
/trueos/sys/arm/arm/
HDmp_machdep.c362 return (smp_topo_1level(CG_SHARE_L2, mp_ncpus, 0)); in cpu_topo()
/trueos/sys/mips/rmi/
HDxlr_machdep.c614 return (smp_topo_2level(CG_SHARE_L2, xlr_ncores, CG_SHARE_L1, in platform_smp_topo()
/trueos/sys/mips/nlm/
HDxlp_machdep.c734 return (smp_topo_2level(CG_SHARE_L2, xlp_ncores, CG_SHARE_L1, in platform_smp_topo()
/trueos/sys/i386/i386/
HDmp_machdep.c453 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/
HDmp_machdep.c413 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()