Searched refs:kvm_read_guest_cached (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/arch/x86/kvm/ |
| H A D | lapic.c | 905 return kvm_read_guest_cached(vcpu->kvm, &vcpu->arch.pv_eoi.data, val, in pv_eoi_get_user() 3187 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()
|
| /linux-6.15/include/linux/ |
| H A D | kvm_host.h | 1302 int kvm_read_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
|
| /linux-6.15/virt/kvm/ |
| H A D | kvm_main.c | 3421 int kvm_read_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_read_guest_cached() function 3426 EXPORT_SYMBOL_GPL(kvm_read_guest_cached);
|
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | nested.c | 739 kvm_read_guest_cached(vmx->vcpu.kvm, ghc, get_shadow_vmcs12(vcpu), in nested_cache_shadow_vmcs12() 5832 if (kvm_read_guest_cached(vcpu->kvm, ghc, vmx->nested.cached_vmcs12, in handle_vmptrld()
|