Lines Matching full:shared
112 struct smem_shared *shared = (void *) MSM_SHARED_RAM_BASE; in debug_read_mem() local
113 struct smem_heap_entry *toc = shared->heap_toc; in debug_read_mem()
118 shared->heap_info.initialized, in debug_read_mem()
119 shared->heap_info.free_offset, in debug_read_mem()
120 shared->heap_info.heap_remaining); in debug_read_mem()
152 struct smem_shared *shared = (void *) MSM_SHARED_RAM_BASE; in debug_read_version() local
153 unsigned version = shared->version[VERSION_MODEM]; in debug_read_version()
175 struct smd_alloc_elm *shared; in debug_read_alloc_tbl() local
178 shared = smem_find(ID_CH_ALLOC_TBL, sizeof(*shared) * 64); in debug_read_alloc_tbl()
181 if (shared[n].ref_count == 0) in debug_read_alloc_tbl()
186 n, shared[n].name, shared[n].cid, in debug_read_alloc_tbl()
187 shared[n].ctype & 0xff, in debug_read_alloc_tbl()
188 (shared[n].ctype >> 8) & 0xf, in debug_read_alloc_tbl()
189 shared[n].ref_count); in debug_read_alloc_tbl()