Home
last modified time | relevance | path

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

/linux-3.3/arch/sparc/include/asm/
Dprocessor_64.h39 #define TASK_SIZE_OF(tsk) \ macro
/linux-3.3/arch/s390/include/asm/
Dprocessor.h49 #define TASK_SIZE_OF(tsk) ((tsk)->mm->context.asce_limit) macro
/linux-3.3/arch/parisc/include/asm/
Dprocessor.h37 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) macro
/linux-3.3/arch/mips/include/asm/
Dprocessor.h79 #define TASK_SIZE_OF(tsk) \ macro
/linux-3.3/arch/powerpc/include/asm/
Dprocessor.h112 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
/linux-3.3/arch/ia64/include/asm/
Dprocessor.h34 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) macro
/linux-3.3/arch/x86/include/asm/
Dprocessor.h931 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_IA32)) ? \ macro
/linux-3.3/include/linux/
Dsched.h2746 #define TASK_SIZE_OF(tsk) TASK_SIZE macro