Searched refs:current_pgd (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/arch/openrisc/include/asm/ |
D | mmu_context.h | 37 extern volatile pgd_t *current_pgd; /* defined in arch/openrisc/mm/fault.c */
|
/linux-4.4.14/arch/openrisc/mm/ |
D | fault.c | 36 volatile pgd_t *current_pgd; variable 322 pgd = (pgd_t *)current_pgd + offset; in do_page_fault()
|
D | tlb.c | 152 current_pgd = next->pgd; in switch_mm()
|
D | init.c | 150 current_pgd = init_mm.pgd; in paging_init()
|
/linux-4.4.14/arch/cris/include/asm/ |
D | mmu_context.h | 28 DECLARE_PER_CPU(pgd_t *, current_pgd);
|
/linux-4.4.14/arch/cris/mm/ |
D | fault.c | 32 DEFINE_PER_CPU(pgd_t *, current_pgd); 329 pgd = (pgd_t *)per_cpu(current_pgd, smp_processor_id()) + offset; in do_page_fault()
|
/linux-4.4.14/arch/cris/arch-v10/mm/ |
D | fault.c | 48 pgd_t* pgd = (pgd_t*)per_cpu(current_pgd, smp_processor_id()); in handle_mmu_bus_fault()
|
D | tlb.c | 165 per_cpu(current_pgd, smp_processor_id()) = next->pgd; in switch_mm()
|
D | init.c | 44 per_cpu(current_pgd, smp_processor_id()) = init_mm.pgd; in paging_init()
|
/linux-4.4.14/arch/cris/arch-v32/mm/ |
D | tlb.c | 196 per_cpu(current_pgd, cpu) = next->pgd; in switch_mm()
|
D | init.c | 41 per_cpu(current_pgd, smp_processor_id()) = init_mm.pgd; in cris_mmu_init()
|
D | mmu.S | 118 move.d current_pgd, $acr ; PGD
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | entry.S | 369 move.d [current_pgd], $r0 ; PGD for the current process
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | head.S | 119 LOAD_SYMBOL_2_GPR(reg,current_pgd) ;\
|