Lines Matching refs:xc_dom_image
139 static int count_pgtables(struct xc_dom_image *dom, xen_vaddr_t from, in count_pgtables()
241 static int alloc_pgtables_pv(struct xc_dom_image *dom) in alloc_pgtables_pv()
274 static int alloc_pgtables_x86_32_pae(struct xc_dom_image *dom) in alloc_pgtables_x86_32_pae()
302 static xen_pfn_t move_l3_below_4G(struct xc_dom_image *dom, in move_l3_below_4G()
365 static x86_pgentry_t *get_pg_table(struct xc_dom_image *dom, int m, int l) in get_pg_table()
381 static x86_pgentry_t get_pg_prot(struct xc_dom_image *dom, int l, xen_pfn_t pfn) in get_pg_prot()
405 static int setup_pgtables_pv(struct xc_dom_image *dom) in setup_pgtables_pv()
451 static int setup_pgtables_x86_32_pae(struct xc_dom_image *dom) in setup_pgtables_x86_32_pae()
489 static int alloc_pgtables_x86_64(struct xc_dom_image *dom) in alloc_pgtables_x86_64()
505 static int setup_pgtables_x86_64(struct xc_dom_image *dom) in setup_pgtables_x86_64()
525 static int alloc_p2m_list(struct xc_dom_image *dom, size_t p2m_alloc_size) in alloc_p2m_list()
540 static int alloc_p2m_list_x86_32(struct xc_dom_image *dom) in alloc_p2m_list_x86_32()
548 static int alloc_p2m_list_x86_64(struct xc_dom_image *dom) in alloc_p2m_list_x86_64()
576 static int alloc_magic_pages_pv(struct xc_dom_image *dom) in alloc_magic_pages_pv()
599 static void build_hvm_info(void *hvm_info_page, struct xc_dom_image *dom) in build_hvm_info()
628 static int alloc_magic_pages_hvm(struct xc_dom_image *dom) in alloc_magic_pages_hvm()
756 static int start_info_x86_32(struct xc_dom_image *dom) in start_info_x86_32()
802 static int start_info_x86_64(struct xc_dom_image *dom) in start_info_x86_64()
853 static int shared_info_x86_32(struct xc_dom_image *dom, void *ptr) in shared_info_x86_32()
866 static int shared_info_x86_64(struct xc_dom_image *dom, void *ptr) in shared_info_x86_64()
881 static int vcpu_x86_32(struct xc_dom_image *dom) in vcpu_x86_32()
931 static int vcpu_x86_64(struct xc_dom_image *dom) in vcpu_x86_64()
991 static int vcpu_hvm(struct xc_dom_image *dom) in vcpu_hvm()
1183 static int meminit_pv(struct xc_dom_image *dom) in meminit_pv()
1348 static int meminit_hvm(struct xc_dom_image *dom) in meminit_hvm()
1652 static int bootearly(struct xc_dom_image *dom) in bootearly()
1665 static int bootlate_pv(struct xc_dom_image *dom) in bootlate_pv()
1731 static void add_module_to_list(struct xc_dom_image *dom, in add_module_to_list()
1765 static int bootlate_hvm(struct xc_dom_image *dom) in bootlate_hvm()
1872 bool xc_dom_translated(const struct xc_dom_image *dom) in xc_dom_translated()