| tag | line | file | source code |
|---|---|---|---|
| PAGE_DIR_OFFSET | 205 | include/asm-alpha/pgtable.h | #define PAGE_DIR_OFFSET(tsk,address) pgd_offset((tsk),(address)) |
| PAGE_DIR_OFFSET | 194 | include/asm-i386/pgtable.h | #define PAGE_DIR_OFFSET(tsk,address) pgd_offset((tsk),(address)) |
| PAGE_DIR_OFFSET | 162 | include/asm-mips/page.h | #define PAGE_DIR_OFFSET(tsk,address) \ |
| PAGE_DIR_OFFSET | 204 | include/asm-sparc/pgtable.h | #define PAGE_DIR_OFFSET(tsk,address) \ |