tag | line | file | source code |
PGDIR_SIZE | 579 | fs/proc/array.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 580 | fs/proc/array.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 593 | 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 | 22 | include/asm-i386/pgtable.h | #define PGDIR_MASK (~(PGDIR_SIZE-1)) |
PGDIR_SIZE | 149 | include/asm-mips/page.h | #define PGDIR_MASK (~(PGDIR_SIZE-1)) |
PGDIR_SIZE | 18 | include/asm-sparc/pgtable.h | #define PGDIR_MASK (~(PGDIR_SIZE-1)) |
PGDIR_SIZE | 19 | include/asm-sparc/pgtable.h | #define PGDIR_ALIGN(addr) (((addr)+PGDIR_SIZE-1)&PGDIR_MASK) |
PGDIR_SIZE | 151 | mm/filemap.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 152 | mm/filemap.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 169 | mm/filemap.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 66 | mm/memory.c | #define USER_PTRS_PER_PGD (TASK_SIZE / PGDIR_SIZE) |
PGDIR_SIZE | 401 | mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 402 | mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 422 | mm/memory.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 452 | mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 453 | mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 482 | mm/memory.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 526 | mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 527 | mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 556 | mm/memory.c | from = (from + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 64 | mm/mprotect.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 65 | mm/mprotect.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 80 | mm/mprotect.c | start = (start + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 452 | mm/swap.c | pgd_end = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 476 | mm/swap.c | start = (start + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 907 | mm/swap.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 908 | mm/swap.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 925 | mm/swap.c | start = (start + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 86 | mm/vmalloc.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 87 | mm/vmalloc.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 103 | mm/vmalloc.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 137 | mm/vmalloc.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 138 | mm/vmalloc.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 164 | mm/vmalloc.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |