tag | line | file | source code |
TASK_SIZE | 334 | arch/i386/kernel/process.c | if (dump->start_stack < TASK_SIZE) { |
TASK_SIZE | 335 | arch/i386/kernel/process.c | dump->u_ssize = ((unsigned long) (TASK_SIZE - dump->start_stack)) >> 12; |
TASK_SIZE | 136 | arch/i386/kernel/setup.c | init_task.mm->start_code = TASK_SIZE; |
TASK_SIZE | 137 | arch/i386/kernel/setup.c | init_task.mm->end_code = TASK_SIZE + (unsigned long) &_etext; |
TASK_SIZE | 138 | arch/i386/kernel/setup.c | init_task.mm->end_data = TASK_SIZE + (unsigned long) &_edata; |
TASK_SIZE | 139 | arch/i386/kernel/setup.c | init_task.mm->brk = TASK_SIZE + (unsigned long) &_end; |
TASK_SIZE | 116 | arch/i386/mm/fault.c | if (wp_works_ok < 0 && address == TASK_SIZE && (error_code & 1)) { |
TASK_SIZE | 123 | arch/i386/mm/fault.c | if ((unsigned long) (address-TASK_SIZE) < PAGE_SIZE) { |
TASK_SIZE | 45 | arch/sparc/kernel/sys_sunos.c | if (len > TASK_SIZE) |
TASK_SIZE | 49 | arch/sparc/kernel/sys_sunos.c | if (TASK_SIZE - len < addr) |
TASK_SIZE | 702 | arch/sparc/mm/sun4c.c | if(address < TASK_SIZE) |
TASK_SIZE | 3323 | drivers/char/istallion.c | if ((rc = remap_page_range((TASK_SIZE + ((unsigned long) virtaddr)), physaddr, size, PAGE_IOMEM))) { |
TASK_SIZE | 102 | fs/binfmt_elf.c | mpnt->vm_end = TASK_SIZE; |
TASK_SIZE | 320 | fs/proc/array.c | if (!p || !p->mm || ptr >= TASK_SIZE) |
TASK_SIZE | 22 | include/asm-i386/a.out.h | #define STACK_TOP TASK_SIZE |
TASK_SIZE | 140 | include/asm-i386/pgtable.h | #define VMALLOC_VMADDR(x) (TASK_SIZE + (unsigned long)(x)) |
TASK_SIZE | 22 | include/asm-mips/a.out.h | #define STACK_TOP TASK_SIZE |
TASK_SIZE | 5 | include/asm-ppc/a.out.h | #define STACK_TOP TASK_SIZE |
TASK_SIZE | 46 | include/asm-sparc/a.out.h | #define STACK_TOP TASK_SIZE |
TASK_SIZE | 76 | mm/memory.c | #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) |
TASK_SIZE | 242 | mm/mlock.c | merge_segments(current, 0, TASK_SIZE); |
TASK_SIZE | 62 | mm/mmap.c | if (addr > TASK_SIZE || len > TASK_SIZE || addr > TASK_SIZE-len) |
TASK_SIZE | 112 | mm/mmap.c | if (len > TASK_SIZE || addr > TASK_SIZE - len) |
TASK_SIZE | 202 | mm/mmap.c | if (len > TASK_SIZE) |
TASK_SIZE | 205 | mm/mmap.c | addr = TASK_SIZE / 3; |
TASK_SIZE | 209 | mm/mmap.c | if (TASK_SIZE - len < addr) |
TASK_SIZE | 695 | mm/mmap.c | if ((addr & ~PAGE_MASK) || addr > TASK_SIZE || len > TASK_SIZE-addr) |