tag | line | file | source code |
TASK_SIZE | 113 | fs/exec.c | if (dump.start_stack < TASK_SIZE) |
TASK_SIZE | 114 | fs/exec.c | dump.u_ssize = ((unsigned long) (TASK_SIZE - dump.start_stack)) >> 12; |
TASK_SIZE | 190 | fs/exec.c | if (!library || get_limit(0x17) != TASK_SIZE) |
TASK_SIZE | 360 | fs/exec.c | code_limit = TASK_SIZE; |
TASK_SIZE | 361 | fs/exec.c | data_limit = TASK_SIZE; |
TASK_SIZE | 629 | fs/exec.c | current->rss = (TASK_SIZE - p + PAGE_SIZE-1) / PAGE_SIZE; |
TASK_SIZE | 36 | fs/namei.c | if (!i || i >= TASK_SIZE) |
TASK_SIZE | 38 | fs/namei.c | i = TASK_SIZE - i; |
TASK_SIZE | 25 | fs/proc/array.c | #define _SSIZE(stack) (TASK_SIZE - KSTK_ESP(stack)) |
TASK_SIZE | 95 | fs/proc/array.c | if (!p || !*p || ptr >= TASK_SIZE) |
TASK_SIZE | 383 | fs/super.c | if (TASK_SIZE <= (unsigned long) type) |
TASK_SIZE | 427 | fs/super.c | if ((unsigned long) data >= TASK_SIZE) { |
TASK_SIZE | 432 | fs/super.c | i = TASK_SIZE - (unsigned long) data; |
TASK_SIZE | 151 | kernel/ptrace.c | if (addr > TASK_SIZE-4) |
TASK_SIZE | 185 | kernel/ptrace.c | if (addr > TASK_SIZE-4) |
TASK_SIZE | 626 | mm/memory.c | if (start >= TASK_SIZE) |
TASK_SIZE | 628 | mm/memory.c | if (size > TASK_SIZE - start) |
TASK_SIZE | 889 | mm/memory.c | if (address < TASK_SIZE) { |
TASK_SIZE | 53 | mm/mmap.c | if (addr > TASK_SIZE || len > TASK_SIZE || addr > TASK_SIZE-len) |