tag | line | file | source code |
PGDIR_SIZE | 528 | fs/proc/array.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 529 | fs/proc/array.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 542 | 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 | 192 | mm/filemap.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 193 | mm/filemap.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 210 | 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 | 400 | mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 401 | mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 421 | mm/memory.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 451 | mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 452 | mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 481 | mm/memory.c | address = (address + PGDIR_SIZE) & PGDIR_MASK; |
PGDIR_SIZE | 525 | mm/memory.c | if (end > PGDIR_SIZE) |
PGDIR_SIZE | 526 | mm/memory.c | end = PGDIR_SIZE; |
PGDIR_SIZE | 555 | 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 | 447 | 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 | 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; |