Lines Matching defs:mm
1129 struct mm_struct *mm; member
1170 static inline int handle_mm_fault(struct mm_struct *mm, in handle_mm_fault()
1179 struct mm_struct *mm, unsigned long address, in fixup_user_fault()
1336 static inline unsigned long get_mm_counter(struct mm_struct *mm, int member) in get_mm_counter()
1351 static inline void add_mm_counter(struct mm_struct *mm, int member, long value) in add_mm_counter()
1356 static inline void inc_mm_counter(struct mm_struct *mm, int member) in inc_mm_counter()
1361 static inline void dec_mm_counter(struct mm_struct *mm, int member) in dec_mm_counter()
1366 static inline unsigned long get_mm_rss(struct mm_struct *mm) in get_mm_rss()
1372 static inline unsigned long get_mm_hiwater_rss(struct mm_struct *mm) in get_mm_hiwater_rss()
1377 static inline unsigned long get_mm_hiwater_vm(struct mm_struct *mm) in get_mm_hiwater_vm()
1382 static inline void update_hiwater_rss(struct mm_struct *mm) in update_hiwater_rss()
1390 static inline void update_hiwater_vm(struct mm_struct *mm) in update_hiwater_vm()
1396 static inline void reset_mm_hiwater_rss(struct mm_struct *mm) in reset_mm_hiwater_rss()
1402 struct mm_struct *mm) in setmax_mm_hiwater_rss()
1413 static inline void sync_mm_rss(struct mm_struct *mm) in sync_mm_rss()
1422 static inline pte_t *get_locked_pte(struct mm_struct *mm, unsigned long addr, in get_locked_pte()
1431 static inline int __pud_alloc(struct mm_struct *mm, pgd_t *pgd, in __pud_alloc()
1441 static inline int __pmd_alloc(struct mm_struct *mm, pud_t *pud, in __pmd_alloc()
1447 static inline void mm_nr_pmds_init(struct mm_struct *mm) {} in mm_nr_pmds_init()
1449 static inline unsigned long mm_nr_pmds(struct mm_struct *mm) in mm_nr_pmds()
1454 static inline void mm_inc_nr_pmds(struct mm_struct *mm) {} in mm_inc_nr_pmds()
1455 static inline void mm_dec_nr_pmds(struct mm_struct *mm) {} in mm_dec_nr_pmds()
1460 static inline void mm_nr_pmds_init(struct mm_struct *mm) in mm_nr_pmds_init()
1465 static inline unsigned long mm_nr_pmds(struct mm_struct *mm) in mm_nr_pmds()
1470 static inline void mm_inc_nr_pmds(struct mm_struct *mm) in mm_inc_nr_pmds()
1475 static inline void mm_dec_nr_pmds(struct mm_struct *mm) in mm_dec_nr_pmds()
1490 static inline pud_t *pud_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long address) in pud_alloc()
1496 static inline pmd_t *pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address) in pmd_alloc()
1533 static inline spinlock_t *pte_lockptr(struct mm_struct *mm, pmd_t *pmd) in pte_lockptr()
1565 static inline spinlock_t *pte_lockptr(struct mm_struct *mm, pmd_t *pmd) in pte_lockptr()
1594 #define pte_offset_map_lock(mm, pmd, address, ptlp) \ argument
1608 #define pte_alloc_map(mm, vma, pmd, address) \ argument
1613 #define pte_alloc_map_lock(mm, pmd, address, ptlp) \ argument
1630 static inline spinlock_t *pmd_lockptr(struct mm_struct *mm, pmd_t *pmd) in pmd_lockptr()
1651 #define pmd_huge_pte(mm, pmd) (pmd_to_page(pmd)->pmd_huge_pte) argument
1655 static inline spinlock_t *pmd_lockptr(struct mm_struct *mm, pmd_t *pmd) in pmd_lockptr()
1663 #define pmd_huge_pte(mm, pmd) ((mm)->pmd_huge_pte) argument
1667 static inline spinlock_t *pmd_lock(struct mm_struct *mm, pmd_t *pmd) in pmd_lock()
2034 static inline struct vm_area_struct * find_vma_intersection(struct mm_struct * mm, unsigned long st… in find_vma_intersection()
2049 static inline struct vm_area_struct *find_exact_vma(struct mm_struct *mm, in find_exact_vma()
2124 static inline void vm_stat_account(struct mm_struct *mm, in vm_stat_account()
2164 static inline struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma()
2169 static inline int in_gate_area(struct mm_struct *mm, unsigned long addr) in in_gate_area()