Searched defs:va_addr (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | rte_malloc.c | 397 rte_malloc_heap_memory_add(const char *heap_name, void *va_addr, size_t len, in rte_malloc_heap_memory_add() 452 rte_malloc_heap_memory_remove(const char *heap_name, void *va_addr, size_t len) in rte_malloc_heap_memory_remove() 501 sync_memory(const char *heap_name, void *va_addr, size_t len, bool attach) in sync_memory() 567 rte_malloc_heap_memory_attach(const char *heap_name, void *va_addr, size_t len) in rte_malloc_heap_memory_attach() 573 rte_malloc_heap_memory_detach(const char *heap_name, void *va_addr, size_t len) in rte_malloc_heap_memory_detach()
|
| H A D | eal_common_memory.c | 890 rte_extmem_register(void *va_addr, size_t len, rte_iova_t iova_addrs[], in rte_extmem_register() 939 rte_extmem_unregister(void *va_addr, size_t len) in rte_extmem_unregister() 965 sync_memory(void *va_addr, size_t len, bool attach) in sync_memory() 994 rte_extmem_attach(void *va_addr, size_t len) in rte_extmem_attach() 1000 rte_extmem_detach(void *va_addr, size_t len) in rte_extmem_detach()
|
| H A D | malloc_heap.c | 1104 malloc_heap_create_external_seg(void *va_addr, rte_iova_t iova_addrs[], in malloc_heap_create_external_seg() 1167 void *va_addr; member 1190 malloc_heap_find_external_seg(void *va_addr, size_t len) in malloc_heap_find_external_seg() 1246 malloc_heap_remove_external_memory(struct malloc_heap *heap, void *va_addr, in malloc_heap_remove_external_memory()
|
| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_msg.c | 67 void *va_addr; member
|