Home
last modified time | relevance | path

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

/linux-5.19.10/virt/kvm/
Dkvm_main.c3149 int kvm_read_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_read_guest_offset_cached() function
3177 EXPORT_SYMBOL_GPL(kvm_read_guest_offset_cached);
3182 return kvm_read_guest_offset_cached(kvm, ghc, data, 0, len); in kvm_read_guest_cached()
/linux-5.19.10/include/linux/
Dkvm_host.h1164 int kvm_read_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
/linux-5.19.10/arch/x86/kvm/vmx/
Dnested.c2970 if (CC(kvm_read_guest_offset_cached(vcpu->kvm, ghc, &hdr, in nested_vmx_check_vmcs_link_ptr()
5397 if (kvm_read_guest_offset_cached(vcpu->kvm, ghc, &hdr, in handle_vmptrld()
/linux-5.19.10/arch/x86/kvm/
Dx86.c12581 if (kvm_read_guest_offset_cached(vcpu->kvm, &vcpu->arch.apf.data, in apf_pageready_slot_free()