Searched defs:smp_width (Results 1 - 1 of 1) sorted by relevance

/arch/tile/include/asm/
H A Dsmp.h51 #define smp_width (smp_topology.width) macro
56 return cpu % smp_width;
60 return cpu / smp_width;
64 return y * smp_width + x;
92 #define smp_width 1 macro
116 return HV_LOTAR_X(lotar) + (HV_LOTAR_Y(lotar) * smp_width);

Completed in 84 milliseconds