Searched refs:TASK_SIZE_OF (Results 1 – 10 of 10) sorted by relevance
77 #define TASK_SIZE_OF(tsk) ((tsk)->mm->context.asce_limit) macro80 #define TASK_SIZE TASK_SIZE_OF(current)
35 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) macro36 #define TASK_SIZE TASK_SIZE_OF(current)
65 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
120 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro122 #define TASK_SIZE TASK_SIZE_OF(current)
39 #define TASK_SIZE_OF(tsk) \ macro
514 if (addr >= TASK_SIZE_OF(task)) in do_arch_prctl()540 if (addr >= TASK_SIZE_OF(task)) in do_arch_prctl()
428 if (value >= TASK_SIZE_OF(child)) in putreg()442 if (value >= TASK_SIZE_OF(child)) in putreg()
70 #define TASK_SIZE_OF(tsk) \ macro
755 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_ADDR32)) ? \ macro
3161 #ifndef TASK_SIZE_OF3162 #define TASK_SIZE_OF(tsk) TASK_SIZE macro