tag | line | file | source code |
pg_tables | 290 | arch/ppc/mm/fault.c | current, regs->nip, address, current->tss.pg_tables); |
pg_tables | 481 | arch/ppc/mm/init.c | init_task.tss.pg_tables = (unsigned long *)swapper_pg_dir; |
pg_tables | 526 | arch/ppc/mm/init.c | if ((pte **)tss->pg_tables == (pte **)NULL) |
pg_tables | 528 | arch/ppc/mm/init.c | (pte **)tss->pg_tables = (pte **)MMU_get_page(); |
pg_tables | 529 | arch/ppc/mm/init.c | if ((pte **)tss->pg_tables == (pte **)NULL) |
pg_tables | 535 | arch/ppc/mm/init.c | pd = ((pte **)tss->pg_tables)[(va>>PD_SHIFT)&PD_MASK]; |
pg_tables | 543 | arch/ppc/mm/init.c | ((pte **)tss->pg_tables)[(va>>PD_SHIFT)&PD_MASK] = (pte *)((unsigned long)pd | _PAGE_TABLE); |
pg_tables | 190 | include/asm-ppc/pgtable.h | (tsk)->tss.pg_tables = (unsigned long *)(pgdir); \ |
pg_tables | 87 | include/asm-ppc/processor.h | unsigned long *pg_tables; /* MMU information */ |