Home
last modified time | relevance | path

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

/linux-6.6.21/include/kvm/
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);
/linux-6.6.21/arch/arm64/kvm/vgic/
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()
Dvgic-v4.c448 .vintid = irq->intid, in kvm_vgic_v4_set_forwarding()
/linux-6.6.21/include/linux/irqchip/
Darm-gic-v4.h97 u32 vintid; member
/linux-6.6.21/arch/arm64/kvm/
Darch_timer.c52 static bool kvm_arch_timer_get_input_level(int vintid);
1488 static bool kvm_arch_timer_get_input_level(int vintid) in kvm_arch_timer_get_input_level() argument
1499 if (timer_irq(ctx) == vintid) in kvm_arch_timer_get_input_level()
1504 WARN_RATELIMIT(1, "timer INTID%d unknown\n", vintid); in kvm_arch_timer_get_input_level()
/linux-6.6.21/drivers/irqchip/
Dirq-gic-v3-its.c1278 desc.its_vmapti_cmd.virt_id = map->vintid; in its_send_vmapti()
1424 hwirq = map->vintid; in lpi_write_config()
1485 val |= FIELD_PREP(GICR_INVLPIR_INTID, map->vintid); in direct_lpi_inv()