| tag | line | file | source code |
| 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 | 468 | ipc/shm.c | tmp |= (PGDIR_SIZE - PAGE_SIZE); |
| PGDIR_SIZE | 415 | mm/swap.c | for ( ; address < TASK_SIZE ; pgdir++, address = address + PGDIR_SIZE, offset = 0) { |
| 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; |