tag | line | file | source code |
PGDIR_SHIFT | 136 | arch/ppc/mm/fault.c | current->mm->pgd+((regs->dar&PAGE_MASK) >> PGDIR_SHIFT)); |
PGDIR_SHIFT | 87 | include/asm-alpha/pgtable.h | #define PGDIR_SIZE (1UL << PGDIR_SHIFT) |
PGDIR_SHIFT | 300 | include/asm-alpha/pgtable.h | return mm->pgd + ((address >> PGDIR_SHIFT) & (PTRS_PER_PAGE - 1)); |
PGDIR_SHIFT | 173 | include/asm-i386/pgtable.h | #define PGDIR_SIZE (1UL << PGDIR_SHIFT) |
PGDIR_SHIFT | 348 | include/asm-i386/pgtable.h | return mm->pgd + (address >> PGDIR_SHIFT); |
PGDIR_SHIFT | 71 | include/asm-mips/pgtable.h | #define PGDIR_SIZE (1UL << PGDIR_SHIFT) |
PGDIR_SHIFT | 346 | include/asm-mips/pgtable.h | return mm->pgd + (address >> PGDIR_SHIFT); |
PGDIR_SHIFT | 85 | include/asm-ppc/pgtable.h | #define PGDIR_SIZE (1UL << PGDIR_SHIFT) |
PGDIR_SHIFT | 290 | include/asm-ppc/pgtable.h | return mm->pgd + (address >> PGDIR_SHIFT); |