Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_hv.c289 vc->preempt_tb = mftb(); in kvmppc_core_start_stolen()
298 if (vc->preempt_tb != TB_NIL) { in kvmppc_core_end_stolen()
299 vc->stolen_tb += mftb() - vc->preempt_tb; in kvmppc_core_end_stolen()
300 vc->preempt_tb = TB_NIL; in kvmppc_core_end_stolen()
686 vc->preempt_tb != TB_NIL) in vcore_stolen_time()
687 p += now - vc->preempt_tb; in vcore_stolen_time()
2175 vcore->preempt_tb = TB_NIL; in kvmppc_vcore_create()
3121 vc->preempt_tb = TB_NIL; in kvmppc_run_core()
4161 vc->preempt_tb = TB_NIL; in kvmhv_run_single_vcpu()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dkvm_book3s.h84 u64 preempt_tb; member