Home
last modified time | relevance | path

Searched refs:TID_MAX (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/powerpc/include/
HDtlb.h204 #define TID_MAX 255 macro
/NextBSD/sys/powerpc/booke/
HDpmap.c171 static volatile pmap_t tidbusy[MAXCPU][TID_MAX + 1];
2915 if (tid > TID_MAX) in tid_alloc()