Home
last modified time | relevance | path

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

/linux-4.1.27/arch/score/include/asm/
Dmmu_context.h19 extern unsigned long pgd_current;
21 #define TLBMISS_HANDLER_SETUP_PGD(pgd) (pgd_current = (unsigned long)(pgd))
Dpgtable.h240 extern unsigned long pgd_current;
/linux-4.1.27/arch/nios2/mm/
Dmmu_context.c94 pgd_current = next->pgd; in switch_mm()
110 pgd_current = next->pgd; in activate_mm()
Dinit.c39 pgd_t *pgd_current; variable
54 pgd_current = swapper_pg_dir; in paging_init()
Dfault.c252 pgd = pgd_current + offset; in do_page_fault()
/linux-4.1.27/arch/score/mm/
Dtlb-miss.S36 la \ptr, pgd_current
88 la r31, pgd_current /* get pgd pointer */
115 la r31, pgd_current /* get pgd pointer */
Dinit.c99 unsigned long pgd_current; variable
Dfault.c213 pgd = (pgd_t *) pgd_current + offset; in do_page_fault()
/linux-4.1.27/arch/nios2/include/asm/
Dmmu_context.h25 extern pgd_t *pgd_current;
/linux-4.1.27/arch/mips/include/asm/
Dmmu_context.h57 extern unsigned long pgd_current[];
/linux-4.1.27/arch/nios2/kernel/
Dhead.S93 movia et, pgd_current
/linux-4.1.27/arch/mips/mm/
Dfault.c308 pgd = (pgd_t *) pgd_current[raw_smp_processor_id()] + offset; in __do_page_fault()
Dtlbex.c405 extern unsigned long pgd_current[];
412 long pgdc = (long)pgd_current; in build_r3000_tlb_refill_handler()
777 long pgdc = (long)pgd_current; in build_get_pmde64()
930 long pgdc = (long)pgd_current; in build_get_pgde32()
1455 long pgdc = (long)pgd_current; in build_setup_pgd()
1752 long pgdc = (long)pgd_current; in build_r3000_tlbchange_handler_head()
Dinit.c433 unsigned long pgd_current[NR_CPUS]; variable
/linux-4.1.27/arch/score/kernel/
Dtraps.c304 pgd_current = (unsigned long)init_mm.pgd; in trap_init()