Searched defs:vgic_irq (Results 1 – 1 of 1) sorted by relevance
91 struct vgic_irq { struct92 raw_spinlock_t irq_lock; /* Protects the content of the struct */93 struct list_head lpi_list; /* Used to link all LPIs together */94 struct list_head ap_list;96 struct kvm_vcpu *vcpu; /* SGIs and PPIs: The VCPU101 struct kvm_vcpu *target_vcpu; /* The VCPU that this interrupt should126 enum vgic_irq_config config; /* Level or edge */ argument137 bool (*get_input_level)(int vintid);139 void *owner; /* Opaque pointer to reserve an interrupt