Searched refs:l1_desc (Results 1 – 2 of 2) sorted by relevance
1005 struct arm_smmu_l1_ctx_desc *l1_desc) in arm_smmu_alloc_cd_leaf_table() argument1009 l1_desc->l2ptr = dmam_alloc_coherent(smmu->dev, size, in arm_smmu_alloc_cd_leaf_table()1010 &l1_desc->l2ptr_dma, GFP_KERNEL); in arm_smmu_alloc_cd_leaf_table()1011 if (!l1_desc->l2ptr) { in arm_smmu_alloc_cd_leaf_table()1020 struct arm_smmu_l1_ctx_desc *l1_desc) in arm_smmu_write_cd_l1_desc() argument1022 u64 val = (l1_desc->l2ptr_dma & CTXDESC_L1_DESC_L2PTR_MASK) | in arm_smmu_write_cd_l1_desc()1034 struct arm_smmu_l1_ctx_desc *l1_desc; in arm_smmu_get_cd_ptr() local1042 l1_desc = &cdcfg->l1_desc[idx]; in arm_smmu_get_cd_ptr()1043 if (!l1_desc->l2ptr) { in arm_smmu_get_cd_ptr()1044 if (arm_smmu_alloc_cd_leaf_table(smmu, l1_desc)) in arm_smmu_get_cd_ptr()[all …]
596 struct arm_smmu_l1_ctx_desc *l1_desc; member616 struct arm_smmu_strtab_l1_desc *l1_desc; member