Searched refs:sync_memory (Results 1 – 2 of 2) sorted by relevance
| /dpdk/lib/eal/common/ |
| H A D | rte_malloc.c | 510 sync_memory(const char *heap_name, void *va_addr, size_t len, bool attach) in sync_memory() function 578 return sync_memory(heap_name, va_addr, len, true); in rte_malloc_heap_memory_attach() 584 return sync_memory(heap_name, va_addr, len, false); in rte_malloc_heap_memory_detach()
|
| H A D | eal_common_memory.c | 974 sync_memory(void *va_addr, size_t len, bool attach) in sync_memory() function 1005 return sync_memory(va_addr, len, true); in rte_extmem_attach() 1011 return sync_memory(va_addr, len, false); in rte_extmem_detach()
|