Home
last modified time | relevance | path

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

/linux/include/kvm/
H A Darm_vgic.h118 struct vgic_irq { struct
119 raw_spinlock_t irq_lock; /* Protects the content of the struct */
120 struct rcu_head rcu;
121 struct list_head ap_list;
123 struct kvm_vcpu *vcpu; /* SGIs and PPIs: The VCPU
128 struct kvm_vcpu *target_vcpu; /* The VCPU that this interrupt should
153 enum vgic_irq_config config; /* Level or edge */ argument
161 static inline bool vgic_irq_needs_resampling(struct vgic_irq *irq) in vgic_irq_needs_resampling() argument