Lines Matching defs:mm

1144 	struct mm_struct *mm;  member
1185 static inline int handle_mm_fault(struct mm_struct *mm, in handle_mm_fault()
1194 struct mm_struct *mm, unsigned long address, in fixup_user_fault()
1300 static inline unsigned long get_mm_counter(struct mm_struct *mm, int member) in get_mm_counter()
1315 static inline void add_mm_counter(struct mm_struct *mm, int member, long value) in add_mm_counter()
1320 static inline void inc_mm_counter(struct mm_struct *mm, int member) in inc_mm_counter()
1325 static inline void dec_mm_counter(struct mm_struct *mm, int member) in dec_mm_counter()
1330 static inline unsigned long get_mm_rss(struct mm_struct *mm) in get_mm_rss()
1336 static inline unsigned long get_mm_hiwater_rss(struct mm_struct *mm) in get_mm_hiwater_rss()
1341 static inline unsigned long get_mm_hiwater_vm(struct mm_struct *mm) in get_mm_hiwater_vm()
1346 static inline void update_hiwater_rss(struct mm_struct *mm) in update_hiwater_rss()
1354 static inline void update_hiwater_vm(struct mm_struct *mm) in update_hiwater_vm()
1360 static inline void reset_mm_hiwater_rss(struct mm_struct *mm) in reset_mm_hiwater_rss()
1366 struct mm_struct *mm) in setmax_mm_hiwater_rss()
1377 static inline void sync_mm_rss(struct mm_struct *mm) in sync_mm_rss()
1386 static inline pte_t *get_locked_pte(struct mm_struct *mm, unsigned long addr, in get_locked_pte()
1395 static inline int __pud_alloc(struct mm_struct *mm, pgd_t *pgd, in __pud_alloc()
1405 static inline int __pmd_alloc(struct mm_struct *mm, pud_t *pud, in __pmd_alloc()
1411 static inline void mm_nr_pmds_init(struct mm_struct *mm) {} in mm_nr_pmds_init()
1413 static inline unsigned long mm_nr_pmds(struct mm_struct *mm) in mm_nr_pmds()
1418 static inline void mm_inc_nr_pmds(struct mm_struct *mm) {} in mm_inc_nr_pmds()
1419 static inline void mm_dec_nr_pmds(struct mm_struct *mm) {} in mm_dec_nr_pmds()
1424 static inline void mm_nr_pmds_init(struct mm_struct *mm) in mm_nr_pmds_init()
1429 static inline unsigned long mm_nr_pmds(struct mm_struct *mm) in mm_nr_pmds()
1434 static inline void mm_inc_nr_pmds(struct mm_struct *mm) in mm_inc_nr_pmds()
1439 static inline void mm_dec_nr_pmds(struct mm_struct *mm) in mm_dec_nr_pmds()
1454 static inline pud_t *pud_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long address) in pud_alloc()
1460 static inline pmd_t *pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address) in pmd_alloc()
1497 static inline spinlock_t *pte_lockptr(struct mm_struct *mm, pmd_t *pmd) in pte_lockptr()
1530 static inline spinlock_t *pte_lockptr(struct mm_struct *mm, pmd_t *pmd) in pte_lockptr()
1557 #define pte_offset_map_lock(mm, pmd, address, ptlp) \ argument
1571 #define pte_alloc_map(mm, vma, pmd, address) \ argument
1576 #define pte_alloc_map_lock(mm, pmd, address, ptlp) \ argument
1593 static inline spinlock_t *pmd_lockptr(struct mm_struct *mm, pmd_t *pmd) in pmd_lockptr()
1614 #define pmd_huge_pte(mm, pmd) (pmd_to_page(pmd)->pmd_huge_pte) argument
1618 static inline spinlock_t *pmd_lockptr(struct mm_struct *mm, pmd_t *pmd) in pmd_lockptr()
1626 #define pmd_huge_pte(mm, pmd) ((mm)->pmd_huge_pte) argument
1630 static inline spinlock_t *pmd_lock(struct mm_struct *mm, pmd_t *pmd) in pmd_lock()
1987 static inline struct vm_area_struct * find_vma_intersection(struct mm_struct * mm, unsigned long st… in find_vma_intersection()
2002 static inline struct vm_area_struct *find_exact_vma(struct mm_struct *mm, in find_exact_vma()
2076 static inline void vm_stat_account(struct mm_struct *mm, in vm_stat_account()
2116 static inline struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma()
2121 static inline int in_gate_area(struct mm_struct *mm, unsigned long addr) in in_gate_area()