Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_hv.c562 unsigned long core_stolen; in kvmppc_create_dtl_entry() local
568 core_stolen = vcore_stolen_time(vc, now); in kvmppc_create_dtl_entry()
569 stolen = core_stolen - vcpu->arch.stolen_logged; in kvmppc_create_dtl_entry()
570 vcpu->arch.stolen_logged = core_stolen; in kvmppc_create_dtl_entry()