Lines Matching refs:scif_mmu_notif
117 void __scif_rma_destroy_tcw(struct scif_mmu_notif *mmn, in __scif_rma_destroy_tcw()
142 static void scif_rma_destroy_tcw(struct scif_mmu_notif *mmn, u64 start, u64 len) in scif_rma_destroy_tcw()
154 struct scif_mmu_notif *mmn; in scif_rma_destroy_tcw_ep()
157 mmn = list_entry(item, struct scif_mmu_notif, list); in scif_rma_destroy_tcw_ep()
165 struct scif_mmu_notif *mmn; in __scif_rma_destroy_tcw_ep()
169 mmn = list_entry(item, struct scif_mmu_notif, list); in __scif_rma_destroy_tcw_ep()
196 struct scif_mmu_notif *mmn; in scif_mmu_notifier_release()
198 mmn = container_of(mn, struct scif_mmu_notif, ep_mmu_notifier); in scif_mmu_notifier_release()
209 struct scif_mmu_notif *mmn; in scif_mmu_notifier_invalidate_range_start()
211 mmn = container_of(mn, struct scif_mmu_notif, ep_mmu_notifier); in scif_mmu_notifier_invalidate_range_start()
237 struct scif_mmu_notif *mmn = NULL; in scif_ep_unregister_mmu_notifier()
242 mmn = list_entry(item, struct scif_mmu_notif, list); in scif_ep_unregister_mmu_notifier()
250 static void scif_init_mmu_notifier(struct scif_mmu_notif *mmn, in scif_init_mmu_notifier()
260 static struct scif_mmu_notif *
263 struct scif_mmu_notif *mmn; in scif_find_mmu_notifier()
271 static struct scif_mmu_notif *
274 struct scif_mmu_notif *mmn in scif_add_mmu_notifier()
316 static struct scif_mmu_notif *
323 static struct scif_mmu_notif *
1668 struct scif_mmu_notif *mmn = NULL; in scif_rma_copy()