Home
last modified time | relevance | path

Searched refs:vintid (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/kvm/
H A Darm_vgic.h114 bool (*get_input_level)(int vintid);
381 u32 vintid, struct irq_ops *ops);
382 int kvm_vgic_unmap_phys_irq(struct kvm_vcpu *vcpu, unsigned int vintid);
383 int kvm_vgic_get_map(struct kvm_vcpu *vcpu, unsigned int vintid);
384 bool kvm_vgic_map_is_active(struct kvm_vcpu *vcpu, unsigned int vintid);
401 void kvm_vgic_reset_mapped_irq(struct kvm_vcpu *vcpu, u32 vintid);
/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic.c517 u32 vintid, struct irq_ops *ops) in kvm_vgic_map_phys_irq() argument
519 struct vgic_irq *irq = vgic_get_irq(vcpu->kvm, vcpu, vintid); in kvm_vgic_map_phys_irq()
542 void kvm_vgic_reset_mapped_irq(struct kvm_vcpu *vcpu, u32 vintid) in kvm_vgic_reset_mapped_irq() argument
544 struct vgic_irq *irq = vgic_get_irq(vcpu->kvm, vcpu, vintid); in kvm_vgic_reset_mapped_irq()
559 int kvm_vgic_unmap_phys_irq(struct kvm_vcpu *vcpu, unsigned int vintid) in kvm_vgic_unmap_phys_irq() argument
567 irq = vgic_get_irq(vcpu->kvm, vcpu, vintid); in kvm_vgic_unmap_phys_irq()
578 int kvm_vgic_get_map(struct kvm_vcpu *vcpu, unsigned int vintid) in kvm_vgic_get_map() argument
580 struct vgic_irq *irq = vgic_get_irq(vcpu->kvm, vcpu, vintid); in kvm_vgic_get_map()
1024 bool kvm_vgic_map_is_active(struct kvm_vcpu *vcpu, unsigned int vintid) in kvm_vgic_map_is_active() argument
1033 irq = vgic_get_irq(vcpu->kvm, vcpu, vintid); in kvm_vgic_map_is_active()
H A Dvgic-v4.c448 .vintid = irq->intid, in kvm_vgic_v4_set_forwarding()
/openbmc/linux/include/linux/irqchip/
H A Darm-gic-v4.h99 u32 vintid; member
/openbmc/qemu/hw/intc/
H A Darm_gicv3_its.c652 uint32_t devid, eventid, vintid, doorbell, vpeid; in process_vmapti() local
666 vintid = eventid; in process_vmapti()
669 vintid = FIELD_EX64(cmdpkt[2], VMAPTI_2, VINTID); in process_vmapti()
670 trace_gicv3_its_cmd_vmapti(devid, eventid, vpeid, vintid, doorbell); in process_vmapti()
700 if (!intid_in_lpi_range(vintid)) { in process_vmapti()
703 __func__, vintid); in process_vmapti()
721 ite.intid = vintid; in process_vmapti()
H A Dtrace-events209 gicv3_its_cmd_vmapti(uint32_t devid, uint32_t eventid, uint32_t vpeid, uint32_t vintid, uint32_t do…
/openbmc/linux/arch/arm64/kvm/
H A Darch_timer.c52 static bool kvm_arch_timer_get_input_level(int vintid);
1485 static bool kvm_arch_timer_get_input_level(int vintid) in kvm_arch_timer_get_input_level() argument
1496 if (timer_irq(ctx) == vintid) in kvm_arch_timer_get_input_level()
1501 WARN_RATELIMIT(1, "timer INTID%d unknown\n", vintid); in kvm_arch_timer_get_input_level()
/openbmc/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c1284 desc.its_vmapti_cmd.virt_id = map->vintid; in its_send_vmapti()
1430 hwirq = map->vintid; in lpi_write_config()
1491 val |= FIELD_PREP(GICR_INVLPIR_INTID, map->vintid); in direct_lpi_inv()