Lines Matching defs:mm
336 static void xen_set_pte_at(struct mm_struct *mm, unsigned long addr, in xen_set_pte_at()
343 pte_t xen_ptep_modify_prot_start(struct mm_struct *mm, in xen_ptep_modify_prot_start()
351 void xen_ptep_modify_prot_commit(struct mm_struct *mm, unsigned long addr, in xen_ptep_modify_prot_commit()
485 static void xen_pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in xen_pte_clear()
610 static int __xen_pgd_walk(struct mm_struct *mm, pgd_t *pgd, in __xen_pgd_walk()
611 int (*func)(struct mm_struct *mm, struct page *, in __xen_pgd_walk()
701 static int xen_pgd_walk(struct mm_struct *mm, in xen_pgd_walk()
702 int (*func)(struct mm_struct *mm, struct page *, in xen_pgd_walk()
711 static spinlock_t *xen_pte_lock(struct page *page, struct mm_struct *mm) in xen_pte_lock()
739 static int xen_pin_page(struct mm_struct *mm, struct page *page, in xen_pin_page()
802 static void __xen_pgd_pin(struct mm_struct *mm, pgd_t *pgd) in __xen_pgd_pin()
840 static void xen_pgd_pin(struct mm_struct *mm) in xen_pgd_pin()
876 static int __init xen_mark_pinned(struct mm_struct *mm, struct page *page, in xen_mark_pinned()
888 static int xen_unpin_page(struct mm_struct *mm, struct page *page, in xen_unpin_page()
929 static void __xen_pgd_unpin(struct mm_struct *mm, pgd_t *pgd) in __xen_pgd_unpin()
960 static void xen_pgd_unpin(struct mm_struct *mm) in xen_pgd_unpin()
993 static void xen_dup_mmap(struct mm_struct *oldmm, struct mm_struct *mm) in xen_dup_mmap()
1006 struct mm_struct *mm = info; in drop_other_mm_ref() local
1020 static void xen_drop_mm_ref(struct mm_struct *mm) in xen_drop_mm_ref()
1059 static void xen_drop_mm_ref(struct mm_struct *mm) in xen_drop_mm_ref()
1080 static void xen_exit_mmap(struct mm_struct *mm) in xen_exit_mmap()
1374 struct mm_struct *mm, unsigned long start, in xen_flush_tlb_others()
1510 static int xen_pgd_alloc(struct mm_struct *mm) in xen_pgd_alloc()
1544 static void xen_pgd_free(struct mm_struct *mm, pgd_t *pgd) in xen_pgd_free()
1615 static void __init xen_alloc_pte_init(struct mm_struct *mm, unsigned long pfn) in xen_alloc_pte_init()
1625 static void __init xen_alloc_pmd_init(struct mm_struct *mm, unsigned long pfn) in xen_alloc_pmd_init()
1671 static inline void xen_alloc_ptpage(struct mm_struct *mm, unsigned long pfn, in xen_alloc_ptpage()
1700 static void xen_alloc_pte(struct mm_struct *mm, unsigned long pfn) in xen_alloc_pte()
1705 static void xen_alloc_pmd(struct mm_struct *mm, unsigned long pfn) in xen_alloc_pmd()
1744 static void xen_alloc_pud(struct mm_struct *mm, unsigned long pfn) in xen_alloc_pud()
2745 static void xen_hvm_exit_mmap(struct mm_struct *mm) in xen_hvm_exit_mmap()