tag | line | file | source code |
PGDIR_SIZE | 586 | fs/proc/array.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 587 | fs/proc/array.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 600 | fs/proc/array.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 20 | include/asm-alpha/pgtable.h | #define PGDIR_MASK (~(PGDIR_SIZE-1)) |
PGDIR_SIZE | 28 | include/asm-i386/pgtable.h | #define PGDIR_MASK (~(PGDIR_SIZE-1)) |
PGDIR_SIZE | 155 | include/asm-mips/page.h | #define PGDIR_MASK (~(PGDIR_SIZE-1)) |
PGDIR_SIZE | 253 | mm/filemap.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 254 | mm/filemap.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 274 | mm/filemap.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 65 | mm/memory.c | #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) |
PGDIR_SIZE | 276 | mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 277 | mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 306 | mm/memory.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 369 | mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 370 | mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 389 | mm/memory.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 428 | mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 429 | mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 458 | mm/memory.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 498 | mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 499 | mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 528 | mm/memory.c | from = (from + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 63 | mm/mprotect.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 64 | mm/mprotect.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 79 | mm/mprotect.c | start = (start + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 549 | mm/swap.c | pgd_end = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 583 | mm/swap.c | start = (start + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 982 | mm/swap.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 983 | mm/swap.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 1000 | mm/swap.c | start = (start + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 88 | mm/vmalloc.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 89 | mm/vmalloc.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 105 | mm/vmalloc.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 139 | mm/vmalloc.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 140 | mm/vmalloc.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 166 | mm/vmalloc.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 199 | mm/vmalloc.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 200 | mm/vmalloc.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 227 | mm/vmalloc.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |