Searched refs:alloc_io_pgtable_ops (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/iommu/ |
| H A D | io-pgtable.c | 53 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 D | io-pgtable-arm-selftests.c | 65 ops = alloc_io_pgtable_ops(fmts[i], cfg, cfg); in arm_lpae_run_tests()
|
| H A D | ipmmu-vmsa.c | 455 domain->iop = alloc_io_pgtable_ops(ARM_32_LPAE_S1, &domain->cfg, in ipmmu_domain_init_context()
|
| H A D | io-pgtable-arm-v7s.c | 836 ops = alloc_io_pgtable_ops(ARM_V7S, &cfg, &cfg); in arm_v7s_do_selftests()
|
| /linux/include/linux/ |
| H A D | io-pgtable.h | 242 struct io_pgtable_ops *alloc_io_pgtable_ops(enum io_pgtable_fmt fmt,
|
| /linux/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_mmu.c | 820 mmu->pgtbl_ops = alloc_io_pgtable_ops(fmt, &mmu->pgtbl_cfg, mmu); in panfrost_mmu_ctx_create()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_mmu.c | 2924 vm->pgtbl_ops = alloc_io_pgtable_ops(ARM_64_LPAE_S1, &pgtbl_cfg, vm); in panthor_vm_create()
|