Searched refs:cd_table (Results 1 – 3 of 3) sorted by relevance
67 struct iosm_cd_table *cd_table; in ipc_coredump_get_list() local72 cd_table = kzalloc(MAX_CD_LIST_SIZE, GFP_KERNEL); in ipc_coredump_get_list()73 if (!cd_table) { in ipc_coredump_get_list()84 ret = ipc_imem_sys_devlink_read(devlink, (u8 *)cd_table, in ipc_coredump_get_list()95 num_entries = le32_to_cpu(cd_table->list.num_entries); in ipc_coredump_get_list()102 file_size = le32_to_cpu(cd_table->list.entry[i].size); in ipc_coredump_get_list()103 filename = cd_table->list.entry[i].filename; in ipc_coredump_get_list()124 kfree(cd_table); in ipc_coredump_get_list()
1321 struct arm_smmu_ctx_desc_cfg *cd_table = &master->cd_table; in arm_smmu_get_cd_ptr() local1323 if (!arm_smmu_cdtab_allocated(cd_table)) in arm_smmu_get_cd_ptr()1326 if (cd_table->s1fmt == STRTAB_STE_0_S1FMT_LINEAR) in arm_smmu_get_cd_ptr()1327 return &cd_table->linear.table[ssid]; in arm_smmu_get_cd_ptr()1329 l2 = cd_table->l2.l2ptrs[arm_smmu_cdtab_l1_idx(ssid)]; in arm_smmu_get_cd_ptr()1338 struct arm_smmu_ctx_desc_cfg *cd_table = &master->cd_table; in arm_smmu_alloc_cd_ptr() local1344 if (!arm_smmu_cdtab_allocated(cd_table)) { in arm_smmu_alloc_cd_ptr()1349 if (cd_table->s1fmt == STRTAB_STE_0_S1FMT_64K_L2) { in arm_smmu_alloc_cd_ptr()1351 struct arm_smmu_cdtab_l2 **l2ptr = &cd_table->l2.l2ptrs[idx]; in arm_smmu_alloc_cd_ptr()1361 arm_smmu_write_cd_l1_desc(&cd_table->l2.l1tab[idx], in arm_smmu_alloc_cd_ptr()[all …]
168 if (arm_smmu_ssids_in_use(&master->cd_table)) in arm_smmu_attach_dev_nested()