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

/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h830 u64 stolen_logged; member in struct:kvmppc_slb::kvm_vcpu_arch
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv.c839 stolen = core_stolen - vcpu->arch.stolen_logged;
840 vcpu->arch.stolen_logged = core_stolen;
866 stolen_delta = stolen - vcpu->arch.stolen_logged;
867 vcpu->arch.stolen_logged = stolen;
3183 vcpu->arch.stolen_logged;
4603 vcpu->arch.stolen_logged = vcore_stolen_time(vc, mftb());

Completed in 129 milliseconds