Home
last modified time | relevance | path

Searched full:delivery (Results 1 – 25 of 53) sorted by relevance

123

/qemu/target/i386/whpx/
H A Dwhpx-apic.c194 uint8_t delivery = (data >> MSI_DATA_DELIVERY_MODE_SHIFT) & 0x7; in whpx_send_msi() local
197 /* Values correspond to delivery modes */ in whpx_send_msi()
198 .Type = delivery, in whpx_send_msi()
212 fprintf(stderr, "whpx: injection failed, MSI (%llx, %x) delivery: %d, " in whpx_send_msi()
214 addr, data, delivery, dest_mode, trigger_mode, vector, hr); in whpx_send_msi()
/qemu/docs/devel/testing/
H A Dci.rst31 .. [1] Humble, Jez & Farley, David (2010). Continuous Delivery:
33 .. [2] Humble, Jez & Farley, David (2010). Continuous Delivery:
/qemu/include/hw/xen/interface/hvm/
H A Dparams.h42 * val[55:0] is a delivery GSI. GSI 0 cannot be used, as it aliases val == 0,
48 * val[55:0] is a delivery PCI INTx line:
56 * if this delivery method is available.
182 * Do not advance a vcpu's time beyond the correct delivery time for
/qemu/docs/system/i386/
H A Dxen.rst9 channel (Xen PV interrupt) delivery. This allows guests which expect to be
143 acceleration of interrupt delivery via the Xen PIRQ mechanism, and Linux v5.19
/qemu/net/
H A Dqueue.c29 /* The delivery handler may only return zero if it will call
35 * zero return from the delivery handler by not sending any more packets
/qemu/docs/spin/
H A Daio_notify.promela77 // Test both synchronous and asynchronous delivery
/qemu/target/ppc/
H A Dexcp_helper.c1016 /* IACK the IRQ on delivery */ in powerpc_excp_booke()
1662 /* HDEC clears on delivery */ in p7_next_unmasked_interrupt()
1671 /* HEIC blocks delivery to the hypervisor */ in p7_next_unmasked_interrupt()
1755 /* HDEC clears on delivery */ in p8_next_unmasked_interrupt()
1764 /* HEIC blocks delivery to the hypervisor */ in p8_next_unmasked_interrupt()
1892 /* HDEC clears on delivery */ in p9_next_unmasked_interrupt()
1910 /* HEIC blocks delivery to the hypervisor */ in p9_next_unmasked_interrupt()
2001 /* HDEC clears on delivery */ in ppc_next_unmasked_interrupt()
2019 /* HEIC blocks delivery to the hypervisor */ in ppc_next_unmasked_interrupt()
2118 /* HDEC clears on delivery */ in p7_deliver_interrupt()
[all …]
/qemu/hw/arm/
H A Dxen-pvh.c82 /* PCI INTX delivery. */ in xen_arm_machine_class_init()
/qemu/hw/intc/
H A Dioapic_internal.h59 /*io{apic,sapic} delivery mode*/
H A Dapic.c933 uint8_t delivery = (data >> MSI_DATA_DELIVERY_MODE_SHIFT) & 0x7; in apic_send_msi() local
935 apic_deliver_irq(dest, dest_mode, delivery, vector, trigger_mode); in apic_send_msi()
1058 * - Delivery mode: 0 (Fixed) in apic_register_write()
/qemu/docs/specs/
H A Dppc-xive.rst13 delivery process.
34 thread and handles the delivery of the external interrupt to the
/qemu/include/hw/i386/
H A Dintel_iommu.h189 uint64_t delivery_mode:3; /* Delivery Mode */
201 uint64_t delivery_mode:3; /* Delivery Mode */
H A Dapic_internal.h39 /* APIC delivery modes */
/qemu/tests/unit/
H A Dpkix_asn1_tab.c.inc722 {"physical-delivery-country-name", 1342177283, "8"},
734 {"physical-delivery-office-name", 1342177283, "10"},
736 {"physical-delivery-office-number", 1342177283, "11"},
740 {"physical-delivery-personal-name", 1342177283, "13"},
742 {"physical-delivery-organization-name", 1342177283, "14"},
744 {"extension-physical-delivery-address-components", 1342177283, "15"},
/qemu/docs/
H A Dpcie_pci_bridge.txt34 The way of bus number to reserve delivery is special
/qemu/include/hw/xen/interface/
H A Dsched.h52 * reenable event delivery and check for pending events before blocking the
H A Devent_channel.h27 * delivery to ensure no missed notifications).
/qemu/target/sparc/
H A Dint32_helper.c146 * mimic delayed trap delivery as if by the subsequent insn. in sparc_cpu_do_interrupt()
/qemu/hw/riscv/
H A Driscv-iommu-pci.c71 /* interrupt delivery callback */
/qemu/scripts/kvm/
H A Dvmxcap179 9: 'Virtual interrupt delivery',
/qemu/hw/tpm/
H A Dtpm_spapr.c247 /* defer delivery of response until .post_load */ in tpm_spapr_request_completed()
/qemu/hw/i386/
H A Damd_iommu.h236 /* Delivery mode of MSI data (same as IOAPIC deilver mode encoding) */
/qemu/hw/scsi/
H A Dvmw_pvscsi.h277 * delivery mode (such as windows), we use this "hint" to deliver the
/qemu/qapi/
H A Dmisc-i386.json418 # @pending: port is currently active pending delivery
/qemu/hw/alpha/
H A Dtyphoon.c156 /* All sorts of stuff related to interrupt delivery timings. */ in cchip_read()
412 /* All sorts of stuff related to interrupt delivery timings. */ in cchip_write()

123