Searched defs:rte_memcpy (Results 1 – 6 of 6) sorted by relevance
| /dpdk/lib/eal/riscv/include/ |
| H A D | rte_memcpy.h | 57 #define rte_memcpy(d, s, n) memcpy((d), (s), (n)) macro
|
| /dpdk/lib/eal/loongarch/include/ |
| H A D | rte_memcpy.h | 55 #define rte_memcpy(d, s, n) memcpy((d), (s), (n)) macro
|
| /dpdk/lib/eal/arm/include/ |
| H A D | rte_memcpy_32.h | 122 #define rte_memcpy(dst, src, n) \ macro
|
| H A D | rte_memcpy_64.h | 286 void *rte_memcpy(void *dst, const void *src, size_t n) in rte_memcpy() function 307 void *rte_memcpy(void *dst, const void *src, size_t n) in rte_memcpy() function
|
| /dpdk/lib/eal/ppc/include/ |
| H A D | rte_memcpy.h | 81 #define rte_memcpy(dst, src, n) \ macro
|
| /dpdk/lib/eal/x86/include/ |
| H A D | rte_memcpy.h | 752 rte_memcpy(void *dst, const void *src, size_t n) in rte_memcpy() function
|