Searched refs:smp_topo_2level (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dsmp.h152 struct cpu_group *smp_topo_2level(int l2share, int l2count, int l1share,
/freebsd-13-stable/sys/kern/
H A Dsubr_smp.c661 top = smp_topo_2level(CG_SHARE_NONE, 2, CG_SHARE_L2, 2, 0);
669 top = smp_topo_2level(CG_SHARE_L3, 4, CG_SHARE_L2, 8,
779 smp_topo_2level(int l2share, int l2count, int l1share, int l1count, function
/freebsd-13-stable/sys/mips/nlm/
H A Dxlp_machdep.c714 return (smp_topo_2level(CG_SHARE_L2, xlp_ncores, CG_SHARE_L1,

Completed in 69 milliseconds