Searched refs:l1_desc (Results 1 – 2 of 2) sorted by relevance
983 struct arm_smmu_l1_ctx_desc *l1_desc) in arm_smmu_alloc_cd_leaf_table() argument987 l1_desc->l2ptr = dmam_alloc_coherent(smmu->dev, size, in arm_smmu_alloc_cd_leaf_table()988 &l1_desc->l2ptr_dma, GFP_KERNEL); in arm_smmu_alloc_cd_leaf_table()989 if (!l1_desc->l2ptr) { in arm_smmu_alloc_cd_leaf_table()998 struct arm_smmu_l1_ctx_desc *l1_desc) in arm_smmu_write_cd_l1_desc() argument1000 u64 val = (l1_desc->l2ptr_dma & CTXDESC_L1_DESC_L2PTR_MASK) | in arm_smmu_write_cd_l1_desc()1012 struct arm_smmu_l1_ctx_desc *l1_desc; in arm_smmu_get_cd_ptr() local1020 l1_desc = &cdcfg->l1_desc[idx]; in arm_smmu_get_cd_ptr()1021 if (!l1_desc->l2ptr) { in arm_smmu_get_cd_ptr()1022 if (arm_smmu_alloc_cd_leaf_table(smmu, l1_desc)) in arm_smmu_get_cd_ptr()[all …]
591 struct arm_smmu_l1_ctx_desc *l1_desc; member611 struct arm_smmu_strtab_l1_desc *l1_desc; member