Searched refs:TASK_SIZE_OF (Results 1 – 4 of 4) sorted by relevance
27 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) macro28 #define TASK_SIZE TASK_SIZE_OF(current)
39 #define TASK_SIZE_OF(tsk) \ macro
64 #define TASK_SIZE_OF(tsk) \ macro
1525 } else if (TASK_SIZE_OF(current) < full_va_range) { in panthor_vm_create_get_user_va_range()1530 user_va_range = TASK_SIZE_OF(current); in panthor_vm_create_get_user_va_range()