Searched refs:memmove (Results 1 – 14 of 14) sorted by relevance
| /rk3399_ARM-atf/drivers/ti/ipc/ |
| H A D | mailbox.c | 109 memmove(dst_ptr, msg->buf, num_bytes); in ti_sci_transport_send() 155 memmove(msg->buf, (uint8_t *)(rcv_addr), num_bytes); in ti_sci_transport_recv()
|
| /rk3399_ARM-atf/lib/libfdt/ |
| H A D | fdt_sw.c | 174 memmove(buf, fdt, headsize); in fdt_resize() 175 memmove(newtail, oldtail, tailsize); in fdt_resize() 177 memmove(newtail, oldtail, tailsize); in fdt_resize() 178 memmove(buf, fdt, headsize); in fdt_resize() 356 memmove(p + newstroffset, p + oldstroffset, fdt_size_dt_strings(fdt)); in fdt_finish()
|
| H A D | fdt_rw.c | 66 memmove(p + newlen, p + oldlen, ((char *)fdt + dsize) - (p + oldlen)); in fdt_splice_() 407 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size); in fdt_packblocks_() 410 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in fdt_packblocks_() 414 memmove(new + strings_off, old + fdt_off_dt_strings(old), strings_size); in fdt_packblocks_() 476 memmove(buf, tmp, newsize); in fdt_open_into()
|
| H A D | fdt.c | 337 memmove(buf, fdt, fdt_totalsize(fdt)); in fdt_move()
|
| /rk3399_ARM-atf/lib/libc/ |
| H A D | memmove.c | 9 void *memmove(void *dst, const void *src, size_t len) in memmove() function
|
| H A D | libc_common.mk | 15 memmove.c \
|
| /rk3399_ARM-atf/include/lib/libc/ |
| H A D | string.h | 34 void *memmove(void *dst, const void *src, size_t len);
|
| /rk3399_ARM-atf/plat/nvidia/tegra/ |
| H A D | platform.mk | 74 memmove.c \
|
| /rk3399_ARM-atf/lib/xlat_tables_v2/ |
| H A D | xlat_tables_core.c | 861 (void)memmove(mm_destination, mm_cursor, in mmap_add_region_ctx() 1004 (void)memmove(mm_cursor + 1U, mm_cursor, in mmap_add_dynamic_region_ctx() 1030 (void)memmove(mm_cursor, mm_cursor + 1U, in mmap_add_dynamic_region_ctx() 1147 (void)memmove(mm, mm + 1U, (uintptr_t)mm_last - (uintptr_t)mm); in mmap_remove_dynamic_region_ctx()
|
| /rk3399_ARM-atf/plat/qti/qtiseclib/src/ |
| H A D | qtiseclib_cb_interface.c | 44 return memmove(dest, src, n); in qtiseclib_cb_memmove()
|
| /rk3399_ARM-atf/lib/xlat_tables/ |
| H A D | xlat_tables_common.c | 162 (void)memmove(mm + 1, mm, (uintptr_t)mm_last - (uintptr_t)mm); in mmap_add_region()
|
| /rk3399_ARM-atf/lib/xlat_tables/aarch32/ |
| H A D | nonlpae_tables.c | 273 (void)memmove(mm + 1, mm, (uintptr_t)mm_last - (uintptr_t)mm); in mmap_add_region()
|
| /rk3399_ARM-atf/docs/tools/ |
| H A D | memory-layout-tool.rst | 330 | lib/libc.a/memmove.o | 52(+52) | 0(+0) | 0(+0) |
|
| /rk3399_ARM-atf/services/std_svc/spm/el3_spmc/ |
| H A D | spmc_shared_mem.c | 141 memmove(shift_dest, shift_src, shift_size); in spmc_shmem_obj_free()
|