• Home
  • Raw
  • Download

Lines Matching defs:mm

647 static inline void vma_init(struct vm_area_struct *vma, struct mm_struct *mm)  in vma_init()
716 #define TLB_FLUSH_VMA(mm, flags) … argument
1745 static inline int fixup_user_fault(struct mm_struct *mm, unsigned long address, unsigned int fault_… in fixup_user_fault()
1904 static inline unsigned long get_mm_counter(struct mm_struct *mm, int member) in get_mm_counter()
1925 static inline void add_mm_counter(struct mm_struct *mm, int member, long value) in add_mm_counter()
1936 static inline void inc_mm_counter(struct mm_struct *mm, int member) in inc_mm_counter()
1947 static inline void dec_mm_counter(struct mm_struct *mm, int member) in dec_mm_counter()
1971 static inline unsigned long get_mm_rss(struct mm_struct *mm) in get_mm_rss()
1976 static inline unsigned long get_mm_hiwater_rss(struct mm_struct *mm) in get_mm_hiwater_rss()
1981 static inline unsigned long get_mm_hiwater_vm(struct mm_struct *mm) in get_mm_hiwater_vm()
1986 static inline void update_hiwater_rss(struct mm_struct *mm) in update_hiwater_rss()
1994 static inline void update_hiwater_vm(struct mm_struct *mm) in update_hiwater_vm()
2001 static inline void reset_mm_hiwater_rss(struct mm_struct *mm) in reset_mm_hiwater_rss()
2006 static inline void setmax_mm_hiwater_rss(unsigned long *maxrss, struct mm_struct *mm) in setmax_mm_hiwater_rss()
2017 static inline void sync_mm_rss(struct mm_struct *mm) in sync_mm_rss()
2044 static inline pte_t *get_locked_pte(struct mm_struct *mm, unsigned long addr, spinlock_t **ptl) in get_locked_pte()
2052 static inline int __p4d_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long address) in __p4d_alloc()
2061 static inline int __pud_alloc(struct mm_struct *mm, p4d_t *p4d, unsigned long address) in __pud_alloc()
2065 static inline void mm_inc_nr_puds(struct mm_struct *mm) in mm_inc_nr_puds()
2068 static inline void mm_dec_nr_puds(struct mm_struct *mm) in mm_dec_nr_puds()
2075 static inline void mm_inc_nr_puds(struct mm_struct *mm) in mm_inc_nr_puds()
2083 static inline void mm_dec_nr_puds(struct mm_struct *mm) in mm_dec_nr_puds()
2093 static inline int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address) in __pmd_alloc()
2098 static inline void mm_inc_nr_pmds(struct mm_struct *mm) in mm_inc_nr_pmds()
2101 static inline void mm_dec_nr_pmds(struct mm_struct *mm) in mm_dec_nr_pmds()
2108 static inline void mm_inc_nr_pmds(struct mm_struct *mm) in mm_inc_nr_pmds()
2116 static inline void mm_dec_nr_pmds(struct mm_struct *mm) in mm_dec_nr_pmds()
2126 static inline void mm_pgtables_bytes_init(struct mm_struct *mm) in mm_pgtables_bytes_init()
2131 static inline unsigned long mm_pgtables_bytes(const struct mm_struct *mm) in mm_pgtables_bytes()
2136 static inline void mm_inc_nr_ptes(struct mm_struct *mm) in mm_inc_nr_ptes()
2141 static inline void mm_dec_nr_ptes(struct mm_struct *mm) in mm_dec_nr_ptes()
2147 static inline void mm_pgtables_bytes_init(struct mm_struct *mm) in mm_pgtables_bytes_init()
2150 static inline unsigned long mm_pgtables_bytes(const struct mm_struct *mm) in mm_pgtables_bytes()
2155 static inline void mm_inc_nr_ptes(struct mm_struct *mm) in mm_inc_nr_ptes()
2158 static inline void mm_dec_nr_ptes(struct mm_struct *mm) in mm_dec_nr_ptes()
2168 static inline p4d_t *p4d_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long address) in p4d_alloc()
2173 static inline pud_t *pud_alloc(struct mm_struct *mm, p4d_t *p4d, unsigned long address) in pud_alloc()
2178 static inline pmd_t *pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address) in pmd_alloc()
2214 static inline spinlock_t *pte_lockptr(struct mm_struct *mm, pmd_t *pmd) in pte_lockptr()
2240 static inline spinlock_t *pte_lockptr(struct mm_struct *mm, pmd_t *pmd) in pte_lockptr()
2279 #define pte_offset_map_lock(mm, pmd, address, ptlp) … argument
2294 #define pte_alloc(mm, pmd) (unlikely(pmd_none(*(pmd))) && __pte_alloc(mm, pmd)) argument
2296 #define pte_alloc_map(mm, pmd, address) (pte_alloc(mm, pmd) ? NULL : pte_offset_map(pmd, address)) argument
2298 #define pte_alloc_map_lock(mm, pmd, address, ptlp) … argument
2312 static inline spinlock_t *pmd_lockptr(struct mm_struct *mm, pmd_t *pmd) in pmd_lockptr()
2333 #define pmd_huge_pte(mm, pmd) (pmd_to_page(pmd)->pmd_huge_pte) argument
2337 static inline spinlock_t *pmd_lockptr(struct mm_struct *mm, pmd_t *pmd) in pmd_lockptr()
2350 #define pmd_huge_pte(mm, pmd) ((mm)->pmd_huge_pte) argument
2354 static inline spinlock_t *pmd_lock(struct mm_struct *mm, pmd_t *pmd) in pmd_lock()
2384 static inline spinlock_t *pud_lockptr(struct mm_struct *mm, pud_t *pud) in pud_lockptr()
2389 static inline spinlock_t *pud_lock(struct mm_struct *mm, pud_t *pud) in pud_lock()
2685 static inline struct vm_area_struct *find_vma_intersection(struct mm_struct *mm, unsigned long star… in find_vma_intersection()
2728 static inline struct vm_area_struct *find_exact_vma(struct mm_struct *mm, unsigned long vm_start, u… in find_exact_vma()
3006 static inline struct vm_area_struct *get_gate_vma(struct mm_struct *mm) in get_gate_vma()
3014 static inline int in_gate_area(struct mm_struct *mm, unsigned long addr) in in_gate_area()
3240 static inline int madvise_set_anon_name(struct mm_struct *mm, unsigned long start, unsigned long le… in madvise_set_anon_name()