Searched refs:xpc (Results 1 – 10 of 10) sorted by relevance
/qemu/hw/arm/ |
H A D | xen-pvh.c | 54 XenPVHMachineClass *xpc = XEN_PVH_MACHINE_CLASS(oc); in xen_arm_machine_class_init() local 80 xpc->handle_bufioreq = HVM_IOREQSRV_BUFIOREQ_OFF; in xen_arm_machine_class_init() 83 xpc->set_pci_intx_irq = xen_pvh_set_pci_intx_irq; in xen_arm_machine_class_init() 86 xpc->has_pci = true; in xen_arm_machine_class_init() 87 xpc->has_tpm = true; in xen_arm_machine_class_init() 88 xpc->has_virtio_mmio = true; in xen_arm_machine_class_init() 90 xen_pvh_class_setup_common_props(xpc); in xen_arm_machine_class_init()
|
/qemu/hw/xen/ |
H A D | xen-pvh-common.c | 131 XenPVHMachineClass *xpc, in xenpvh_gpex_init() argument 169 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() local 197 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 …]
|
/qemu/hw/i386/xen/ |
H A D | xen-pvh.c | 81 XenPVHMachineClass *xpc = XEN_PVH_MACHINE_CLASS(oc); in xen_pvh_machine_class_init() local 91 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()
|
/qemu/include/hw/xen/ |
H A D | xen-pvh-common.h | 90 void xen_pvh_class_setup_common_props(XenPVHMachineClass *xpc);
|
/qemu/hw/intc/ |
H A D | spapr_xive.c | 817 XivePresenterClass *xpc = XIVE_PRESENTER_CLASS(klass); in spapr_xive_class_init() local 847 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()
|
H A D | xive.c | 532 XivePresenterClass *xpc = XIVE_PRESENTER_GET_CLASS(xptr); in xive_presenter_get_config() local 534 return xpc->get_config(xptr); in xive_presenter_get_config() 777 XivePresenterClass *xpc = XIVE_PRESENTER_GET_CLASS(xptr); \ 778 xpc->in_kernel ? xpc->in_kernel(xptr) : false; \
|
H A D | pnv_xive2.c | 2514 XivePresenterClass *xpc = XIVE_PRESENTER_CLASS(klass); in pnv_xive2_class_init() local 2538 xpc->match_nvt = pnv_xive2_match_nvt; in pnv_xive2_class_init() 2539 xpc->get_config = pnv_xive2_presenter_get_config; in pnv_xive2_class_init() 2540 xpc->broadcast = pnv_xive2_broadcast; in pnv_xive2_class_init()
|
H A D | pnv_xive.c | 2077 XivePresenterClass *xpc = XIVE_PRESENTER_CLASS(klass); in pnv_xive_class_init() local 2098 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()
|
/qemu/hw/ppc/ |
H A D | pnv.c | 2624 XivePresenterClass *xpc = XIVE_PRESENTER_GET_CLASS(xptr); in pnv_match_nvt() local 2627 count = xpc->match_nvt(xptr, format, nvt_blk, nvt_idx, crowd, in pnv_match_nvt() 2653 XivePresenterClass *xpc = XIVE_PRESENTER_GET_CLASS(xptr); in pnv10_xive_match_nvt() local 2656 count = xpc->match_nvt(xptr, format, nvt_blk, nvt_idx, crowd, in pnv10_xive_match_nvt() 2680 XivePresenterClass *xpc = XIVE_PRESENTER_GET_CLASS(xptr); in pnv10_xive_broadcast() local 2682 xpc->broadcast(xptr, nvt_blk, nvt_idx, crowd, cam_ignore, priority); in pnv10_xive_broadcast()
|
H A D | spapr.c | 4478 XivePresenterClass *xpc = XIVE_PRESENTER_GET_CLASS(xptr); in spapr_match_nvt() local 4481 count = xpc->match_nvt(xptr, format, nvt_blk, nvt_idx, crowd, cam_ignore, in spapr_match_nvt()
|