Home
last modified time | relevance | path

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

/linux-6.12.1/virt/kvm/
Dkvm_main.c3530 int kvm_read_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_read_guest_offset_cached() function
3558 EXPORT_SYMBOL_GPL(kvm_read_guest_offset_cached);
3563 return kvm_read_guest_offset_cached(kvm, ghc, data, 0, len); in kvm_read_guest_cached()
/linux-6.12.1/include/linux/
Dkvm_host.h1249 int kvm_read_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
/linux-6.12.1/arch/x86/kvm/vmx/
Dnested.c3100 if (CC(kvm_read_guest_offset_cached(vcpu->kvm, ghc, &hdr, in nested_vmx_check_vmcs_link_ptr()
5777 if (kvm_read_guest_offset_cached(vcpu->kvm, ghc, &hdr, in handle_vmptrld()
/linux-6.12.1/arch/x86/kvm/
Dx86.c13364 if (kvm_read_guest_offset_cached(vcpu->kvm, &vcpu->arch.apf.data, in apf_pageready_slot_free()