/qemu/target/i386/whpx/ |
H A D | whpx-apic.c | 194 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 D | ci.rst | 31 .. [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 D | params.h | 42 * 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 D | xen.rst | 9 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 D | queue.c | 29 /* 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 D | aio_notify.promela | 77 // Test both synchronous and asynchronous delivery
|
/qemu/target/ppc/ |
H A D | excp_helper.c | 1016 /* 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 D | xen-pvh.c | 82 /* PCI INTX delivery. */ in xen_arm_machine_class_init()
|
/qemu/hw/intc/ |
H A D | ioapic_internal.h | 59 /*io{apic,sapic} delivery mode*/
|
H A D | apic.c | 933 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 D | ppc-xive.rst | 13 delivery process. 34 thread and handles the delivery of the external interrupt to the
|
/qemu/include/hw/i386/ |
H A D | intel_iommu.h | 189 uint64_t delivery_mode:3; /* Delivery Mode */ 201 uint64_t delivery_mode:3; /* Delivery Mode */
|
H A D | apic_internal.h | 39 /* APIC delivery modes */
|
/qemu/tests/unit/ |
H A D | pkix_asn1_tab.c.inc | 722 {"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 D | pcie_pci_bridge.txt | 34 The way of bus number to reserve delivery is special
|
/qemu/include/hw/xen/interface/ |
H A D | sched.h | 52 * reenable event delivery and check for pending events before blocking the
|
H A D | event_channel.h | 27 * delivery to ensure no missed notifications).
|
/qemu/target/sparc/ |
H A D | int32_helper.c | 146 * mimic delayed trap delivery as if by the subsequent insn. in sparc_cpu_do_interrupt()
|
/qemu/hw/riscv/ |
H A D | riscv-iommu-pci.c | 71 /* interrupt delivery callback */
|
/qemu/scripts/kvm/ |
H A D | vmxcap | 179 9: 'Virtual interrupt delivery',
|
/qemu/hw/tpm/ |
H A D | tpm_spapr.c | 247 /* defer delivery of response until .post_load */ in tpm_spapr_request_completed()
|
/qemu/hw/i386/ |
H A D | amd_iommu.h | 236 /* Delivery mode of MSI data (same as IOAPIC deilver mode encoding) */
|
/qemu/hw/scsi/ |
H A D | vmw_pvscsi.h | 277 * delivery mode (such as windows), we use this "hint" to deliver the
|
/qemu/qapi/ |
H A D | misc-i386.json | 418 # @pending: port is currently active pending delivery
|
/qemu/hw/alpha/ |
H A D | typhoon.c | 156 /* 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()
|