Searched refs:xpc (Results 1 – 6 of 6) sorted by relevance
81 XenPVHMachineClass *xpc = XEN_PVH_MACHINE_CLASS(oc); in xen_pvh_machine_class_init() local91 xpc->init = xen_pvh_init; in xen_pvh_machine_class_init()94 xpc->handle_bufioreq = HVM_IOREQSRV_BUFIOREQ_ATOMIC; in xen_pvh_machine_class_init()103 xpc->set_pci_intx_irq = xen_pvh_set_pci_intx_irq; in xen_pvh_machine_class_init()104 xpc->set_pci_link_route = xen_set_pci_link_route; in xen_pvh_machine_class_init()107 xpc->has_pci = true; in xen_pvh_machine_class_init()109 xen_pvh_class_setup_common_props(xpc); in xen_pvh_machine_class_init()
131 XenPVHMachineClass *xpc, in xenpvh_gpex_init() argument169 assert(xpc->set_pci_intx_irq); in xenpvh_gpex_init()172 qemu_irq irq = qemu_allocate_irq(xpc->set_pci_intx_irq, s, i); in xenpvh_gpex_init()176 if (xpc->set_pci_link_route) { in xenpvh_gpex_init()177 xpc->set_pci_link_route(i, s->cfg.pci_intx_irq_base + i); in xenpvh_gpex_init()185 XenPVHMachineClass *xpc = XEN_PVH_MACHINE_GET_CLASS(s); in xen_pvh_init() local197 xpc->handle_bufioreq, in xen_pvh_init()205 if (xpc->has_tpm) { in xen_pvh_init()225 xenpvh_gpex_init(s, xpc, sysmem); in xen_pvh_init()229 if (xpc->init) { in xen_pvh_init()[all …]
90 void xen_pvh_class_setup_common_props(XenPVHMachineClass *xpc);
817 XivePresenterClass *xpc = XIVE_PRESENTER_CLASS(klass); in spapr_xive_class_init() local847 xpc->match_nvt = spapr_xive_match_nvt; in spapr_xive_class_init()848 xpc->get_config = spapr_xive_presenter_get_config; in spapr_xive_class_init()849 xpc->in_kernel = spapr_xive_in_kernel_xptr; in spapr_xive_class_init()
672 XivePresenterClass *xpc = XIVE_PRESENTER_GET_CLASS(xptr); in xive_presenter_get_config() local674 return xpc->get_config(xptr); in xive_presenter_get_config()950 XivePresenterClass *xpc = XIVE_PRESENTER_GET_CLASS(xptr); \951 xpc->in_kernel ? xpc->in_kernel(xptr) : false; \
2077 XivePresenterClass *xpc = XIVE_PRESENTER_CLASS(klass); in pnv_xive_class_init() local2098 xpc->match_nvt = pnv_xive_match_nvt; in pnv_xive_class_init()2099 xpc->get_config = pnv_xive_presenter_get_config; in pnv_xive_class_init()