Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/
Dxen.c240 kvm_read_guest_offset_cached(v->kvm, ghc, &rc, offset, in __kvm_xen_has_interrupt()
Dx86.c2836 if (unlikely(kvm_read_guest_offset_cached(v->kvm, cache, in kvm_setup_pvclock_page()
11927 if (kvm_read_guest_offset_cached(vcpu->kvm, &vcpu->arch.apf.data, in apf_pageready_slot_free()
/Linux-v5.15/include/linux/
Dkvm_host.h876 int kvm_read_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
/Linux-v5.15/virt/kvm/
Dkvm_main.c3017 int kvm_read_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc, in kvm_read_guest_offset_cached() function
3044 EXPORT_SYMBOL_GPL(kvm_read_guest_offset_cached);
3049 return kvm_read_guest_offset_cached(kvm, ghc, data, 0, len); in kvm_read_guest_cached()