Home
last modified time | relevance | path

Searched refs:stolen_tb (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dkvm_book3s.h82 spinlock_t stoltb_lock; /* protects stolen_tb and preempt_tb */
83 u64 stolen_tb; member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dkvm_book3s.h82 spinlock_t stoltb_lock; /* protects stolen_tb and preempt_tb */
83 u64 stolen_tb; member
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_hv.c267 * a vcore using vc->stolen_tb, and the stolen time when the vcpu
281 * updates to vc->stolen_tb are protected by the vcore->stoltb_lock
312 vc->stolen_tb += tb - vc->preempt_tb; in kvmppc_core_end_stolen()
327 vc->stolen_tb += mftb() - vcpu->arch.busy_preempt; in kvmppc_core_vcpu_load_hv()
730 p = vc->stolen_tb; in vcore_stolen_time()
814 stolen = vc->stolen_tb; in kvmppc_update_vpa_dispatch_p9()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_hv.c264 * a vcore using vc->stolen_tb, and the stolen time when the vcpu
278 * updates to vc->stolen_tb are protected by the vcore->stoltb_lock
299 vc->stolen_tb += mftb() - vc->preempt_tb; in kvmppc_core_end_stolen()
684 p = vc->stolen_tb; in vcore_stolen_time()

Completed in 20 milliseconds