Searched refs:xpc (Results 1 – 12 of 12) sorted by relevance
/openbmc/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()
|
/openbmc/qemu/hw/xen/ |
H A D | xen-pvh-common.c | 132 XenPVHMachineClass *xpc, in xenpvh_gpex_init() argument 170 assert(xpc->set_pci_intx_irq); in xenpvh_gpex_init() 173 qemu_irq irq = qemu_allocate_irq(xpc->set_pci_intx_irq, s, i); in xenpvh_gpex_init() 177 if (xpc->set_pci_link_route) { in xenpvh_gpex_init() 178 xpc->set_pci_link_route(i, s->cfg.pci_intx_irq_base + i); in xenpvh_gpex_init() 186 XenPVHMachineClass *xpc = XEN_PVH_MACHINE_GET_CLASS(s); in xen_pvh_init() local 198 xpc->handle_bufioreq, in xen_pvh_init() 206 if (xpc->has_tpm) { in xen_pvh_init() 226 xenpvh_gpex_init(s, xpc, sysmem); in xen_pvh_init() 230 if (xpc->init) { in xen_pvh_init() [all …]
|
/openbmc/qemu/hw/i386/xen/ |
H A D | xen-pvh.c | 80 XenPVHMachineClass *xpc = XEN_PVH_MACHINE_CLASS(oc); in xen_pvh_machine_class_init() local 90 xpc->init = xen_pvh_init; in xen_pvh_machine_class_init() 93 xpc->handle_bufioreq = HVM_IOREQSRV_BUFIOREQ_ATOMIC; in xen_pvh_machine_class_init() 102 xpc->set_pci_intx_irq = xen_pvh_set_pci_intx_irq; in xen_pvh_machine_class_init() 103 xpc->set_pci_link_route = xen_set_pci_link_route; in xen_pvh_machine_class_init() 106 xpc->has_pci = true; in xen_pvh_machine_class_init() 108 xen_pvh_class_setup_common_props(xpc); in xen_pvh_machine_class_init()
|
/openbmc/linux/drivers/misc/sgi-xp/ |
H A D | Makefile | 9 obj-$(CONFIG_SGI_XP) += xpc.o 10 xpc-y := xpc_main.o xpc_channel.o xpc_partition.o \
|
/openbmc/qemu/include/hw/xen/ |
H A D | xen-pvh-common.h | 90 void xen_pvh_class_setup_common_props(XenPVHMachineClass *xpc);
|
/openbmc/qemu/hw/intc/ |
H A D | spapr_xive.c | 818 XivePresenterClass *xpc = XIVE_PRESENTER_CLASS(klass); in spapr_xive_class_init() local 848 xpc->match_nvt = spapr_xive_match_nvt; in spapr_xive_class_init() 849 xpc->get_config = spapr_xive_presenter_get_config; in spapr_xive_class_init() 850 xpc->in_kernel = spapr_xive_in_kernel_xptr; in spapr_xive_class_init()
|
H A D | xive.c | 535 XivePresenterClass *xpc = XIVE_PRESENTER_GET_CLASS(xptr); in xive_presenter_get_config() local 537 return xpc->get_config(xptr); in xive_presenter_get_config() 780 XivePresenterClass *xpc = XIVE_PRESENTER_GET_CLASS(xptr); \ 781 xpc->in_kernel ? xpc->in_kernel(xptr) : false; \
|
H A D | pnv_xive.c | 2078 XivePresenterClass *xpc = XIVE_PRESENTER_CLASS(klass); in pnv_xive_class_init() local 2099 xpc->match_nvt = pnv_xive_match_nvt; in pnv_xive_class_init() 2100 xpc->get_config = pnv_xive_presenter_get_config; in pnv_xive_class_init()
|
H A D | pnv_xive2.c | 2410 XivePresenterClass *xpc = XIVE_PRESENTER_CLASS(klass); in pnv_xive2_class_init() local 2434 xpc->match_nvt = pnv_xive2_match_nvt; in pnv_xive2_class_init() 2435 xpc->get_config = pnv_xive2_presenter_get_config; in pnv_xive2_class_init()
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv.c | 2597 XivePresenterClass *xpc = XIVE_PRESENTER_GET_CLASS(xptr); in pnv_match_nvt() local 2600 count = xpc->match_nvt(xptr, format, nvt_blk, nvt_idx, cam_ignore, in pnv_match_nvt() 2626 XivePresenterClass *xpc = XIVE_PRESENTER_GET_CLASS(xptr); in pnv10_xive_match_nvt() local 2629 count = xpc->match_nvt(xptr, format, nvt_blk, nvt_idx, cam_ignore, in pnv10_xive_match_nvt()
|
H A D | spapr.c | 4445 XivePresenterClass *xpc = XIVE_PRESENTER_GET_CLASS(xptr); in spapr_match_nvt() local 4448 count = xpc->match_nvt(xptr, format, nvt_blk, nvt_idx, cam_ignore, in spapr_match_nvt()
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |