Searched refs:alloc_pgtables (Results 1 – 4 of 4) sorted by relevance
542 .alloc_pgtables = alloc_pgtables_arm,558 .alloc_pgtables = alloc_pgtables_arm,
230 static int alloc_pgtables(struct xc_dom_image *dom) in alloc_pgtables() function276 return alloc_pgtables(dom); in alloc_pgtables_x86_32_pae()479 return alloc_pgtables(dom); in alloc_pgtables_x86_64()1769 .alloc_pgtables = alloc_pgtables_x86_32_pae,1788 .alloc_pgtables = alloc_pgtables_x86_64,1805 .alloc_pgtables = alloc_pgtables_hvm,
1241 if ( dom->arch_hooks->alloc_pgtables(dom) != 0 ) in xc_dom_build_image()
250 int (*alloc_pgtables) (struct xc_dom_image * dom); member
Completed in 11 milliseconds