Searched refs:TASK_SIZE_OF (Results 1 – 8 of 8) sorted by relevance
50 #define TASK_SIZE_OF(tsk) ((tsk)->mm->context.asce_limit) macro53 #define TASK_SIZE TASK_SIZE_OF(current)
33 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) macro34 #define TASK_SIZE TASK_SIZE_OF(current)
110 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro112 #define TASK_SIZE TASK_SIZE_OF(current)
39 #define TASK_SIZE_OF(tsk) \ macro
86 #define TASK_SIZE_OF(tsk) \ macro
453 if (addr >= TASK_SIZE_OF(task)) in do_arch_prctl()479 if (addr >= TASK_SIZE_OF(task)) in do_arch_prctl()
436 if (value >= TASK_SIZE_OF(child)) in putreg()450 if (value >= TASK_SIZE_OF(child)) in putreg()
898 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_ADDR32)) ? \ macro