Home
last modified time | relevance | path

Searched refs:arch_exit_mmap (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dmm_hooks.h16 static inline void arch_exit_mmap(struct mm_struct *mm) in arch_exit_mmap() function
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dmmu_context.c97 void arch_exit_mmap(struct mm_struct *mm) in arch_exit_mmap() function
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dmmu_context.h24 extern void arch_exit_mmap(struct mm_struct *mm);
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmmu_context.h170 static inline void arch_exit_mmap(struct mm_struct *mm) in arch_exit_mmap() function
/OK3568_Linux_fs/kernel/arch/um/kernel/skas/
H A Dmmu.c132 void arch_exit_mmap(struct mm_struct *mm) in arch_exit_mmap() function
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dmmu_context.c281 void arch_exit_mmap(struct mm_struct *mm) in arch_exit_mmap() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dmmu_context.h260 extern void arch_exit_mmap(struct mm_struct *mm);
/OK3568_Linux_fs/kernel/mm/
H A Dmmap.c3341 arch_exit_mmap(mm); in exit_mmap()