Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dkvm_book3s.h84 u64 preempt_tb; member
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c300 vc->preempt_tb = tb; in kvmppc_core_start_stolen()
311 if (vc->preempt_tb != TB_NIL) { in kvmppc_core_end_stolen()
312 vc->stolen_tb += tb - vc->preempt_tb; in kvmppc_core_end_stolen()
313 vc->preempt_tb = TB_NIL; in kvmppc_core_end_stolen()
732 vc->preempt_tb != TB_NIL) in vcore_stolen_time()
733 p += now - vc->preempt_tb; in vcore_stolen_time()
2742 vcore->preempt_tb = TB_NIL; in kvmppc_vcore_create()
3745 vc->preempt_tb = TB_NIL; in kvmppc_run_core()