Searched refs:kvm_read_guest_cached (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/x86/kvm/ |
H A D | lapic.c | 891 return kvm_read_guest_cached(vcpu->kvm, &vcpu->arch.pv_eoi.data, val, in pv_eoi_get_user() 3139 if (kvm_read_guest_cached(vcpu->kvm, &vcpu->arch.apic->vapic_cache, &data, in kvm_lapic_sync_from_vapic()
|
H A D | hyperv.c | 931 return kvm_read_guest_cached(vcpu->kvm, &vcpu->arch.pv_eoi.data, in kvm_hv_get_assist_page()
|
/openbmc/linux/include/linux/ |
H A D | kvm_host.h | 1207 int kvm_read_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
|
/openbmc/linux/virt/kvm/ |
H A D | kvm_main.c | 3323 int kvm_read_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_read_guest_cached() function 3328 EXPORT_SYMBOL_GPL(kvm_read_guest_cached);
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | nested.c | 686 kvm_read_guest_cached(vmx->vcpu.kvm, ghc, get_shadow_vmcs12(vcpu), in nested_cache_shadow_vmcs12() 5674 if (kvm_read_guest_cached(vcpu->kvm, ghc, vmx->nested.cached_vmcs12, in handle_vmptrld()
|