Searched refs:stoltb_lock (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c281 * updates to vc->stolen_tb are protected by the vcore->stoltb_lock
299 spin_lock_irqsave(&vc->stoltb_lock, flags);
301 spin_unlock_irqrestore(&vc->stoltb_lock, flags);
310 spin_lock_irqsave(&vc->stoltb_lock, flags);
315 spin_unlock_irqrestore(&vc->stoltb_lock, flags);
780 spin_lock_irqsave(&vc->stoltb_lock, flags);
785 spin_unlock_irqrestore(&vc->stoltb_lock, flags);
2797 spin_lock_init(&vcore->stoltb_lock);
/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s.h83 spinlock_t stoltb_lock; /* protects stolen_tb and preempt_tb */ member in struct:kvmppc_vcore

Completed in 188 milliseconds