tag | line | file | source code |
PGDIR_SIZE | 724 | arch/m68k/mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 725 | arch/m68k/mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 777 | arch/m68k/mm/memory.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 65 | arch/sparc/mm/generic.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 66 | arch/sparc/mm/generic.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 98 | arch/sparc/mm/generic.c | from = (from + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 789 | fs/proc/array.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 790 | fs/proc/array.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 803 | fs/proc/array.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 145 | include/asm-alpha/pgtable.h | #define PGDIR_MASK (~(PGDIR_SIZE-1)) |
PGDIR_SIZE | 181 | include/asm-i386/pgtable.h | #define PGDIR_MASK (~(PGDIR_SIZE-1)) |
PGDIR_SIZE | 68 | include/asm-m68k/pgtable.h | #define PGDIR_MASK (~(PGDIR_SIZE-1)) |
PGDIR_SIZE | 72 | include/asm-mips/pgtable.h | #define PGDIR_MASK (~(PGDIR_SIZE-1)) |
PGDIR_SIZE | 86 | include/asm-ppc/pgtable.h | #define PGDIR_MASK (~(PGDIR_SIZE-1)) |
PGDIR_SIZE | 972 | mm/filemap.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 973 | mm/filemap.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 994 | mm/filemap.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 69 | mm/memory.c | #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) |
PGDIR_SIZE | 260 | mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 261 | mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 293 | mm/memory.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 359 | mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 360 | mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 380 | mm/memory.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 410 | mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 411 | mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 442 | mm/memory.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 482 | mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 483 | mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 514 | 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 | 81 | mm/mprotect.c | start = (start + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 242 | mm/swapfile.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 243 | mm/swapfile.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 260 | mm/swapfile.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 | 106 | mm/vmalloc.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 140 | mm/vmalloc.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 141 | mm/vmalloc.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 168 | mm/vmalloc.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 201 | mm/vmalloc.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 202 | mm/vmalloc.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 230 | mm/vmalloc.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 207 | mm/vmscan.c | pgd_end = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 236 | mm/vmscan.c | start = (start + PGDIR_SIZE) & PGDIR_MASK; |