Searched refs:exit_mmap (Results 1 – 9 of 9) sorted by relevance
76 pv_mmu_ops.exit_mmap = xen_hvm_exit_mmap; in xen_hvm_init_mmu_ops()
2453 .exit_mmap = xen_exit_mmap,
467 .exit_mmap = paravirt_nop,
216 void (*exit_mmap)(struct mm_struct *mm); member
290 PVOP_VCALL1(pv_mmu_ops.exit_mmap, mm); in paravirt_arch_exit_mmap()
1632 void exit_mmap(struct mm_struct *mm) in exit_mmap() function
3040 void exit_mmap(struct mm_struct *mm) in exit_mmap() function
2243 extern void exit_mmap(struct mm_struct *);
1001 exit_mmap(mm); in __mmput()