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

/linux-4.1.27/arch/sparc/include/asm/
H A Dprocessor_64.h39 #define TASK_SIZE_OF(tsk) \ macro
/linux-4.1.27/arch/arm64/include/asm/
H A Dmemory.h63 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
/linux-4.1.27/arch/s390/include/asm/
H A Dprocessor.h69 #define TASK_SIZE_OF(tsk) ((tsk)->mm->context.asce_limit) macro
/linux-4.1.27/arch/parisc/include/asm/
H A Dprocessor.h35 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) macro
/linux-4.1.27/arch/mips/include/asm/
H A Dprocessor.h76 #define TASK_SIZE_OF(tsk) \ macro
/linux-4.1.27/arch/powerpc/include/asm/
H A Dprocessor.h120 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
/linux-4.1.27/arch/x86/include/asm/
H A Dprocessor.h891 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_ADDR32)) ? \ macro
/linux-4.1.27/include/linux/
H A Dsched.h3064 #define TASK_SIZE_OF(tsk) TASK_SIZE macro

Completed in 238 milliseconds