tag | line | file | source code |
PGDIR_SHIFT | 112 | arch/mips/mm/fault.c | page = ((unsigned long *) page)[address >> PGDIR_SHIFT]; |
PGDIR_SHIFT | 19 | include/asm-alpha/pgtable.h | #define PGDIR_SIZE (1UL << PGDIR_SHIFT) |
PGDIR_SHIFT | 232 | include/asm-alpha/pgtable.h | ((address >> PGDIR_SHIFT) & (PTRS_PER_PAGE - 1)); |
PGDIR_SHIFT | 21 | include/asm-i386/pgtable.h | #define PGDIR_SIZE (1UL << PGDIR_SHIFT) |
PGDIR_SHIFT | 208 | include/asm-i386/pgtable.h | return (pgd_t *) tsk->tss.cr3 + (address >> PGDIR_SHIFT); |
PGDIR_SHIFT | 113 | include/asm-mips/page.h | #define PGDIR_SIZE (1UL << PGDIR_SHIFT) |
PGDIR_SHIFT | 163 | include/asm-mips/page.h | ((((unsigned long)(address)) >> PGDIR_SHIFT) + (pgd_t *) (tsk)->tss.pg_dir) |
PGDIR_SHIFT | 17 | include/asm-sparc/pgtable.h | #define PGDIR_SIZE (1UL << PGDIR_SHIFT) |
PGDIR_SHIFT | 226 | include/asm-sparc/pgtable.h | return (pgd_t *) tsk->tss.cr3 + (address >> PGDIR_SHIFT); |