Home
last modified time | relevance | path

Searched refs:pgd_current (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/nios2/mm/
H A Dmmu_context.c94 pgd_current = next->pgd; in switch_mm()
110 pgd_current = next->pgd; in activate_mm()
H A Dinit.c38 pgd_t *pgd_current; variable
51 pgd_current = swapper_pg_dir; in paging_init()
H A Dfault.c236 pgd = pgd_current + offset; in do_page_fault()
/openbmc/linux/arch/nios2/include/asm/
H A Dmmu_context.h27 extern pgd_t *pgd_current;
/openbmc/linux/arch/nios2/kernel/
H A Dhead.S93 movia et, pgd_current
/openbmc/linux/arch/mips/include/asm/
H A Dmmu_context.h65 extern unsigned long pgd_current[];
/openbmc/linux/arch/mips/mm/
H A Dfault.c291 pgd = (pgd_t *) pgd_current[raw_smp_processor_id()] + offset; in __do_page_fault()
H A Dtlbex.c410 long pgdc = (long)pgd_current; in build_r3000_tlb_refill_handler()
783 long pgdc = (long)pgd_current; in build_get_pmde64()
952 long pgdc = (long)pgd_current; in build_get_pgde32()
1558 long pgdc = (long)pgd_current; in build_setup_pgd()
1880 long pgdc = (long)pgd_current; in build_r3000_tlbchange_handler_head()
H A Dinit.c554 unsigned long pgd_current[NR_CPUS]; variable