tag | line | file | source code |
---|---|---|---|
SET_PAGE_DIR | 294 | include/asm-alpha/pgtable.h | extern inline void SET_PAGE_DIR(struct task_struct * tsk, pgd_t * pgdir) |
SET_PAGE_DIR | 230 | include/asm-i386/pgtable.h | #define SET_PAGE_DIR(tsk,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 | 161 | include/asm-sparc/pgtable.h | #define SET_PAGE_DIR(tsk,pgdir) sparc_update_rootmmu_dir(tsk, pgdir) |