Home
last modified time | relevance | path

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

/linux-6.15/include/kvm/
H A Darm_vgic.h114 bool (*get_input_level)(int vintid);
386 u32 vintid, struct irq_ops *ops);
387 int kvm_vgic_unmap_phys_irq(struct kvm_vcpu *vcpu, unsigned int vintid);
388 int kvm_vgic_get_map(struct kvm_vcpu *vcpu, unsigned int vintid);
389 bool kvm_vgic_map_is_active(struct kvm_vcpu *vcpu, unsigned int vintid);
409 void kvm_vgic_reset_mapped_irq(struct kvm_vcpu *vcpu, u32 vintid);
/linux-6.15/arch/arm64/kvm/vgic/
H A Dvgic.c511 u32 vintid, struct irq_ops *ops) in kvm_vgic_map_phys_irq() argument
513 struct vgic_irq *irq = vgic_get_vcpu_irq(vcpu, vintid); in kvm_vgic_map_phys_irq()
536 void kvm_vgic_reset_mapped_irq(struct kvm_vcpu *vcpu, u32 vintid) in kvm_vgic_reset_mapped_irq() argument
538 struct vgic_irq *irq = vgic_get_vcpu_irq(vcpu, vintid); in kvm_vgic_reset_mapped_irq()
553 int kvm_vgic_unmap_phys_irq(struct kvm_vcpu *vcpu, unsigned int vintid) in kvm_vgic_unmap_phys_irq() argument
561 irq = vgic_get_vcpu_irq(vcpu, vintid); in kvm_vgic_unmap_phys_irq()
572 int kvm_vgic_get_map(struct kvm_vcpu *vcpu, unsigned int vintid) in kvm_vgic_get_map() argument
574 struct vgic_irq *irq = vgic_get_vcpu_irq(vcpu, vintid); in kvm_vgic_get_map()
1051 bool kvm_vgic_map_is_active(struct kvm_vcpu *vcpu, unsigned int vintid) in kvm_vgic_map_is_active() argument
1060 irq = vgic_get_vcpu_irq(vcpu, vintid); in kvm_vgic_map_is_active()
H A Dvgic-v4.c473 .vintid = irq->intid, in kvm_vgic_v4_set_forwarding()
/linux-6.15/include/linux/irqchip/
H A Darm-gic-v4.h107 u32 vintid; member
/linux-6.15/arch/arm64/kvm/
H A Darch_timer.c53 static bool kvm_arch_timer_get_input_level(int vintid);
1593 static bool kvm_arch_timer_get_input_level(int vintid) in kvm_arch_timer_get_input_level() argument
1604 if (timer_irq(ctx) == vintid) in kvm_arch_timer_get_input_level()
1609 WARN_RATELIMIT(1, "timer INTID%d unknown\n", vintid); in kvm_arch_timer_get_input_level()
/linux-6.15/drivers/irqchip/
H A Dirq-gic-v3-its.c1373 desc.its_vmapti_cmd.virt_id = map->vintid; in its_send_vmapti()
1515 hwirq = map->vintid; in lpi_write_config()
1576 val |= FIELD_PREP(GICR_INVLPIR_INTID, map->vintid); in direct_lpi_inv()