Searched refs:kvm_read_guest_offset_cached (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/arch/x86/kvm/ |
D | xen.c | 240 kvm_read_guest_offset_cached(v->kvm, ghc, &rc, offset, in __kvm_xen_has_interrupt()
|
D | x86.c | 2836 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/ |
D | kvm_host.h | 876 int kvm_read_guest_offset_cached(struct kvm *kvm, struct gfn_to_hva_cache *ghc,
|
/Linux-v5.15/virt/kvm/ |
D | kvm_main.c | 3017 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()
|