Searched refs:smp_topo_1level (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dsmp.h68 struct cpu_group *smp_topo_1level(int l1share, int l1count, int l1flags);
/freebsd-10-stable/sys/kern/
H A Dsubr_smp.c562 top = smp_topo_1level(CG_SHARE_NONE, 2, 0);
570 top = smp_topo_1level(CG_SHARE_L2, 2, 0);
574 top = smp_topo_1level(CG_SHARE_L3, 4, 0);
582 top = smp_topo_1level(CG_SHARE_L1, 2, CG_FLAG_HTT);
657 smp_topo_1level(int share, int count, int flags) function
/freebsd-10-stable/sys/arm/arm/
H A Dmp_machdep.c362 return (smp_topo_1level(CG_SHARE_L2, mp_ncpus, 0));
/freebsd-10-stable/sys/powerpc/ps3/
H A Dplatform_ps3.c233 return (smp_topo_1level(CG_SHARE_L1, 2, CG_FLAG_SMT));
/freebsd-10-stable/sys/powerpc/pseries/
H A Dplatform_chrp.c474 return (smp_topo_1level(CG_SHARE_L1, ncpus / ncores, CG_FLAG_SMT));
/freebsd-10-stable/sys/i386/xen/
H A Dmp_machdep.c208 return (smp_topo_1level(CG_SHARE_L1, cpu_logical, CG_FLAG_HTT));
213 return (smp_topo_1level(CG_SHARE_NONE, cpu_cores, 0));
/freebsd-10-stable/sys/i386/i386/
H A Dmp_machdep.c451 return (smp_topo_1level(CG_SHARE_L1, cpu_logical, cg_flags));
456 return (smp_topo_1level(CG_SHARE_L2, cpu_cores, cg_flags));
/freebsd-10-stable/sys/amd64/amd64/
H A Dmp_machdep.c412 return (smp_topo_1level(CG_SHARE_L1, cpu_logical, cg_flags));
417 return (smp_topo_1level(CG_SHARE_L2, cpu_cores, cg_flags));

Completed in 189 milliseconds