Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/kvm/
Dlapic.c912 return kvm_read_guest_cached(vcpu->kvm, &vcpu->arch.pv_eoi.data, val, in pv_eoi_get_user()
3195 if (kvm_read_guest_cached(vcpu->kvm, &vcpu->arch.apic->vapic_cache, &data, in kvm_lapic_sync_from_vapic()
Dhyperv.c931 return kvm_read_guest_cached(vcpu->kvm, &vcpu->arch.pv_eoi.data, in kvm_hv_get_assist_page()
/linux-6.14.4/include/linux/
Dkvm_host.h1301 int kvm_read_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
/linux-6.14.4/virt/kvm/
Dkvm_main.c3405 int kvm_read_guest_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_read_guest_cached() function
3410 EXPORT_SYMBOL_GPL(kvm_read_guest_cached);
/linux-6.14.4/arch/x86/kvm/vmx/
Dnested.c739 kvm_read_guest_cached(vmx->vcpu.kvm, ghc, get_shadow_vmcs12(vcpu), in nested_cache_shadow_vmcs12()
5831 if (kvm_read_guest_cached(vcpu->kvm, ghc, vmx->nested.cached_vmcs12, in handle_vmptrld()