Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
A Dtask_size_64.h47 #define TASK_SIZE_OF(tsk) \ macro
51 #define TASK_SIZE TASK_SIZE_OF(current)
/linux/arch/parisc/include/asm/
A Dprocessor.h26 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) macro
27 #define TASK_SIZE TASK_SIZE_OF(current)
/linux/arch/s390/include/asm/
A Dprocessor.h91 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_31BIT) ? \ macro
95 #define TASK_SIZE TASK_SIZE_OF(current)
/linux/arch/x86/include/asm/
A Dpage_64_types.h77 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_ADDR32)) ? \ macro
/linux/arch/sparc/include/asm/
A Dprocessor_64.h30 #define TASK_SIZE_OF(tsk) \ macro
/linux/arch/mips/include/asm/
A Dprocessor.h64 #define TASK_SIZE_OF(tsk) \ macro
/linux/arch/arm64/include/asm/
A Dprocessor.h68 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
/linux/include/linux/
A Dsched.h2169 #ifndef TASK_SIZE_OF
2170 #define TASK_SIZE_OF(tsk) TASK_SIZE macro

Completed in 21 milliseconds