Searched defs:vgic_irq (Results 1 – 1 of 1) sorted by relevance
115 struct vgic_irq { struct116 raw_spinlock_t irq_lock; /* Protects the content of the struct */117 struct list_head lpi_list; /* Used to link all LPIs together */118 struct list_head ap_list;120 struct kvm_vcpu *vcpu; /* SGIs and PPIs: The VCPU125 struct kvm_vcpu *target_vcpu; /* The VCPU that this interrupt should150 enum vgic_irq_config config; /* Level or edge */ argument158 static inline bool vgic_irq_needs_resampling(struct vgic_irq *irq) in vgic_irq_needs_resampling() argument