tag | line | file | source code |
PGDIR_SIZE | 606 | fs/proc/array.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 607 | fs/proc/array.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 620 | fs/proc/array.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 83 | include/asm-alpha/pgtable.h | #define PGDIR_MASK (~(PGDIR_SIZE-1)) |
PGDIR_SIZE | 121 | include/asm-i386/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 | 522 | mm/filemap.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 523 | mm/filemap.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 543 | mm/filemap.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 76 | mm/memory.c | #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) |
PGDIR_SIZE | 269 | mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 270 | mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 300 | mm/memory.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 366 | mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 367 | mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 386 | mm/memory.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 416 | mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 417 | mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 446 | mm/memory.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 486 | mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 487 | mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 516 | 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 | 80 | mm/mprotect.c | start = (start + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 549 | mm/swap.c | pgd_end = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 578 | mm/swap.c | start = (start + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 983 | mm/swap.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 984 | mm/swap.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 1001 | 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; |