tag | line | file | source code |
SET_PAGE_DIR | 339 | include/asm-alpha/pgtable.h | extern inline void SET_PAGE_DIR(struct task_struct * tsk, pgd_t * pgdir) |
SET_PAGE_DIR | 289 | include/asm-i386/pgtable.h | #define SET_PAGE_DIR(tsk,pgdir) \ |
SET_PAGE_DIR | 277 | include/asm-m68k/pgtable.h | extern inline void SET_PAGE_DIR(struct task_struct * tsk, pgd_t * pgdir) |
SET_PAGE_DIR | 197 | include/asm-mips/pgtable.h | #define SET_PAGE_DIR(tsk,pgdir) \ |
SET_PAGE_DIR | 188 | include/asm-ppc/pgtable.h | #define SET_PAGE_DIR(tsk,pgdir) \ |
SET_PAGE_DIR | 163 | include/asm-sparc/pgtable.h | #define SET_PAGE_DIR(tsk,pgdir) sparc_update_rootmmu_dir(tsk, pgdir) |