Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_hv.c95 #define TB_NIL (~(u64)0) macro
280 * (Note that the != TB_NIL checks below are purely defensive;
298 if (vc->preempt_tb != TB_NIL) { in kvmppc_core_end_stolen()
300 vc->preempt_tb = TB_NIL; in kvmppc_core_end_stolen()
321 vcpu->arch.busy_preempt != TB_NIL) { in kvmppc_core_vcpu_load_hv()
323 vcpu->arch.busy_preempt = TB_NIL; in kvmppc_core_vcpu_load_hv()
686 vc->preempt_tb != TB_NIL) in vcore_stolen_time()
2175 vcore->preempt_tb = TB_NIL; in kvmppc_vcore_create()
2356 vcpu->arch.busy_preempt = TB_NIL; in kvmppc_core_vcpu_create_hv()
3121 vc->preempt_tb = TB_NIL; in kvmppc_run_core()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_hv.c102 #define TB_NIL (~(u64)0) macro
283 * (Note that the != TB_NIL checks below are purely defensive;
311 if (vc->preempt_tb != TB_NIL) { in kvmppc_core_end_stolen()
313 vc->preempt_tb = TB_NIL; in kvmppc_core_end_stolen()
325 if (vcpu->arch.busy_preempt != TB_NIL) { in kvmppc_core_vcpu_load_hv()
328 vcpu->arch.busy_preempt = TB_NIL; in kvmppc_core_vcpu_load_hv()
346 vcpu->arch.busy_preempt != TB_NIL) { in kvmppc_core_vcpu_load_hv()
348 vcpu->arch.busy_preempt = TB_NIL; in kvmppc_core_vcpu_load_hv()
732 vc->preempt_tb != TB_NIL) in vcore_stolen_time()
2742 vcore->preempt_tb = TB_NIL; in kvmppc_vcore_create()
[all...]

Completed in 9 milliseconds