MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vhost_user_iotlb_set_dump

Function vhost_user_iotlb_set_dump

dpdk/lib/vhost/iotlb.c:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56static void
57vhost_user_iotlb_set_dump(struct vhost_iotlb_entry *node)
58{
59 uint64_t start;
60
61 start = node->uaddr + node->uoffset;
62 mem_set_dump((void *)(uintptr_t)start, node->size, true, RTE_BIT64(node->page_shift));
63}
64
65static void
66vhost_user_iotlb_clear_dump(struct vhost_iotlb_entry *node,

Callers 1

Calls 1

mem_set_dumpFunction · 0.85

Tested by

no test coverage detected