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

/linux-4.4.14/arch/sparc/include/asm/
H A Dprocessor_64.h39 #define TASK_SIZE_OF(tsk) \ macro
/linux-4.4.14/arch/arm64/include/asm/
H A Dmemory.h65 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
/linux-4.4.14/arch/s390/include/asm/
H A Dprocessor.h77 #define TASK_SIZE_OF(tsk) ((tsk)->mm->context.asce_limit) macro
/linux-4.4.14/arch/parisc/include/asm/
H A Dprocessor.h35 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) macro
/linux-4.4.14/arch/mips/include/asm/
H A Dprocessor.h70 #define TASK_SIZE_OF(tsk) \ macro
/linux-4.4.14/arch/powerpc/include/asm/
H A Dprocessor.h120 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
/linux-4.4.14/arch/x86/include/asm/
H A Dprocessor.h755 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_ADDR32)) ? \ macro
/linux-4.4.14/include/linux/
H A Dsched.h3162 #define TASK_SIZE_OF(tsk) TASK_SIZE macro

Completed in 316 milliseconds