Searched refs:radix__switch_mmu_context (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | mmu_context.h | 61 extern void radix__switch_mmu_context(struct mm_struct *prev, 68 return radix__switch_mmu_context(prev, next); in switch_mmu_context()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | mmu_context.h | 55 extern void radix__switch_mmu_context(struct mm_struct *prev, 62 return radix__switch_mmu_context(prev, next); in switch_mmu_context()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | mmu_context.c | 305 void radix__switch_mmu_context(struct mm_struct *prev, struct mm_struct *next) in radix__switch_mmu_context() function
|
H A D | radix_pgtable.c | 702 radix__switch_mmu_context(NULL, &init_mm); in radix__early_init_mmu() 722 radix__switch_mmu_context(NULL, &init_mm); in radix__early_init_mmu_secondary()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | mmu_context.c | 325 void radix__switch_mmu_context(struct mm_struct *prev, struct mm_struct *next) in radix__switch_mmu_context() function
|
H A D | radix_pgtable.c | 588 radix__switch_mmu_context(NULL, &init_mm); in radix__early_init_mmu() 606 radix__switch_mmu_context(NULL, &init_mm); in radix__early_init_mmu_secondary()
|
Completed in 6 milliseconds