Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c777 unsigned long core_stolen; in kvmppc_update_vpa_dispatch() local
787 core_stolen = vcore_stolen_time(vc, now); in kvmppc_update_vpa_dispatch()
788 stolen = core_stolen - vcpu->arch.stolen_logged; in kvmppc_update_vpa_dispatch()
789 vcpu->arch.stolen_logged = core_stolen; in kvmppc_update_vpa_dispatch()