Lines Matching defs:mm
335 static void xen_set_pte_at(struct mm_struct *mm, unsigned long addr, in xen_set_pte_at()
342 pte_t xen_ptep_modify_prot_start(struct mm_struct *mm, in xen_ptep_modify_prot_start()
350 void xen_ptep_modify_prot_commit(struct mm_struct *mm, unsigned long addr, in xen_ptep_modify_prot_commit()
484 static void xen_pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in xen_pte_clear()
609 static int __xen_pgd_walk(struct mm_struct *mm, pgd_t *pgd, in __xen_pgd_walk()
610 int (*func)(struct mm_struct *mm, struct page *, in __xen_pgd_walk()
700 static int xen_pgd_walk(struct mm_struct *mm, in xen_pgd_walk()
701 int (*func)(struct mm_struct *mm, struct page *, in xen_pgd_walk()
710 static spinlock_t *xen_pte_lock(struct page *page, struct mm_struct *mm) in xen_pte_lock()
738 static int xen_pin_page(struct mm_struct *mm, struct page *page, in xen_pin_page()
801 static void __xen_pgd_pin(struct mm_struct *mm, pgd_t *pgd) in __xen_pgd_pin()
839 static void xen_pgd_pin(struct mm_struct *mm) in xen_pgd_pin()
875 static int __init xen_mark_pinned(struct mm_struct *mm, struct page *page, in xen_mark_pinned()
887 static int xen_unpin_page(struct mm_struct *mm, struct page *page, in xen_unpin_page()
928 static void __xen_pgd_unpin(struct mm_struct *mm, pgd_t *pgd) in __xen_pgd_unpin()
959 static void xen_pgd_unpin(struct mm_struct *mm) in xen_pgd_unpin()
992 static void xen_dup_mmap(struct mm_struct *oldmm, struct mm_struct *mm) in xen_dup_mmap()
1005 struct mm_struct *mm = info; in drop_other_mm_ref() local
1019 static void xen_drop_mm_ref(struct mm_struct *mm) in xen_drop_mm_ref()
1058 static void xen_drop_mm_ref(struct mm_struct *mm) in xen_drop_mm_ref()
1079 static void xen_exit_mmap(struct mm_struct *mm) in xen_exit_mmap()
1271 struct mm_struct *mm, unsigned long start, in xen_flush_tlb_others()
1407 static int xen_pgd_alloc(struct mm_struct *mm) in xen_pgd_alloc()
1441 static void xen_pgd_free(struct mm_struct *mm, pgd_t *pgd) in xen_pgd_free()
1503 static void __init xen_alloc_pte_init(struct mm_struct *mm, unsigned long pfn) in xen_alloc_pte_init()
1513 static void __init xen_alloc_pmd_init(struct mm_struct *mm, unsigned long pfn) in xen_alloc_pmd_init()
1559 static inline void xen_alloc_ptpage(struct mm_struct *mm, unsigned long pfn, in xen_alloc_ptpage()
1588 static void xen_alloc_pte(struct mm_struct *mm, unsigned long pfn) in xen_alloc_pte()
1593 static void xen_alloc_pmd(struct mm_struct *mm, unsigned long pfn) in xen_alloc_pmd()
1632 static void xen_alloc_pud(struct mm_struct *mm, unsigned long pfn) in xen_alloc_pud()
2403 static void xen_hvm_exit_mmap(struct mm_struct *mm) in xen_hvm_exit_mmap()