Home
last modified time | relevance | path

Searched refs:mapped_size (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/rga/
H A Drga-buf.c121 unsigned int mapped_size = 0; in rga_buf_map() local
139 pages[mapped_size + p] = phys; in rga_buf_map()
142 mapped_size += len; in rga_buf_map()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Demif-common.c1235 u32 emif1_size, emif2_size, mapped_size, section_map = 0; in dmm_init() local
1239 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()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/
H A Drga_mmu_info.c525 uint32_t mapped_size = 0; in rga_MapION() local
546 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()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Djitdump.h112 uint64_t mapped_size; member
H A Djitdump.c322 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()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_mm.c1089 uint32_t mapped_size = 0; in rga_mm_sgt_to_page_table() local
1120 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()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/busybox/
H A D0001-devmem-add-128-bit-width.patch34 unsigned page_size, mapped_size, offset_in_page;
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2_mmu_info.c1027 uint32_t mapped_size = 0; in rga2_MapION() local
1044 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()
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Djitdump-specification.txt160 uint64_t mapped_size : the size of the unwinding data mapped in memory
170 NOTE: The mapped_size is generally either the same as unwind_data_size (if the unwinding data was m…
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dsnoc.c1595 const size_t mapped_size = ar_snoc->fw.mapped_mem_size; in ath10k_fw_deinit() local
1605 mapped_size); in ath10k_fw_deinit()
1606 if (unmapped_size != mapped_size) in ath10k_fw_deinit()
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c2972 size_t mapped_size = file->size / 4 * 3 - mapped_offset; in mapped_file_test() local
2990 .size = mapped_size, in mapped_file_test()
3024 mapped_size, mapped_offset); in mapped_file_test()