Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dvhost.h425 struct guest_page { struct
472 struct guest_page *guest_pages;
649 const struct guest_page *page1 = (const struct guest_page *)p1; in guest_page_addrcmp()
650 const struct guest_page *page2 = (const struct guest_page *)p2; in guest_page_addrcmp()
662 const struct guest_page *page1 = (const struct guest_page *)p1; in guest_page_rangecmp()
663 const struct guest_page *page2 = (const struct guest_page *)p2; in guest_page_rangecmp()
679 struct guest_page *page; in gpa_to_first_hpa()
680 struct guest_page key; in gpa_to_first_hpa()
686 sizeof(struct guest_page), guest_page_rangecmp); in gpa_to_first_hpa()
H A Dvhost_user.c121 struct guest_page *page; in async_dma_map()
503 struct guest_page *gp; in numa_realloc()
938 struct guest_page *page, *last_page; in add_one_guest_page()
939 struct guest_page *old_pages; in add_one_guest_page()
1012 sizeof(struct guest_page), guest_page_addrcmp); in add_guest_pages()
1024 struct guest_page *page; in dump_guest_pages()
1325 sizeof(struct guest_page), in vhost_user_set_mem_table()