Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
Dbook3s_hv.c152 vc->preempt_tb != TB_NIL) { in kvmppc_core_vcpu_load_hv()
153 vc->stolen_tb += mftb() - vc->preempt_tb; in kvmppc_core_vcpu_load_hv()
154 vc->preempt_tb = TB_NIL; in kvmppc_core_vcpu_load_hv()
171 vc->preempt_tb = mftb(); in kvmppc_core_vcpu_put_hv()
521 if (vc->preempt_tb != TB_NIL) in vcore_stolen_time()
522 p += now - vc->preempt_tb; in vcore_stolen_time()
1367 vcore->preempt_tb = TB_NIL; in kvmppc_vcore_create()
/arch/powerpc/include/asm/
Dkvm_host.h301 u64 preempt_tb; member