Searched refs:memmove (Results 1 – 13 of 13) sorted by relevance
/tf-a-ffa_el3_spmc/lib/libc/ |
A D | memmove.c | 9 void *memmove(void *dst, const void *src, size_t len) in memmove() function
|
A D | libc.mk | 14 memmove.c \
|
A D | libc_asm.mk | 14 memmove.c \
|
/tf-a-ffa_el3_spmc/lib/libfdt/ |
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()
|
A D | fdt_rw.c | 66 memmove(p + newlen, p + oldlen, ((char *)fdt + dsize) - (p + oldlen)); in fdt_splice_() 402 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size); in fdt_packblocks_() 405 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in fdt_packblocks_() 409 memmove(new + strings_off, old + fdt_off_dt_strings(old), in fdt_packblocks_() 469 memmove(buf, tmp, newsize); in fdt_open_into()
|
A D | fdt.c | 325 memmove(buf, fdt, fdt_totalsize(fdt)); in fdt_move()
|
/tf-a-ffa_el3_spmc/include/lib/libc/ |
A D | string.h | 17 void *memmove(void *dst, const void *src, size_t len);
|
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/ |
A D | platform.mk | 74 memmove.c \
|
/tf-a-ffa_el3_spmc/lib/xlat_tables_v2/ |
A D | xlat_tables_core.c | 845 (void)memmove(mm_destination, mm_cursor, in mmap_add_region_ctx() 984 (void)memmove(mm_cursor + 1U, mm_cursor, in mmap_add_dynamic_region_ctx() 1010 (void)memmove(mm_cursor, mm_cursor + 1U, in mmap_add_dynamic_region_ctx() 1127 (void)memmove(mm, mm + 1U, (uintptr_t)mm_last - (uintptr_t)mm); in mmap_remove_dynamic_region_ctx()
|
/tf-a-ffa_el3_spmc/plat/qti/qtiseclib/src/ |
A D | qtiseclib_cb_interface.c | 44 return memmove(dest, src, n); in qtiseclib_cb_memmove()
|
/tf-a-ffa_el3_spmc/lib/xlat_tables/ |
A D | xlat_tables_common.c | 162 (void)memmove(mm + 1, mm, (uintptr_t)mm_last - (uintptr_t)mm); in mmap_add_region()
|
/tf-a-ffa_el3_spmc/lib/xlat_tables/aarch32/ |
A D | nonlpae_tables.c | 273 (void)memmove(mm + 1, mm, (uintptr_t)mm_last - (uintptr_t)mm); in mmap_add_region()
|
/tf-a-ffa_el3_spmc/services/std_svc/spm/spmc/ |
A D | spmc_shared_mem.c | 125 memmove(shift_dest, shift_src, shift_size); in spmc_shmem_obj_free()
|
Completed in 25 milliseconds