Home
last modified time | relevance | path

Searched refs:io_pgtable_ops_to_pgtable (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dio-pgtable.c66 iop = io_pgtable_ops_to_pgtable(ops); in free_io_pgtable_ops()
H A Dio-pgtable-arm-v7s.c43 io_pgtable_to_data(io_pgtable_ops_to_pgtable(x))
H A Dio-pgtable-arm.c34 io_pgtable_to_data(io_pgtable_ops_to_pgtable(x))
/OK3568_Linux_fs/kernel/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c82 io_pgtable_ops_to_pgtable(smmu_domain->pgtbl_ops); in qcom_adreno_smmu_get_ttbr1_cfg()
96 struct io_pgtable *pgtable = io_pgtable_ops_to_pgtable(smmu_domain->pgtbl_ops); in qcom_adreno_smmu_set_ttbr0_cfg()
/OK3568_Linux_fs/kernel/include/linux/
H A Dio-pgtable.h214 #define io_pgtable_ops_to_pgtable(x) container_of((x), struct io_pgtable, ops) macro