| tag | line | file | source code |
| pg_table | 106 | arch/i386/mm/init.c | pte_t * pg_table; |
| pg_table | 168 | arch/i386/mm/init.c | pg_table = (pte_t *) (PAGE_MASK & pgd_val(pg_dir[768])); |
| pg_table | 169 | arch/i386/mm/init.c | if (!pg_table) { |
| pg_table | 170 | arch/i386/mm/init.c | pg_table = (pte_t *) start_mem; |
| pg_table | 175 | arch/i386/mm/init.c | pgd_val(pg_dir[0]) = _PAGE_TABLE | (unsigned long) pg_table; |
| pg_table | 176 | arch/i386/mm/init.c | pgd_val(pg_dir[768]) = _PAGE_TABLE | (unsigned long) pg_table; |
| pg_table | 178 | arch/i386/mm/init.c | for (tmp = 0 ; tmp < PTRS_PER_PTE ; tmp++,pg_table++) { |
| pg_table | 180 | arch/i386/mm/init.c | set_pte(pg_table, mk_pte(address, PAGE_SHARED)); |
| pg_table | 182 | arch/i386/mm/init.c | pte_clear(pg_table); |
| pg_table | 146 | arch/mips/mm/init.c | pte_t * pg_table; |
| pg_table | 161 | arch/mips/mm/init.c | pg_table = (pte_t *) pgd_page(pg_dir[0]); |
| pg_table | 162 | arch/mips/mm/init.c | pgd_set(pg_dir, pg_table); |
| pg_table | 164 | arch/mips/mm/init.c | for (tmp = 0 ; tmp < PTRS_PER_PAGE ; tmp++,pg_table++) { |
| pg_table | 166 | arch/mips/mm/init.c | set_pte(pg_table, mk_pte(address, PAGE_SHARED)); |
| pg_table | 168 | arch/mips/mm/init.c | pte_clear(pg_table); |