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

/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s.h83 spinlock_t stoltb_lock; /* protects stolen_tb and preempt_tb */
84 u64 stolen_tb; member in struct:kvmppc_vcore
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c267 * a vcore using vc->stolen_tb, and the stolen time when the vcpu
281 * updates to vc->stolen_tb are protected by the vcore->stoltb_lock
312 vc->stolen_tb += tb - vc->preempt_tb;
327 vc->stolen_tb += mftb() - vcpu->arch.busy_preempt;
781 p = vc->stolen_tb;
865 stolen = vc->stolen_tb;

Completed in 126 milliseconds