Home
last modified time | relevance | path

Searched refs:pgd_current (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/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.c244 pgd = pgd_current + offset; in do_page_fault()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/arch/nios2/include/asm/
H A Dmmu_context.h27 extern pgd_t *pgd_current;
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H A Dmmu_context.h27 extern pgd_t *pgd_current;
/kernel/linux/linux-5.10/arch/nios2/kernel/
H A Dhead.S93 movia et, pgd_current
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dmmu_context.h58 #else /* !CONFIG_MIPS_PGD_C0_CONTEXT: using pgd_current*/
65 extern unsigned long pgd_current[];
/kernel/linux/linux-6.6/arch/nios2/kernel/
H A Dhead.S93 movia et, pgd_current
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dmmu_context.h58 #else /* !CONFIG_MIPS_PGD_C0_CONTEXT: using pgd_current*/
65 extern unsigned long pgd_current[];
/kernel/linux/linux-5.10/arch/mips/mm/
H A Dfault.c293 pgd = (pgd_t *) pgd_current[raw_smp_processor_id()] + offset; in __do_page_fault()
H A Dtlbex.c410 * CONFIG_MIPS_PGD_C0_CONTEXT implies 64 bit and lack of pgd_current,
417 long pgdc = (long)pgd_current; in build_r3000_tlb_refill_handler()
809 long pgdc = (long)pgd_current; in build_get_pmde64()
978 long pgdc = (long)pgd_current; in build_get_pgde32()
1186 * fall-through case = badvaddr *pgd_current in build_fast_tlb_refill_handler()
1598 long pgdc = (long)pgd_current; in build_setup_pgd()
1638 /* Save PGD to pgd_current[smp_processor_id()] */ in build_setup_pgd()
1920 long pgdc = (long)pgd_current; in build_r3000_tlbchange_handler_head()
H A Dinit.c557 unsigned long pgd_current[NR_CPUS]; variable
/kernel/linux/linux-6.6/arch/mips/mm/
H A Dfault.c291 pgd = (pgd_t *) pgd_current[raw_smp_processor_id()] + offset; in __do_page_fault()
H A Dtlbex.c403 * CONFIG_MIPS_PGD_C0_CONTEXT implies 64 bit and lack of pgd_current,
410 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()
1145 * fall-through case = badvaddr *pgd_current in build_fast_tlb_refill_handler()
1558 long pgdc = (long)pgd_current; in build_setup_pgd()
1598 /* Save PGD to pgd_current[smp_processor_id()] */ 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

Completed in 12 milliseconds