Home
last modified time | relevance | path

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

/linux/arch/sparc/include/asm/
H A Dprocessor_64.h30 #define TASK_SIZE_OF(tsk) \ macro
/linux/arch/parisc/include/asm/
H A Dprocessor.h27 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) macro
/linux/arch/loongarch/include/asm/
H A Dprocessor.h39 #define TASK_SIZE_OF(tsk) \ macro
/linux/arch/mips/include/asm/
H A Dprocessor.h64 #define TASK_SIZE_OF(tsk) \ macro
/linux/arch/arm64/include/asm/
H A Dprocessor.h69 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
/linux/include/linux/
H A Dsched.h2226 #define TASK_SIZE_OF( global() macro