tag | line | file | source code |
TASK_SIZE | 173 | fs/exec.c | if (get_limit(0x17) != TASK_SIZE) |
TASK_SIZE | 335 | fs/exec.c | code_limit = TASK_SIZE; |
TASK_SIZE | 336 | fs/exec.c | data_limit = TASK_SIZE; |
TASK_SIZE | 282 | fs/super.c | if (data && (unsigned long) data < TASK_SIZE) |
TASK_SIZE | 286 | fs/super.c | i = TASK_SIZE - (unsigned long) data; |
TASK_SIZE | 15 | include/linux/sched.h | #if (TASK_SIZE & 0x3fffff) |
TASK_SIZE | 23 | include/linux/sched.h | #if (LIBRARY_SIZE >= (TASK_SIZE/2)) |
TASK_SIZE | 27 | include/linux/sched.h | #if (((TASK_SIZE>>16)*NR_TASKS) != 0x10000) |
TASK_SIZE | 31 | include/linux/sched.h | #define LIBRARY_OFFSET (TASK_SIZE - LIBRARY_SIZE) |
TASK_SIZE | 59 | kernel/fork.c | new_data_base = new_code_base = nr * TASK_SIZE; |
TASK_SIZE | 151 | kernel/ptrace.c | if (addr > TASK_SIZE-4) |
TASK_SIZE | 185 | kernel/ptrace.c | if (addr > TASK_SIZE-4) |
TASK_SIZE | 500 | mm/memory.c | if (address < TASK_SIZE) { |
TASK_SIZE | 672 | mm/memory.c | if (address < TASK_SIZE) { |
TASK_SIZE | 676 | mm/memory.c | if (address - tsk->start_code >= TASK_SIZE) { |
TASK_SIZE | 103 | mm/mmap.c | if (addr > TASK_SIZE || (addr+(unsigned long) len) > TASK_SIZE) |
TASK_SIZE | 181 | mm/swap.c | #define FIRST_VM_PAGE (TASK_SIZE>>12) |