Home
last modified time | relevance | path

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

/linux/include/kvm/
H A Darm_vgic.h114 bool (*get_input_level)(int vintid);
382 u32 vintid, struct irq_ops *ops);
383 int kvm_vgic_unmap_phys_irq(struct kvm_vcpu *vcpu, unsigned int vintid);
384 int kvm_vgic_get_map(struct kvm_vcpu *vcpu, unsigned int vintid);
385 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/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()
1013 bool kvm_vgic_map_is_active(struct kvm_vcpu *vcpu, unsigned int vintid) in kvm_vgic_map_is_active() argument
1022 irq = vgic_get_vcpu_irq(vcpu, vintid); in kvm_vgic_map_is_active()
H A Dvgic-v4.c452 .vintid = irq->intid, in kvm_vgic_v4_set_forwarding()
/linux/include/linux/irqchip/
H A Darm-gic-v4.h107 u32 vintid; member
/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c1371 desc.its_vmapti_cmd.virt_id = map->vintid; in its_send_vmapti()
1513 hwirq = map->vintid; in lpi_write_config()
1574 val |= FIELD_PREP(GICR_INVLPIR_INTID, map->vintid); in direct_lpi_inv()