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

/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c300 vc->preempt_tb = tb;
311 if (vc->preempt_tb != TB_NIL) {
312 vc->stolen_tb += tb - vc->preempt_tb;
313 vc->preempt_tb = TB_NIL;
783 vc->preempt_tb != TB_NIL)
784 p += now - vc->preempt_tb;
2799 vcore->preempt_tb = TB_NIL;
3810 vc->preempt_tb = TB_NIL;
/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s.h83 spinlock_t stoltb_lock; /* protects stolen_tb and preempt_tb */
85 u64 preempt_tb; member in struct:kvmppc_vcore

Completed in 95 milliseconds