tag | line | file | source code |
PGDIR_SIZE | 536 | fs/proc/array.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 537 | fs/proc/array.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 550 | 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 | 246 | mm/filemap.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 247 | mm/filemap.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 267 | 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 | 490 | mm/swap.c | pgd_end = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 519 | mm/swap.c | start = (start + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 927 | mm/swap.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 928 | mm/swap.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 945 | mm/swap.c | start = (start + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 85 | mm/vmalloc.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 86 | mm/vmalloc.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 102 | mm/vmalloc.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 136 | mm/vmalloc.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 137 | mm/vmalloc.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 163 | mm/vmalloc.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 196 | mm/vmalloc.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 197 | mm/vmalloc.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 224 | mm/vmalloc.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |