tag | line | file | source code |
---|---|---|---|
get_limit | 190 | fs/exec.c | if (!library || get_limit(0x17) != TASK_SIZE) |
get_limit | 71 | kernel/traps.c | printk("base: %p, limit: %p\n",get_base(current->ldt[1]),get_limit(0x17)); |
get_limit | 83 | mm/mmap.c | limit = get_limit(0x0f); /* cs limit */ |
get_limit | 86 | mm/mmap.c | limit = get_limit(0x17); /* ds limit */ |
get_limit | 143 | mm/mmap.c | limit = get_limit(0x17); /* ds limit */ |