Searched refs:task_size (Results 1 – 8 of 8) sorted by relevance
64 unsigned long task_size; in arch_get_unmapped_area() local66 task_size = (current->thread.mflags & MF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE; in arch_get_unmapped_area()78 if (len > task_size) in arch_get_unmapped_area()89 if (task_size - len >= addr && in arch_get_unmapped_area()101 if (task_size - len < addr) in arch_get_unmapped_area()
39 #define TASK_SIZE (current->thread.task_size)120 unsigned long task_size; member136 task_size: DEFAULT_TASK_SIZE, \
50 unsigned long task_size = TASK_SIZE; in arch_get_unmapped_area() local63 task_size = 0xf0000000UL; in arch_get_unmapped_area()64 if (len > task_size || len > -PAGE_OFFSET) in arch_get_unmapped_area()77 task_size -= len; in arch_get_unmapped_area()85 if (task_size < addr) in arch_get_unmapped_area()
225 current->thread.task_size = IA32_PAGE_OFFSET; /* use what Linux/x86 uses... */ in elf32_set_personality()
157 old_task_size = current->thread.task_size; in sys32_execve()162 current->thread.task_size = DEFAULT_TASK_SIZE; in sys32_execve()173 current->thread.task_size = old_task_size; in sys32_execve()
41 #define TASK_SIZE (current->thread.task_size)264 __u64 task_size; /* limit for task size */ member
238 current->thread.task_size = 0xc0000000; in do_load_som_binary()
525 current->thread.task_size = DEFAULT_TASK_SIZE; in arch_kernel_thread()