Lines Matching defs:mm

386 static inline int mm_has_pgste(struct mm_struct *mm)  in mm_has_pgste()
395 static inline int mm_alloc_pgste(struct mm_struct *mm) in mm_alloc_pgste()
409 static inline int mm_use_skey(struct mm_struct *mm) in mm_use_skey()
629 struct mm_struct *mm) in pgste_update_all()
650 struct mm_struct *mm) in pgste_set_key()
706 struct mm_struct *mm; member
747 static inline pgste_t pgste_ipte_notify(struct mm_struct *mm, in pgste_ipte_notify()
765 static inline void set_pte_at(struct mm_struct *mm, unsigned long addr, in set_pte_at()
827 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear()
946 static inline void ptep_flush_direct(struct mm_struct *mm, in ptep_flush_direct()
963 static inline void ptep_flush_lazy(struct mm_struct *mm, in ptep_flush_lazy()
983 static inline int ptep_test_and_clear_user_dirty(struct mm_struct *mm, in ptep_test_and_clear_user_dirty()
1059 static inline pte_t ptep_get_and_clear(struct mm_struct *mm, in ptep_get_and_clear()
1082 static inline pte_t ptep_modify_prot_start(struct mm_struct *mm, in ptep_modify_prot_start()
1104 static inline void ptep_modify_prot_commit(struct mm_struct *mm, in ptep_modify_prot_commit()
1153 static inline pte_t ptep_get_and_clear_full(struct mm_struct *mm, in ptep_get_and_clear_full()
1178 static inline pte_t ptep_set_wrprotect(struct mm_struct *mm, in ptep_set_wrprotect()
1253 #define pgd_offset(mm, address) ((mm)->pgd + pgd_index(address)) argument
1420 static inline void pmdp_flush_direct(struct mm_struct *mm, in pmdp_flush_direct()
1441 static inline void pmdp_flush_lazy(struct mm_struct *mm, in pmdp_flush_lazy()
1475 static inline void set_pmd_at(struct mm_struct *mm, unsigned long addr, in set_pmd_at()
1502 static inline pmd_t pmdp_get_and_clear(struct mm_struct *mm, in pmdp_get_and_clear()
1513 static inline pmd_t pmdp_get_and_clear_full(struct mm_struct *mm, in pmdp_get_and_clear_full()
1540 static inline void pmdp_set_wrprotect(struct mm_struct *mm, in pmdp_set_wrprotect()