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

/linux-master/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c86 * The THREAD_ID_BITS denote the number of bits required
93 #define THREAD_ID_BITS 8 macro
94 #define THREAD_ID_MASK ((1 << THREAD_ID_BITS) - 1)
155 * As to why SWEEP_ID_BITS are computed as a function of THREAD_ID_BITS,
158 #define SWEEP_ID_BITS (WORD_BITS - (THREAD_ID_BITS + WORD_OFFSET_BITS))
168 * (The most significant THREAD_ID_BITS)
180 * THREAD_ID_BITS WORD_OFFSET_BITS SWEEP_ID_BITS

Completed in 181 milliseconds