• Home
  • Raw
  • Download

Lines Matching defs:mm

152 void mm_trace_rss_stat(struct mm_struct *mm, int member, long count,  in mm_trace_rss_stat()
165 void sync_mm_rss(struct mm_struct *mm) in sync_mm_rss()
178 static void add_mm_counter_fast(struct mm_struct *mm, int member, int val) in add_mm_counter_fast()
187 #define inc_mm_counter_fast(mm, member) add_mm_counter_fast(mm, member, 1) argument
188 #define dec_mm_counter_fast(mm, member) add_mm_counter_fast(mm, member, -1) argument
201 #define inc_mm_counter_fast(mm, member) inc_mm_counter(mm, member) argument
202 #define dec_mm_counter_fast(mm, member) dec_mm_counter(mm, member) argument
424 int __pte_alloc(struct mm_struct *mm, pmd_t *pmd) in __pte_alloc()
482 static inline void add_mm_rss_vec(struct mm_struct *mm, int *rss) in add_mm_rss_vec()
1028 struct mm_struct *mm = tlb->mm; in zap_pte_range() local
1411 pte_t *__get_locked_pte(struct mm_struct *mm, unsigned long addr, in __get_locked_pte()
1444 struct mm_struct *mm = vma->vm_mm; in insert_page() local
1603 struct mm_struct *mm = vma->vm_mm; in insert_pfn() local
1810 static int remap_pte_range(struct mm_struct *mm, pmd_t *pmd, in remap_pte_range()
1836 static inline int remap_pmd_range(struct mm_struct *mm, pud_t *pud, in remap_pmd_range()
1859 static inline int remap_pud_range(struct mm_struct *mm, p4d_t *p4d, in remap_pud_range()
1881 static inline int remap_p4d_range(struct mm_struct *mm, pgd_t *pgd, in remap_p4d_range()
1921 struct mm_struct *mm = vma->vm_mm; in remap_pfn_range() local
2023 static int apply_to_pte_range(struct mm_struct *mm, pmd_t *pmd, in apply_to_pte_range()
2054 static int apply_to_pmd_range(struct mm_struct *mm, pud_t *pud, in apply_to_pmd_range()
2076 static int apply_to_pud_range(struct mm_struct *mm, p4d_t *p4d, in apply_to_pud_range()
2096 static int apply_to_p4d_range(struct mm_struct *mm, pgd_t *pgd, in apply_to_p4d_range()
2120 int apply_to_page_range(struct mm_struct *mm, unsigned long addr, in apply_to_page_range()
2151 static inline int pte_unmap_same(struct mm_struct *mm, pmd_t *pmd, in pte_unmap_same()
2343 struct mm_struct *mm = vma->vm_mm; in wp_page_copy() local
3939 struct mm_struct *mm = vma->vm_mm; in __handle_mm_fault() local
4068 int __p4d_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long address) in __p4d_alloc()
4091 int __pud_alloc(struct mm_struct *mm, p4d_t *p4d, unsigned long address) in __pud_alloc()
4123 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address) in __pmd_alloc()
4151 static int __follow_pte_pmd(struct mm_struct *mm, unsigned long address, in __follow_pte_pmd()
4218 static inline int follow_pte(struct mm_struct *mm, unsigned long address, in follow_pte()
4230 int follow_pte_pmd(struct mm_struct *mm, unsigned long address, in follow_pte_pmd()
4332 int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm, in __access_remote_vm()
4407 int access_remote_vm(struct mm_struct *mm, unsigned long addr, in access_remote_vm()
4421 struct mm_struct *mm; in access_process_vm() local
4441 struct mm_struct *mm = current->mm; in print_vma_addr() local