Searched refs:ap_list_lock (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arm64/kvm/vgic/
H A Dvgic.c31 * vgic_cpu->ap_list_lock must be taken with IRQs disabled
36 * As the ap_list_lock might be taken from the timer interrupt handler,
46 * When taking more than one ap_list_lock at the same time, always take the
47 * lowest numbered VCPU's ap_list_lock first, so:
49 * raw_spin_lock(vcpuX->arch.vgic_cpu.ap_list_lock);
50 * raw_spin_lock(vcpuY->arch.vgic_cpu.ap_list_lock);
139 raw_spin_lock_irqsave(&vgic_cpu->ap_list_lock, flags);
151 raw_spin_unlock_irqrestore(&vgic_cpu->ap_list_lock, flags);
279 /* Must be called with the ap_list_lock held */
284 lockdep_assert_held(&vgic_cpu->ap_list_lock);
[all...]
H A Dvgic-init.c204 raw_spin_lock_init(&vgic_cpu->ap_list_lock);
/linux-master/include/kvm/
H A Darm_vgic.h335 raw_spinlock_t ap_list_lock; /* Protects the ap_list */ member in struct:vgic_cpu

Completed in 133 milliseconds