tag | line | file | source code |
TASK_SIZE | 55 | fs/exec.c | if (get_limit(0x17) != TASK_SIZE) |
TASK_SIZE | 213 | fs/exec.c | code_limit = TASK_SIZE; |
TASK_SIZE | 214 | fs/exec.c | data_limit = TASK_SIZE; |
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 | 57 | kernel/fork.c | new_data_base = new_code_base = nr * TASK_SIZE; |
TASK_SIZE | 153 | kernel/ptrace.c | if (addr > TASK_SIZE-4) |
TASK_SIZE | 187 | kernel/ptrace.c | if (addr > TASK_SIZE-4) |
TASK_SIZE | 465 | mm/memory.c | if (address < TASK_SIZE) { |
TASK_SIZE | 469 | mm/memory.c | if (address - current->start_code >= TASK_SIZE) { |
TASK_SIZE | 636 | mm/memory.c | if (address < TASK_SIZE) { |
TASK_SIZE | 640 | mm/memory.c | if (address - tsk->start_code >= TASK_SIZE) { |
TASK_SIZE | 105 | mm/mmap.c | if (addr > TASK_SIZE || (addr+(unsigned long) len) > TASK_SIZE) |
TASK_SIZE | 67 | mm/swap.c | #define FIRST_VM_PAGE (TASK_SIZE>>12) |