Home
last modified time | relevance | path

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

/linux-6.14.4/virt/kvm/
Dkvm_main.c3375 int kvm_read_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_read_guest_offset_cached() function
3403 EXPORT_SYMBOL_GPL(kvm_read_guest_offset_cached);
3408 return kvm_read_guest_offset_cached(kvm, ghc, data, 0, len); in kvm_read_guest_cached()
/linux-6.14.4/include/linux/
Dkvm_host.h1303 int kvm_read_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
/linux-6.14.4/arch/x86/kvm/vmx/
Dnested.c3111 if (CC(kvm_read_guest_offset_cached(vcpu->kvm, ghc, &hdr, in nested_vmx_check_vmcs_link_ptr()
5811 if (kvm_read_guest_offset_cached(vcpu->kvm, ghc, &hdr, in handle_vmptrld()
/linux-6.14.4/arch/x86/kvm/
Dx86.c13384 if (kvm_read_guest_offset_cached(vcpu->kvm, &vcpu->arch.apf.data, in apf_pageready_slot_free()