Searched refs:kvm_read_guest_cached (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/x86/kvm/ |
D | lapic.c | 518 return kvm_read_guest_cached(vcpu->kvm, &vcpu->arch.pv_eoi.data, val, in pv_eoi_get_user() 1984 if (kvm_read_guest_cached(vcpu->kvm, &vcpu->arch.apic->vapic_cache, &data, in kvm_lapic_sync_from_vapic()
|
D | x86.c | 1786 if (unlikely(kvm_read_guest_cached(v->kvm, &vcpu->pv_time, in kvm_guest_time_update() 2015 if (unlikely(kvm_read_guest_cached(vcpu->kvm, &vcpu->arch.st.stime, in record_steal_time()
|
/linux-4.4.14/include/linux/ |
D | kvm_host.h | 624 int kvm_read_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
|
/linux-4.4.14/virt/kvm/ |
D | kvm_main.c | 1874 int kvm_read_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_read_guest_cached() function 1897 EXPORT_SYMBOL_GPL(kvm_read_guest_cached);
|