Searched refs:l1_desc (Results 1 – 2 of 2) sorted by relevance
987 struct arm_smmu_l1_ctx_desc *l1_desc) in arm_smmu_alloc_cd_leaf_table() argument991 l1_desc->l2ptr = dmam_alloc_coherent(smmu->dev, size, in arm_smmu_alloc_cd_leaf_table()992 &l1_desc->l2ptr_dma, GFP_KERNEL); in arm_smmu_alloc_cd_leaf_table()993 if (!l1_desc->l2ptr) { in arm_smmu_alloc_cd_leaf_table()1002 struct arm_smmu_l1_ctx_desc *l1_desc) in arm_smmu_write_cd_l1_desc() argument1004 u64 val = (l1_desc->l2ptr_dma & CTXDESC_L1_DESC_L2PTR_MASK) | in arm_smmu_write_cd_l1_desc()1016 struct arm_smmu_l1_ctx_desc *l1_desc; in arm_smmu_get_cd_ptr() local1024 l1_desc = &cdcfg->l1_desc[idx]; in arm_smmu_get_cd_ptr()1025 if (!l1_desc->l2ptr) { in arm_smmu_get_cd_ptr()1026 if (arm_smmu_alloc_cd_leaf_table(smmu, l1_desc)) in arm_smmu_get_cd_ptr()[all …]
590 struct arm_smmu_l1_ctx_desc *l1_desc; member610 struct arm_smmu_strtab_l1_desc *l1_desc; member