Searched refs:TASK_SIZE_OF (Results 1 – 11 of 11) sorted by relevance
69 #define TASK_SIZE_OF(tsk) ((tsk)->mm->context.asce_limit) macro72 #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)
120 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro122 #define TASK_SIZE TASK_SIZE_OF(current)
63 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \ macro
39 #define TASK_SIZE_OF(tsk) \ macro
76 #define TASK_SIZE_OF(tsk) \ macro
578 if (addr >= TASK_SIZE_OF(task)) in do_arch_prctl()604 if (addr >= TASK_SIZE_OF(task)) in do_arch_prctl()
430 if (value >= TASK_SIZE_OF(child)) in putreg()444 if (value >= TASK_SIZE_OF(child)) in putreg()
891 #define TASK_SIZE_OF(child) ((test_tsk_thread_flag(child, TIF_ADDR32)) ? \ macro
1276 end_vaddr = TASK_SIZE_OF(task); in pagemap_read()1279 if (svpfn > TASK_SIZE_OF(task) >> PAGE_SHIFT) in pagemap_read()
3063 #ifndef TASK_SIZE_OF3064 #define TASK_SIZE_OF(tsk) TASK_SIZE macro