Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv.c172 vc->preempt_tb = mftb(); in kvmppc_core_start_stolen()
181 if (vc->preempt_tb != TB_NIL) { in kvmppc_core_end_stolen()
182 vc->stolen_tb += mftb() - vc->preempt_tb; in kvmppc_core_end_stolen()
183 vc->preempt_tb = TB_NIL; in kvmppc_core_end_stolen()
564 vc->preempt_tb != TB_NIL) in vcore_stolen_time()
565 p += now - vc->preempt_tb; in vcore_stolen_time()
1451 vcore->preempt_tb = TB_NIL; in kvmppc_vcore_create()
2302 vc->preempt_tb = TB_NIL; in kvmppc_run_core()
/linux-4.4.14/arch/powerpc/include/asm/
Dkvm_host.h292 u64 preempt_tb; member