Searched refs:xc_dom_arch (Results 1 – 4 of 4) sorted by relevance
196 struct xc_dom_arch *arch_hooks;247 struct xc_dom_arch { struct271 struct xc_dom_arch *next; argument273 void xc_dom_register_arch_hooks(struct xc_dom_arch *hooks);
536 static struct xc_dom_arch xc_dom_32 = {552 static struct xc_dom_arch xc_dom_64 = {
678 static struct xc_dom_arch *first_hook = NULL;706 void xc_dom_register_arch_hooks(struct xc_dom_arch *hooks) in xc_dom_register_arch_hooks()714 struct xc_dom_arch *hooks = first_hook; in xc_dom_set_arch_hooks()
1761 static struct xc_dom_arch xc_dom_32_pae = {1780 static struct xc_dom_arch xc_dom_64 = {1799 static struct xc_dom_arch xc_hvm_32 = {
Completed in 10 milliseconds