Home
last modified time | relevance | path

Searched refs:radix__switch_mmu_context (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dmmu_context.h55 extern void radix__switch_mmu_context(struct mm_struct *prev,
62 return radix__switch_mmu_context(prev, next); in switch_mmu_context()
/linux/arch/powerpc/mm/book3s64/
H A Dmmu_context.c325 void radix__switch_mmu_context(struct mm_struct *prev, struct mm_struct *next) in radix__switch_mmu_context() function