Home
last modified time | relevance | path

Searched refs:task_size (Results 1 – 13 of 13) sorted by relevance

/arch/sparc/mm/
Dhugetlbpage.c35 unsigned long task_size = TASK_SIZE; in hugetlb_get_unmapped_area_bottomup() local
39 task_size = STACK_TOP32; in hugetlb_get_unmapped_area_bottomup()
50 task_size -= len; in hugetlb_get_unmapped_area_bottomup()
62 if (unlikely(task_size < addr)) { in hugetlb_get_unmapped_area_bottomup()
165 unsigned long task_size = TASK_SIZE; in hugetlb_get_unmapped_area() local
168 task_size = STACK_TOP32; in hugetlb_get_unmapped_area()
172 if (len > task_size) in hugetlb_get_unmapped_area()
184 if (task_size - len >= addr && in hugetlb_get_unmapped_area()
/arch/mips/include/asm/
Dhugetlb.h26 unsigned long task_size = STACK_TOP; in prepare_hugepage_range() local
33 if (len > task_size) in prepare_hugepage_range()
35 if (task_size - len < addr) in prepare_hugepage_range()
/arch/x86/um/vdso/
Dvma.c18 extern unsigned long task_size;
29 um_vdso_addr = task_size - PAGE_SIZE; in init_vdso()
/arch/sparc/kernel/
Dsys_sparc_64.c119 unsigned long task_size = TASK_SIZE; in arch_get_unmapped_area() local
134 task_size = STACK_TOP32; in arch_get_unmapped_area()
135 if (unlikely(len > task_size || len >= VA_EXCLUDE_START)) in arch_get_unmapped_area()
149 if (task_size - len >= addr && in arch_get_unmapped_area()
161 task_size -= len; in arch_get_unmapped_area()
176 if (unlikely(task_size < addr)) { in arch_get_unmapped_area()
207 unsigned long task_size = STACK_TOP32; in arch_get_unmapped_area_topdown() local
224 if (unlikely(len > task_size)) in arch_get_unmapped_area_topdown()
239 if (task_size - len >= addr && in arch_get_unmapped_area_topdown()
397 unsigned long task_size = STACK_TOP32; in arch_pick_mmap_layout() local
[all …]
/arch/um/include/asm/
Dprocessor-generic.h96 extern unsigned long task_size;
98 #define TASK_SIZE (task_size)
/arch/x86/um/os-Linux/
DMakefile6 obj-y = registers.o task_size.o mcontext.o
/arch/parisc/include/asm/
Dprocessor.h36 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size)
125 unsigned long task_size; member
162 .task_size = DEFAULT_TASK_SIZE, \
Delf.h252 current->thread.task_size = DEFAULT_TASK_SIZE \
/arch/um/kernel/
Dum_arch.c246 unsigned long task_size; variable
247 EXPORT_SYMBOL(task_size);
284 task_size = host_task_size & PGDIR_MASK; in linux_main()
/arch/powerpc/mm/
Dslice.c98 if ((mm->task_size - len) < addr) in slice_area_is_free()
133 if (mm->task_size <= SLICE_LOW_TOP) in slice_mask_for_free()
414 BUG_ON(mm->task_size == 0); in slice_get_unmapped_area()
420 if (len > mm->task_size) in slice_get_unmapped_area()
426 if (fixed && addr > (mm->task_size - len)) in slice_get_unmapped_area()
434 if (addr > mm->task_size - len || in slice_get_unmapped_area()
/arch/parisc/kernel/
Dbinfmt_elf32.c91 current->thread.task_size = DEFAULT_TASK_SIZE32 \
/arch/ia64/include/asm/
Dprocessor.h37 #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size)
283 __u64 task_size; /* limit for task size */ member
306 .task_size = DEFAULT_TASK_SIZE, \
/arch/s390/mm/
Dpgtable.c80 mm->task_size = mm->context.asce_limit; in crst_table_upgrade()
114 mm->task_size = mm->context.asce_limit; in crst_table_downgrade()