Home
last modified time | relevance | path

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

/linux-6.6.21/arch/parisc/include/asm/
Dprocessor.h27 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) macro
28 #define TASK_SIZE TASK_SIZE_OF(current)
/linux-6.6.21/arch/x86/include/asm/
Dpage_64_types.h77 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_ADDR32)) ? \ macro
/linux-6.6.21/arch/sparc/include/asm/
Dprocessor_64.h30 #define TASK_SIZE_OF(tsk) \ macro
/linux-6.6.21/arch/loongarch/include/asm/
Dprocessor.h39 #define TASK_SIZE_OF(tsk) \ macro
/linux-6.6.21/arch/mips/include/asm/
Dprocessor.h64 #define TASK_SIZE_OF(tsk) \ macro
/linux-6.6.21/arch/arm64/include/asm/
Dprocessor.h69 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
/linux-6.6.21/include/linux/
Dsched.h2305 #ifndef TASK_SIZE_OF
2306 #define TASK_SIZE_OF(tsk) TASK_SIZE macro