Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dtlb.h163 #define TID_MAX 255 macro
/freebsd/sys/powerpc/booke/
H A Dpmap.c208 static volatile pmap_t tidbusy[MAXCPU][TID_MAX + 1];
2480 if (tid > TID_MAX) in tid_alloc()