Searched refs:xen_vaddr_t (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xc_dom.h | 29 typedef uint64_t xen_vaddr_t; typedef 35 xen_vaddr_t vstart; 36 xen_vaddr_t vend; 109 xen_vaddr_t virt_alloc_end; 110 xen_vaddr_t bsd_symtab_start; 122 xen_vaddr_t virt_pgtab_end; 381 xen_vaddr_t start, xen_vaddr_t size); 413 xen_vaddr_t vaddr, in xc_dom_vaddr_to_ptr()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_x86.c | 68 #define bits_to_mask(bits) (((xen_vaddr_t)1 << (bits))-1) 78 xen_vaddr_t vaddr_mask; 83 xen_vaddr_t from; 84 xen_vaddr_t to; 128 static int count_pgtables(struct xc_dom_image *dom, xen_vaddr_t from, in count_pgtables() 129 xen_vaddr_t to, xen_pfn_t pfn) in count_pgtables() 134 xen_vaddr_t mask; in count_pgtables() 233 xen_vaddr_t try_virt_end; in alloc_pgtables() 396 xen_vaddr_t from, to; in setup_pgtables_x86() 514 xen_vaddr_t from, to; in alloc_p2m_list_x86_64()
|
A D | xc_dom_core.c | 565 static int xc_dom_alloc_pad(struct xc_dom_image *dom, xen_vaddr_t boundary) in xc_dom_alloc_pad() 591 xen_vaddr_t start, xen_vaddr_t size) in xc_dom_alloc_segment() 627 xen_vaddr_t start; in xc_dom_alloc_page()
|
A D | xc_sr_save_x86_pv.c | 7 static inline bool is_canonical_address(xen_vaddr_t vaddr) in is_canonical_address() 317 xen_vaddr_t p2m_vaddr, p2m_end, mask, off; in map_p2m_list() 414 mfn, off + ((xen_vaddr_t)idx << shift), level); in map_p2m_list()
|
Completed in 11 milliseconds