Home
last modified time | relevance | path

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

/Linux-v4.19/arch/parisc/include/asm/
Dprocessor.h36 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) macro
37 #define TASK_SIZE TASK_SIZE_OF(current)
/Linux-v4.19/arch/s390/include/asm/
Dprocessor.h100 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_31BIT) ? \ macro
104 #define TASK_SIZE TASK_SIZE_OF(current)
/Linux-v4.19/arch/powerpc/include/asm/
Dprocessor.h145 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
147 #define TASK_SIZE TASK_SIZE_OF(current)
/Linux-v4.19/arch/sparc/include/asm/
Dprocessor_64.h36 #define TASK_SIZE_OF(tsk) \ macro
/Linux-v4.19/arch/arm64/include/asm/
Dprocessor.h59 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
/Linux-v4.19/arch/mips/include/asm/
Dprocessor.h77 #define TASK_SIZE_OF(tsk) \ macro
/Linux-v4.19/include/linux/
Dsched.h1766 #ifndef TASK_SIZE_OF
1767 #define TASK_SIZE_OF(tsk) TASK_SIZE macro
/Linux-v4.19/arch/x86/include/asm/
Dprocessor.h898 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_ADDR32)) ? \ macro