Home
last modified time | relevance | path

Searched refs:SG_PORTID_TO_CPU_UNIT (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/sun4u/serengeti/sys/
H A Dserengeti.h129 #define SG_PORTID_TO_CPU_UNIT(p, c) ((p % SG_MAX_CMPS_PER_BD) | \ macro
134 #define SG_CPUID_TO_CPU_UNIT(c) SG_PORTID_TO_CPU_UNIT( \
/titanic_44/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c244 return (SG_PORTID_TO_CPU_UNIT(cmp, core)); in sbdp_portid_to_cpu_unit()
H A Dsbdp_mem.c1493 unit = SG_PORTID_TO_CPU_UNIT(portid, i); in mc_check_sibling_cpu()