tag | line | file | source code |
PGDIR_SIZE | 605 | fs/proc/array.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 606 | fs/proc/array.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 619 | 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 | 383 | mm/filemap.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 384 | mm/filemap.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 404 | 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 | 299 | mm/memory.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 365 | mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 366 | mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 385 | mm/memory.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 415 | mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 416 | mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 445 | mm/memory.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 485 | mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 486 | mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 515 | 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; |