Searched defs:THREAD_MASK (Results 1 – 2 of 2) sorted by relevance
/linux/arch/csky/include/asm/ | ||
A D | page.h | 17 #define THREAD_MASK (~(THREAD_SIZE - 1)) macro |
/linux/arch/mips/include/asm/ | ||
A D | thread_info.h | 95 #define THREAD_MASK (THREAD_SIZE - 1UL) macro |
Completed in 6 milliseconds