Home
last modified time | relevance | path

Searched refs:alloc_io_pgtable_ops (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/iommu/
H A Dio-pgtable.c53 struct io_pgtable_ops *alloc_io_pgtable_ops(enum io_pgtable_fmt fmt, in alloc_io_pgtable_ops() function
80 EXPORT_SYMBOL_GPL(alloc_io_pgtable_ops);
H A Dio-pgtable-arm-selftests.c65 ops = alloc_io_pgtable_ops(fmts[i], cfg, cfg); in arm_lpae_run_tests()
H A Dipmmu-vmsa.c455 domain->iop = alloc_io_pgtable_ops(ARM_32_LPAE_S1, &domain->cfg, in ipmmu_domain_init_context()
H A Dio-pgtable-arm-v7s.c836 ops = alloc_io_pgtable_ops(ARM_V7S, &cfg, &cfg); in arm_v7s_do_selftests()
/linux/include/linux/
H A Dio-pgtable.h242 struct io_pgtable_ops *alloc_io_pgtable_ops(enum io_pgtable_fmt fmt,
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_mmu.c820 mmu->pgtbl_ops = alloc_io_pgtable_ops(fmt, &mmu->pgtbl_cfg, mmu); in panfrost_mmu_ctx_create()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c2924 vm->pgtbl_ops = alloc_io_pgtable_ops(ARM_64_LPAE_S1, &pgtbl_cfg, vm); in panthor_vm_create()