Searched refs:xc_dom_pfn_to_ptr (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xc_dom.h | 385 void *xc_dom_pfn_to_ptr(struct xc_dom_image *dom, xen_pfn_t first, 398 retval = xc_dom_pfn_to_ptr(dom, seg->pfn, seg->pages); in xc_dom_seg_to_ptr_pages()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_x86.c | 329 l3tab = xc_dom_pfn_to_ptr(dom, l3pfn, 1); in move_l3_below_4G() 357 pg = xc_dom_pfn_to_ptr(dom, map->lvls[l].pfn, 0); in get_pg_table_x86() 718 xc_dom_pfn_to_ptr(dom, dom->start_info_pfn, 1); in start_info_x86_32() 764 xc_dom_pfn_to_ptr(dom, dom->start_info_pfn, 1); in start_info_x86_64()
|
A D | xc_dom_core.c | 423 void *xc_dom_pfn_to_ptr(struct xc_dom_image *dom, xen_pfn_t pfn, in xc_dom_pfn_to_ptr() function
|
Completed in 9 milliseconds