Searched refs:memmove (Results 51 - 75 of 521) sorted by relevance

1234567891011>>

/linux-master/arch/xtensa/include/asm/
H A Dstring.h118 extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
129 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/linux-master/arch/riscv/lib/
H A DMakefile5 lib-y += memmove.o
/linux-master/arch/csky/abiv2/
H A Dmemmove.S7 .weak memmove
9 ENTRY(memmove)
103 ENDPROC(memmove)
/linux-master/drivers/gpu/drm/amd/display/dc/basics/
H A Dvector.c79 memmove(
170 memmove(
190 memmove(
219 memmove(
224 memmove(
273 memmove(vec_cloned->container, vector->container,
/linux-master/arch/loongarch/lib/
H A Dmemmove.S15 SYM_FUNC_START(memmove)
19 SYM_FUNC_END(memmove)
20 SYM_FUNC_ALIAS(__memmove, memmove)
22 EXPORT_SYMBOL(memmove)
25 _ASM_NOKPROBE(memmove)
/linux-master/arch/parisc/boot/compressed/
H A Dmisc.c18 #undef memmove macro
19 #define memmove memmove macro
65 void *memmove(void *dest, const void *src, size_t n) function
271 memmove(dest, output + phdr->p_offset, phdr->p_filesz);
/linux-master/fs/reiserfs/
H A Dobjectid.c87 memmove(map + 1, map + 3,
130 memmove(map + i, map + i + 2,
165 memmove(map + i + 3, map + i + 1,
/linux-master/arch/powerpc/lib/
H A Dmem_64.S100 _GLOBAL_TOC_KASAN(memmove)
141 EXPORT_SYMBOL(memmove)
142 EXPORT_SYMBOL_KASAN(memmove)
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dmem_64.S100 _GLOBAL_TOC_KASAN(memmove)
141 EXPORT_SYMBOL(memmove)
142 EXPORT_SYMBOL_KASAN(memmove)
H A Dmemmove_validate.c42 memmove(usermap + dst_off, usermap + src_off, len);
45 printf("memmove failed at %ld %ld %ld\n",
57 return test_harness(testcase_run, "memmove");
/linux-master/arch/x86/boot/compressed/
H A Dmisc.c36 * Provide definitions of memzero and memmove as some of the decompressors will
40 #ifndef memmove
41 #define memmove memmove macro
43 void *memmove(void *dest, const void *src, size_t n);
100 memmove(vidmem, vidmem + cols * 2, (lines - 1) * cols * 2);
336 memmove(dest, output + phdr->p_offset, phdr->p_filesz);
/linux-master/arch/csky/lib/
H A Dstring.c91 void *memmove(void *dest, const void *src, size_t count) function
105 EXPORT_SYMBOL(memmove); variable
/linux-master/arch/microblaze/lib/
H A Dmemmove.c7 * This is generic C code to do efficient, alignment-aware memmove.
34 void *memmove(void *v_dst, const void *v_src, __kernel_size_t c) function
194 EXPORT_SYMBOL(memmove); variable
/linux-master/arch/alpha/include/asm/
H A Dstring.h17 extern void * memmove(void *, const void *, size_t);
/linux-master/lib/reed_solomon/
H A Dencode_rs.c38 memmove(&par[0], &par[1], sizeof(uint16_t) * (nroots - 1));
/linux-master/tools/perf/util/
H A Dpstack.c47 memmove(pstack->entries + i,
/linux-master/arch/x86/boot/
H A Dstring.h11 void *memmove(void *dst, const void *src, size_t len);
/linux-master/arch/sh/lib/
H A DMakefile6 lib-y = delay.o memmove.o memchr.o \
/linux-master/include/linux/
H A Dvt_buffer.h68 memmove(d, s, count);
H A Dbpf_mprog.h279 memmove(entry->fp_items + idx + 1,
283 memmove(entry->parent->cp_items + idx + 1,
295 memmove(entry->fp_items + idx,
299 memmove(entry->parent->cp_items + idx,
/linux-master/net/wireless/tests/
H A Dutil.h58 memmove((skb)->data + (skb)->len - sizeof(type) + \
/linux-master/scripts/dtc/libfdt/
H A Dfdt_sw.c174 memmove(buf, fdt, headsize);
175 memmove(newtail, oldtail, tailsize);
177 memmove(newtail, oldtail, tailsize);
178 memmove(buf, fdt, headsize);
356 memmove(p + newstroffset, p + oldstroffset, fdt_size_dt_strings(fdt));
/linux-master/arch/x86/lib/
H A Dmemmove_32.S6 SYM_FUNC_START(memmove)
8 * void *memmove(void *dest_in, const void *src_in, size_t n)
199 SYM_FUNC_END(memmove)
200 EXPORT_SYMBOL(memmove)
/linux-master/sound/firewire/oxfw/
H A Doxfw-command.c99 memmove(buf, buf + 10, err - 10);
102 memmove(buf, buf + 11, err - 11);
/linux-master/security/tomoyo/
H A Dmemory.c79 memmove(ptr, data, size);
176 memmove((char *) ptr->entry.name, name, len);

Completed in 347 milliseconds

1234567891011>>