Home
last modified time | relevance | path

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

/xen/tools/libxc/
A Dxc_dom_x86.c714 rc = xc_dom_alloc_segment(dom, &dom->start_info_seg, in alloc_magic_pages_hvm()
1079 if ( dom->start_info_seg.pfn ) in vcpu_hvm()
1080 bsp_ctx.cpu.rbx = dom->start_info_seg.pfn << PAGE_SHIFT; in vcpu_hvm()
1739 uint64_t modlist_paddr = (dom->start_info_seg.pfn << PAGE_SHIFT) + in add_module_to_list()
1775 start_info = xc_map_foreign_range(xch, domid, dom->start_info_seg.pages << in bootlate_hvm()
1778 dom->start_info_seg.pfn); in bootlate_hvm()
1794 start_info->cmdline_paddr = (dom->start_info_seg.pfn << PAGE_SHIFT) + in bootlate_hvm()
1827 start_info->modlist_paddr = (dom->start_info_seg.pfn << PAGE_SHIFT) + in bootlate_hvm()
1842 start_info->memmap_paddr = (dom->start_info_seg.pfn << PAGE_SHIFT) + in bootlate_hvm()
1855 munmap(start_info, dom->start_info_seg.pages << XC_DOM_PAGE_SHIFT(dom)); in bootlate_hvm()
/xen/tools/libxc/include/
A Dxc_dom.h102 struct xc_dom_seg start_info_seg; member

Completed in 8 milliseconds