Home
last modified time | relevance | path

Searched defs:mmu (Results 1 – 25 of 650) sorted by relevance

12345678910>>...26

/dports/lang/racket-minimal/racket-8.3/src/bc/gc2/
H A Dvm.c111 MMU *mmu = ofm_malloc_zero(sizeof(MMU)); in mmu_create() local
134 static void mmu_free(MMU *mmu) { in mmu_free()
199 static void mmu_flush_freed_pages(MMU *mmu, int force) { in mmu_flush_freed_pages()
208 static void mmu_prep_for_compaction(MMU *mmu) { in mmu_prep_for_compaction()
251 static void mmu_flush_write_protect_ranges(MMU *mmu) { in mmu_flush_write_protect_ranges()
259 static void mmu_flush_write_unprotect_ranges(MMU *mmu) { in mmu_flush_write_unprotect_ranges()
267 static size_t mmu_memory_allocated(MMU *mmu) { in mmu_memory_allocated()
271 static size_t mmu_memory_max_allocated(MMU *mmu) { in mmu_memory_max_allocated()
275 static size_t mmu_memory_allocated_and_used(MMU *mmu) { in mmu_memory_allocated_and_used()
289 static void mmu_memory_allocated_inc(MMU *mmu, intptr_t amt) { in mmu_memory_allocated_inc()
[all …]
/dports/lang/racket/racket-8.3/src/bc/gc2/
H A Dvm.c111 MMU *mmu = ofm_malloc_zero(sizeof(MMU)); in mmu_create() local
134 static void mmu_free(MMU *mmu) { in mmu_free()
199 static void mmu_flush_freed_pages(MMU *mmu, int force) { in mmu_flush_freed_pages()
208 static void mmu_prep_for_compaction(MMU *mmu) { in mmu_prep_for_compaction()
251 static void mmu_flush_write_protect_ranges(MMU *mmu) { in mmu_flush_write_protect_ranges()
259 static void mmu_flush_write_unprotect_ranges(MMU *mmu) { in mmu_flush_write_unprotect_ranges()
267 static size_t mmu_memory_allocated(MMU *mmu) { in mmu_memory_allocated()
271 static size_t mmu_memory_max_allocated(MMU *mmu) { in mmu_memory_max_allocated()
275 static size_t mmu_memory_allocated_and_used(MMU *mmu) { in mmu_memory_allocated_and_used()
289 static void mmu_memory_allocated_inc(MMU *mmu, intptr_t amt) { in mmu_memory_allocated_inc()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/media/atomisp/pci/mmu/
H A Disp_mmu.c79 static phys_addr_t isp_pte_to_pgaddr(struct isp_mmu *mmu, in isp_pte_to_pgaddr()
85 static unsigned int isp_pgaddr_to_pte_valid(struct isp_mmu *mmu, in isp_pgaddr_to_pte_valid()
97 static phys_addr_t alloc_page_table(struct isp_mmu *mmu) in alloc_page_table()
142 static void mmu_remap_error(struct isp_mmu *mmu, in mmu_remap_error()
161 static void mmu_unmap_l2_pte_error(struct isp_mmu *mmu, in mmu_unmap_l2_pte_error()
177 static void mmu_unmap_l1_pte_error(struct isp_mmu *mmu, in mmu_unmap_l1_pte_error()
199 static int mmu_l2_map(struct isp_mmu *mmu, phys_addr_t l1_pt, in mmu_l2_map()
244 static int mmu_l1_map(struct isp_mmu *mmu, phys_addr_t l1_pt, in mmu_l1_map()
317 static int mmu_map(struct isp_mmu *mmu, unsigned int isp_virt, in mmu_map()
486 int isp_mmu_map(struct isp_mmu *mmu, unsigned int isp_virt, in isp_mmu_map()
[all …]
H A Dsh_mmu_mrfld.c31 static unsigned int sh_phys_to_pte(struct isp_mmu *mmu, in sh_phys_to_pte()
37 static phys_addr_t sh_pte_to_phys(struct isp_mmu *mmu, in sh_pte_to_phys()
45 static unsigned int sh_get_pd_base(struct isp_mmu *mmu, in sh_get_pd_base()
64 static void sh_tlb_flush(struct isp_mmu *mmu) in sh_tlb_flush()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/media/atomisp/pci/mmu/
H A Disp_mmu.c79 static phys_addr_t isp_pte_to_pgaddr(struct isp_mmu *mmu, in isp_pte_to_pgaddr()
85 static unsigned int isp_pgaddr_to_pte_valid(struct isp_mmu *mmu, in isp_pgaddr_to_pte_valid()
97 static phys_addr_t alloc_page_table(struct isp_mmu *mmu) in alloc_page_table()
142 static void mmu_remap_error(struct isp_mmu *mmu, in mmu_remap_error()
161 static void mmu_unmap_l2_pte_error(struct isp_mmu *mmu, in mmu_unmap_l2_pte_error()
177 static void mmu_unmap_l1_pte_error(struct isp_mmu *mmu, in mmu_unmap_l1_pte_error()
199 static int mmu_l2_map(struct isp_mmu *mmu, phys_addr_t l1_pt, in mmu_l2_map()
244 static int mmu_l1_map(struct isp_mmu *mmu, phys_addr_t l1_pt, in mmu_l1_map()
317 static int mmu_map(struct isp_mmu *mmu, unsigned int isp_virt, in mmu_map()
486 int isp_mmu_map(struct isp_mmu *mmu, unsigned int isp_virt, in isp_mmu_map()
[all …]
H A Dsh_mmu_mrfld.c31 static unsigned int sh_phys_to_pte(struct isp_mmu *mmu, in sh_phys_to_pte()
37 static phys_addr_t sh_pte_to_phys(struct isp_mmu *mmu, in sh_pte_to_phys()
45 static unsigned int sh_get_pd_base(struct isp_mmu *mmu, in sh_get_pd_base()
64 static void sh_tlb_flush(struct isp_mmu *mmu) in sh_tlb_flush()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/media/atomisp/pci/mmu/
H A Disp_mmu.c79 static phys_addr_t isp_pte_to_pgaddr(struct isp_mmu *mmu, in isp_pte_to_pgaddr()
85 static unsigned int isp_pgaddr_to_pte_valid(struct isp_mmu *mmu, in isp_pgaddr_to_pte_valid()
97 static phys_addr_t alloc_page_table(struct isp_mmu *mmu) in alloc_page_table()
142 static void mmu_remap_error(struct isp_mmu *mmu, in mmu_remap_error()
161 static void mmu_unmap_l2_pte_error(struct isp_mmu *mmu, in mmu_unmap_l2_pte_error()
177 static void mmu_unmap_l1_pte_error(struct isp_mmu *mmu, in mmu_unmap_l1_pte_error()
199 static int mmu_l2_map(struct isp_mmu *mmu, phys_addr_t l1_pt, in mmu_l2_map()
244 static int mmu_l1_map(struct isp_mmu *mmu, phys_addr_t l1_pt, in mmu_l1_map()
317 static int mmu_map(struct isp_mmu *mmu, unsigned int isp_virt, in mmu_map()
486 int isp_mmu_map(struct isp_mmu *mmu, unsigned int isp_virt, in isp_mmu_map()
[all …]
H A Dsh_mmu_mrfld.c31 static unsigned int sh_phys_to_pte(struct isp_mmu *mmu, in sh_phys_to_pte()
37 static phys_addr_t sh_pte_to_phys(struct isp_mmu *mmu, in sh_pte_to_phys()
45 static unsigned int sh_get_pd_base(struct isp_mmu *mmu, in sh_get_pd_base()
64 static void sh_tlb_flush(struct isp_mmu *mmu) in sh_tlb_flush()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dbase.c120 nvkm_mmu_ptc_find(struct nvkm_mmu *mmu, u32 size) in nvkm_mmu_ptc_find()
220 nvkm_mmu_ptc_dump(struct nvkm_mmu *mmu) in nvkm_mmu_ptc_dump()
234 nvkm_mmu_ptc_fini(struct nvkm_mmu *mmu) in nvkm_mmu_ptc_fini()
246 nvkm_mmu_ptc_init(struct nvkm_mmu *mmu) in nvkm_mmu_ptc_init()
255 nvkm_mmu_type(struct nvkm_mmu *mmu, int heap, u8 type) in nvkm_mmu_type()
265 nvkm_mmu_heap(struct nvkm_mmu *mmu, u8 type, u64 size) in nvkm_mmu_heap()
278 nvkm_mmu_host(struct nvkm_mmu *mmu) in nvkm_mmu_host()
315 nvkm_mmu_vram(struct nvkm_mmu *mmu) in nvkm_mmu_vram()
370 struct nvkm_mmu *mmu = nvkm_mmu(subdev); in nvkm_mmu_oneinit() local
391 struct nvkm_mmu *mmu = nvkm_mmu(subdev); in nvkm_mmu_init() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dbase.c120 nvkm_mmu_ptc_find(struct nvkm_mmu *mmu, u32 size) in nvkm_mmu_ptc_find()
220 nvkm_mmu_ptc_dump(struct nvkm_mmu *mmu) in nvkm_mmu_ptc_dump()
234 nvkm_mmu_ptc_fini(struct nvkm_mmu *mmu) in nvkm_mmu_ptc_fini()
246 nvkm_mmu_ptc_init(struct nvkm_mmu *mmu) in nvkm_mmu_ptc_init()
255 nvkm_mmu_type(struct nvkm_mmu *mmu, int heap, u8 type) in nvkm_mmu_type()
265 nvkm_mmu_heap(struct nvkm_mmu *mmu, u8 type, u64 size) in nvkm_mmu_heap()
278 nvkm_mmu_host(struct nvkm_mmu *mmu) in nvkm_mmu_host()
315 nvkm_mmu_vram(struct nvkm_mmu *mmu) in nvkm_mmu_vram()
370 struct nvkm_mmu *mmu = nvkm_mmu(subdev); in nvkm_mmu_oneinit() local
391 struct nvkm_mmu *mmu = nvkm_mmu(subdev); in nvkm_mmu_init() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dbase.c120 nvkm_mmu_ptc_find(struct nvkm_mmu *mmu, u32 size) in nvkm_mmu_ptc_find()
220 nvkm_mmu_ptc_dump(struct nvkm_mmu *mmu) in nvkm_mmu_ptc_dump()
234 nvkm_mmu_ptc_fini(struct nvkm_mmu *mmu) in nvkm_mmu_ptc_fini()
246 nvkm_mmu_ptc_init(struct nvkm_mmu *mmu) in nvkm_mmu_ptc_init()
255 nvkm_mmu_type(struct nvkm_mmu *mmu, int heap, u8 type) in nvkm_mmu_type()
265 nvkm_mmu_heap(struct nvkm_mmu *mmu, u8 type, u64 size) in nvkm_mmu_heap()
278 nvkm_mmu_host(struct nvkm_mmu *mmu) in nvkm_mmu_host()
315 nvkm_mmu_vram(struct nvkm_mmu *mmu) in nvkm_mmu_vram()
370 struct nvkm_mmu *mmu = nvkm_mmu(subdev); in nvkm_mmu_oneinit() local
391 struct nvkm_mmu *mmu = nvkm_mmu(subdev); in nvkm_mmu_init() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/media/ipu3/
H A Dipu3-mmu.c78 static void imgu_mmu_tlb_invalidate(struct imgu_mmu *mmu) in imgu_mmu_tlb_invalidate()
83 static void call_if_imgu_is_powered(struct imgu_mmu *mmu, in call_if_imgu_is_powered()
84 void (*func)(struct imgu_mmu *mmu)) in call_if_imgu_is_powered()
254 struct imgu_mmu *mmu = to_imgu_mmu(info); in imgu_mmu_map() local
302 struct imgu_mmu *mmu = to_imgu_mmu(info); in imgu_mmu_map_sg() local
338 static size_t __imgu_mmu_unmap(struct imgu_mmu *mmu, in __imgu_mmu_unmap()
382 struct imgu_mmu *mmu = to_imgu_mmu(info); in imgu_mmu_unmap() local
429 struct imgu_mmu *mmu; in imgu_mmu_init() local
505 struct imgu_mmu *mmu = to_imgu_mmu(info); in imgu_mmu_exit() local
520 struct imgu_mmu *mmu = to_imgu_mmu(info); in imgu_mmu_suspend() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/media/ipu3/
H A Dipu3-mmu.c78 static void imgu_mmu_tlb_invalidate(struct imgu_mmu *mmu) in imgu_mmu_tlb_invalidate()
83 static void call_if_imgu_is_powered(struct imgu_mmu *mmu, in call_if_imgu_is_powered()
84 void (*func)(struct imgu_mmu *mmu)) in call_if_imgu_is_powered()
254 struct imgu_mmu *mmu = to_imgu_mmu(info); in imgu_mmu_map() local
302 struct imgu_mmu *mmu = to_imgu_mmu(info); in imgu_mmu_map_sg() local
338 static size_t __imgu_mmu_unmap(struct imgu_mmu *mmu, in __imgu_mmu_unmap()
382 struct imgu_mmu *mmu = to_imgu_mmu(info); in imgu_mmu_unmap() local
429 struct imgu_mmu *mmu; in imgu_mmu_init() local
505 struct imgu_mmu *mmu = to_imgu_mmu(info); in imgu_mmu_exit() local
520 struct imgu_mmu *mmu = to_imgu_mmu(info); in imgu_mmu_suspend() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/media/ipu3/
H A Dipu3-mmu.c78 static void imgu_mmu_tlb_invalidate(struct imgu_mmu *mmu) in imgu_mmu_tlb_invalidate()
83 static void call_if_imgu_is_powered(struct imgu_mmu *mmu, in call_if_imgu_is_powered()
84 void (*func)(struct imgu_mmu *mmu)) in call_if_imgu_is_powered()
254 struct imgu_mmu *mmu = to_imgu_mmu(info); in imgu_mmu_map() local
302 struct imgu_mmu *mmu = to_imgu_mmu(info); in imgu_mmu_map_sg() local
338 static size_t __imgu_mmu_unmap(struct imgu_mmu *mmu, in __imgu_mmu_unmap()
382 struct imgu_mmu *mmu = to_imgu_mmu(info); in imgu_mmu_unmap() local
429 struct imgu_mmu *mmu; in imgu_mmu_init() local
505 struct imgu_mmu *mmu = to_imgu_mmu(info); in imgu_mmu_exit() local
520 struct imgu_mmu *mmu = to_imgu_mmu(info); in imgu_mmu_suspend() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/kvm/hyp/nvhe/
H A Dtlb.c17 static void __tlb_switch_to_guest(struct kvm_s2_mmu *mmu, in __tlb_switch_to_guest()
58 void __kvm_tlb_flush_vmid_ipa(struct kvm_s2_mmu *mmu, in __kvm_tlb_flush_vmid_ipa()
112 void __kvm_tlb_flush_vmid(struct kvm_s2_mmu *mmu) in __kvm_tlb_flush_vmid()
128 void __kvm_flush_cpu_context(struct kvm_s2_mmu *mmu) in __kvm_flush_cpu_context()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/kvm/hyp/nvhe/
H A Dtlb.c17 static void __tlb_switch_to_guest(struct kvm_s2_mmu *mmu, in __tlb_switch_to_guest()
58 void __kvm_tlb_flush_vmid_ipa(struct kvm_s2_mmu *mmu, in __kvm_tlb_flush_vmid_ipa()
112 void __kvm_tlb_flush_vmid(struct kvm_s2_mmu *mmu) in __kvm_tlb_flush_vmid()
128 void __kvm_flush_cpu_context(struct kvm_s2_mmu *mmu) in __kvm_flush_cpu_context()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/kvm/hyp/nvhe/
H A Dtlb.c17 static void __tlb_switch_to_guest(struct kvm_s2_mmu *mmu, in __tlb_switch_to_guest()
58 void __kvm_tlb_flush_vmid_ipa(struct kvm_s2_mmu *mmu, in __kvm_tlb_flush_vmid_ipa()
112 void __kvm_tlb_flush_vmid(struct kvm_s2_mmu *mmu) in __kvm_tlb_flush_vmid()
128 void __kvm_flush_cpu_context(struct kvm_s2_mmu *mmu) in __kvm_flush_cpu_context()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/kvm/hyp/vhe/
H A Dtlb.c19 static void __tlb_switch_to_guest(struct kvm_s2_mmu *mmu, in __tlb_switch_to_guest()
82 void __kvm_tlb_flush_vmid_ipa(struct kvm_s2_mmu *mmu, in __kvm_tlb_flush_vmid_ipa()
114 void __kvm_tlb_flush_vmid(struct kvm_s2_mmu *mmu) in __kvm_tlb_flush_vmid()
130 void __kvm_flush_cpu_context(struct kvm_s2_mmu *mmu) in __kvm_flush_cpu_context()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/kvm/hyp/vhe/
H A Dtlb.c19 static void __tlb_switch_to_guest(struct kvm_s2_mmu *mmu, in __tlb_switch_to_guest()
82 void __kvm_tlb_flush_vmid_ipa(struct kvm_s2_mmu *mmu, in __kvm_tlb_flush_vmid_ipa()
114 void __kvm_tlb_flush_vmid(struct kvm_s2_mmu *mmu) in __kvm_tlb_flush_vmid()
130 void __kvm_flush_cpu_context(struct kvm_s2_mmu *mmu) in __kvm_flush_cpu_context()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/kvm/hyp/vhe/
H A Dtlb.c19 static void __tlb_switch_to_guest(struct kvm_s2_mmu *mmu, in __tlb_switch_to_guest()
82 void __kvm_tlb_flush_vmid_ipa(struct kvm_s2_mmu *mmu, in __kvm_tlb_flush_vmid_ipa()
114 void __kvm_tlb_flush_vmid(struct kvm_s2_mmu *mmu) in __kvm_tlb_flush_vmid()
130 void __kvm_flush_cpu_context(struct kvm_s2_mmu *mmu) in __kvm_flush_cpu_context()
/dports/emulators/tme/tme-0.8/machine/sun/
H A Dsun-mmu.c113 struct tme_sun_mmu *mmu; in tme_sun_mmu_new() local
166 _tme_sun_mmu_lookup(struct tme_sun_mmu *mmu, tme_uint8_t context, tme_uint32_t address, in _tme_sun_mmu_lookup()
236 struct tme_sun_mmu *mmu; in tme_sun_mmu_pte_get() local
254 struct tme_sun_mmu *mmu; in tme_sun_mmu_pte_set() local
277 struct tme_sun_mmu *mmu; in tme_sun_mmu_segmap_get() local
301 struct tme_sun_mmu *mmu; in tme_sun_mmu_segmap_set() local
331 struct tme_sun_mmu *mmu; in tme_sun_mmu_tlb_fill() local
475 struct tme_sun_mmu *mmu; in tme_sun_mmu_tlbs_invalidate() local
494 struct tme_sun_mmu *mmu; in tme_sun_mmu_context_add() local
569 struct tme_sun_mmu *mmu; in tme_sun_mmu_context_switched() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iommu/
H A Dipmmu-vmsa.c74 struct ipmmu_vmsa_device *mmu; member
159 struct ipmmu_vmsa_device *mmu = dev_get_drvdata(dev); in __ipmmu_check_device() local
285 struct ipmmu_vmsa_device *mmu = domain->mmu; in ipmmu_utlb_enable() local
306 struct ipmmu_vmsa_device *mmu = domain->mmu; in ipmmu_utlb_disable() local
493 struct ipmmu_vmsa_device *mmu = domain->mmu; in ipmmu_domain_irq() local
542 struct ipmmu_vmsa_device *mmu = dev; in ipmmu_irq() local
620 struct ipmmu_vmsa_device *mmu = to_ipmmu(dev); in ipmmu_attach_device() local
800 struct ipmmu_vmsa_device *mmu = to_ipmmu(dev); in ipmmu_init_arm_mapping() local
844 struct ipmmu_vmsa_device *mmu = to_ipmmu(dev); in ipmmu_probe_device() local
873 struct ipmmu_vmsa_device *mmu = to_ipmmu(dev); in ipmmu_find_group() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iommu/
H A Dipmmu-vmsa.c74 struct ipmmu_vmsa_device *mmu; member
159 struct ipmmu_vmsa_device *mmu = dev_get_drvdata(dev); in __ipmmu_check_device() local
285 struct ipmmu_vmsa_device *mmu = domain->mmu; in ipmmu_utlb_enable() local
306 struct ipmmu_vmsa_device *mmu = domain->mmu; in ipmmu_utlb_disable() local
493 struct ipmmu_vmsa_device *mmu = domain->mmu; in ipmmu_domain_irq() local
542 struct ipmmu_vmsa_device *mmu = dev; in ipmmu_irq() local
620 struct ipmmu_vmsa_device *mmu = to_ipmmu(dev); in ipmmu_attach_device() local
800 struct ipmmu_vmsa_device *mmu = to_ipmmu(dev); in ipmmu_init_arm_mapping() local
844 struct ipmmu_vmsa_device *mmu = to_ipmmu(dev); in ipmmu_probe_device() local
873 struct ipmmu_vmsa_device *mmu = to_ipmmu(dev); in ipmmu_find_group() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iommu/
H A Dipmmu-vmsa.c74 struct ipmmu_vmsa_device *mmu; member
159 struct ipmmu_vmsa_device *mmu = dev_get_drvdata(dev); in __ipmmu_check_device() local
285 struct ipmmu_vmsa_device *mmu = domain->mmu; in ipmmu_utlb_enable() local
306 struct ipmmu_vmsa_device *mmu = domain->mmu; in ipmmu_utlb_disable() local
493 struct ipmmu_vmsa_device *mmu = domain->mmu; in ipmmu_domain_irq() local
542 struct ipmmu_vmsa_device *mmu = dev; in ipmmu_irq() local
620 struct ipmmu_vmsa_device *mmu = to_ipmmu(dev); in ipmmu_attach_device() local
800 struct ipmmu_vmsa_device *mmu = to_ipmmu(dev); in ipmmu_init_arm_mapping() local
844 struct ipmmu_vmsa_device *mmu = to_ipmmu(dev); in ipmmu_probe_device() local
873 struct ipmmu_vmsa_device *mmu = to_ipmmu(dev); in ipmmu_find_group() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/msm/
H A Dmsm_iommu.c27 static struct msm_iommu_pagetable *to_pagetable(struct msm_mmu *mmu) in to_pagetable()
32 static int msm_iommu_pagetable_unmap(struct msm_mmu *mmu, u64 iova, in msm_iommu_pagetable_unmap()
51 static int msm_iommu_pagetable_map(struct msm_mmu *mmu, u64 iova, in msm_iommu_pagetable_map()
82 static void msm_iommu_pagetable_destroy(struct msm_mmu *mmu) in msm_iommu_pagetable_destroy()
100 int msm_iommu_pagetable_params(struct msm_mmu *mmu, in msm_iommu_pagetable_params()
220 static void msm_iommu_detach(struct msm_mmu *mmu) in msm_iommu_detach()
227 static int msm_iommu_map(struct msm_mmu *mmu, uint64_t iova, in msm_iommu_map()
243 static int msm_iommu_unmap(struct msm_mmu *mmu, uint64_t iova, size_t len) in msm_iommu_unmap()
255 static void msm_iommu_destroy(struct msm_mmu *mmu) in msm_iommu_destroy()

12345678910>>...26