Searched refs:arch_unmap (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/asm-generic/
H A Dmm_hooks.h4 * and arch_unmap to be included in asm-FOO/mmu_context.h for any
20 static inline void arch_unmap(struct mm_struct *mm, function
/linux-master/arch/x86/include/asm/
H A Dmmu_context.h235 static inline void arch_unmap(struct mm_struct *mm, unsigned long start, function
/linux-master/arch/powerpc/include/asm/
H A Dmmu_context.h263 static inline void arch_unmap(struct mm_struct *mm,
/linux-master/mm/
H A Dmmap.c2666 * aligned and any arch_unmap work will be preformed.
2685 /* arch_unmap() might do unmaps itself. */
2686 arch_unmap(mm, start, end);
3097 arch_unmap(mm, start, end);

Completed in 169 milliseconds