Home
last modified time | relevance | path

Searched refs:virt2phys_device (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_eal/windows/
H A Deal_memory.c129 static HANDLE virt2phys_device = INVALID_HANDLE_VALUE; variable
180 virt2phys_device = CreateFile( in eal_mem_virt2iova_init()
182 if (virt2phys_device == INVALID_HANDLE_VALUE) { in eal_mem_virt2iova_init()
205 if (virt2phys_device == INVALID_HANDLE_VALUE) in rte_mem_virt2phy()
209 virt2phys_device, IOCTL_VIRT2PHYS_TRANSLATE, in rte_mem_virt2phy()
225 if (virt2phys_device == INVALID_HANDLE_VALUE) in rte_mem_virt2iova()
239 return virt2phys_device != INVALID_HANDLE_VALUE; in rte_eal_using_phys_addrs()