Searched refs:mapped_size (Results 1 – 11 of 11) sorted by relevance
121 unsigned int mapped_size = 0; in rga_buf_map() local139 pages[mapped_size + p] = phys; in rga_buf_map()142 mapped_size += len; in rga_buf_map()
1235 u32 emif1_size, emif2_size, mapped_size, section_map = 0; in dmm_init() local1239 mapped_size = 0; in dmm_init()1251 mapped_size = min(emif1_size, emif2_size); in dmm_init()1257 section_map |= get_dmm_section_size_map(mapped_size * 2) in dmm_init()1260 emif1_size -= mapped_size; in dmm_init()1261 emif2_size -= mapped_size; in dmm_init()1262 sys_addr += (mapped_size * 2); in dmm_init()1275 section_map |= (mapped_size >> 24) << in dmm_init()1286 section_map |= mapped_size >> 24 << EMIF_SDRC_ADDR_SHIFT; in dmm_init()
525 uint32_t mapped_size = 0; in rga_MapION() local546 while((sgl = sg_next(sgl)) && (mapped_size < pageCount) && (sg_num < sg->nents)); in rga_MapION()565 mapped_size += (len - offset); in rga_MapION()573 Memory[mapped_size + i] = Address + (i << PAGE_SHIFT); in rga_MapION()576 mapped_size += len; in rga_MapION()579 while((sgl = sg_next(sgl)) && (mapped_size < pageCount) && (sg_num < sg->nents)); in rga_MapION()586 Memory[mapped_size + i] = Address + (i << PAGE_SHIFT); in rga_MapION()588 mapped_size += len; in rga_MapION()591 while((sgl = sg_next(sgl)) && (mapped_size < pageCount) && (sg_num < sg->nents)); in rga_MapION()
112 uint64_t mapped_size; member
322 jr->unwinding.mapped_size = bswap_64(jr->unwinding.mapped_size); in jit_get_next_entry()651 jd->unwinding_mapped_size = jr->unwinding.mapped_size; in jit_repipe_unwinding_info()
1089 uint32_t mapped_size = 0; in rga_mm_sgt_to_page_table() local1120 if (mapped_size + i >= pageCount) { in rga_mm_sgt_to_page_table()1124 page_table[mapped_size + i] = (uint32_t)(Address + (i << PAGE_SHIFT)); in rga_mm_sgt_to_page_table()1128 mapped_size += len; in rga_mm_sgt_to_page_table()1130 } while ((sgl = sg_next(sgl)) && (mapped_size < pageCount) && (sg_num < sg->orig_nents)); in rga_mm_sgt_to_page_table()
34 unsigned page_size, mapped_size, offset_in_page;
1027 uint32_t mapped_size = 0; in rga2_MapION() local1044 if (mapped_size + i >= pageCount) { in rga2_MapION()1048 Memory[mapped_size + i] = (uint32_t)(Address + (i << PAGE_SHIFT)); in rga2_MapION()1052 mapped_size += len; in rga2_MapION()1055 while((sgl = sg_next(sgl)) && (mapped_size < pageCount) && (sg_num < sg->nents)); in rga2_MapION()
160 uint64_t mapped_size : the size of the unwinding data mapped in memory170 NOTE: The mapped_size is generally either the same as unwind_data_size (if the unwinding data was m…
1595 const size_t mapped_size = ar_snoc->fw.mapped_mem_size; in ath10k_fw_deinit() local1605 mapped_size); in ath10k_fw_deinit()1606 if (unmapped_size != mapped_size) in ath10k_fw_deinit()
2972 size_t mapped_size = file->size / 4 * 3 - mapped_offset; in mapped_file_test() local2990 .size = mapped_size, in mapped_file_test()3024 mapped_size, mapped_offset); in mapped_file_test()