Home
last modified time | relevance | path

Searched defs:vgic_irq (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/kvm/
Darm_vgic.h102 struct vgic_irq { struct
103 spinlock_t irq_lock; /* Protects the content of the struct */
104 struct list_head lpi_list; /* Used to link all LPIs together */
105 struct list_head ap_list;
107 struct kvm_vcpu *vcpu; /* SGIs and PPIs: The VCPU
112 struct kvm_vcpu *target_vcpu; /* The VCPU that this interrupt should
137 enum vgic_irq_config config; /* Level or edge */ argument
148 bool (*get_input_level)(int vintid);
150 void *owner; /* Opaque pointer to reserve an interrupt