Home
last modified time | relevance | path

Searched refs:smp_topo_2level (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/kern/
HDsubr_smp.c589 top = smp_topo_2level(CG_SHARE_NONE, 2, CG_SHARE_L2, 2, 0); in smp_topo()
597 top = smp_topo_2level(CG_SHARE_L3, 4, CG_SHARE_L2, 8, in smp_topo()
687 smp_topo_2level(int l2share, int l2count, int l1share, int l1count, in smp_topo_2level() function
/NextBSD/sys/sys/
HDsmp.h69 struct cpu_group *smp_topo_2level(int l2share, int l2count, int l1share,
/NextBSD/sys/mips/rmi/
HDxlr_machdep.c614 return (smp_topo_2level(CG_SHARE_L2, xlr_ncores, CG_SHARE_L1, in platform_smp_topo()
/NextBSD/sys/mips/nlm/
HDxlp_machdep.c734 return (smp_topo_2level(CG_SHARE_L2, xlp_ncores, CG_SHARE_L1, in platform_smp_topo()
/NextBSD/sys/x86/x86/
HDmp_x86.c391 return (smp_topo_2level(CG_SHARE_L2, cpu_cores, in cpu_topo()