Searched refs:vintid (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/kvm/ |
| H A D | arm_vgic.h | 114 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 D | vgic.c | 511 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 D | vgic-v4.c | 473 .vintid = irq->intid, in kvm_vgic_v4_set_forwarding()
|
| /linux-6.15/include/linux/irqchip/ |
| H A D | arm-gic-v4.h | 107 u32 vintid; member
|
| /linux-6.15/arch/arm64/kvm/ |
| H A D | arch_timer.c | 53 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 D | irq-gic-v3-its.c | 1373 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()
|