Home
last modified time | relevance | path

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

/dpdk/lib/eal/linux/
H A Deal_memory.c724 fd = open(hfile->filepath, O_RDWR);
727 hfile->filepath, strerror(errno));
733 hfile->filepath, strerror(errno));
747 hfile->filepath, strerror(errno));
756 munmap(hfile->orig_va, page_sz);
758 munmap(hfile->orig_va, page_sz);
761 hfile->orig_va = NULL;
762 hfile->final_va = addr;
766 hfile->physaddr = (uintptr_t)addr;
772 ms->iova = hfile->physaddr;
[all …]