Home
last modified time | relevance | path

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

/openbmc/linux/virt/kvm/
H A Dpfncache.c79 bool kvm_gpc_check(struct gfn_to_pfn_cache *gpc, unsigned long len) in kvm_gpc_check() function
97 EXPORT_SYMBOL_GPL(kvm_gpc_check);
/openbmc/linux/arch/x86/kvm/
H A Dxen.c287 while (!kvm_gpc_check(gpc1, user_len1)) { in kvm_xen_update_runstate_guest()
332 if (!kvm_gpc_check(gpc2, user_len2)) { in kvm_xen_update_runstate_guest()
512 while (!kvm_gpc_check(gpc, sizeof(struct vcpu_info))) { in kvm_xen_inject_pending_events()
575 while (!kvm_gpc_check(gpc, sizeof(struct vcpu_info))) { in __kvm_xen_has_interrupt()
1179 if (!kvm_gpc_check(gpc, PAGE_SIZE)) in wait_pending_event()
1583 if (!kvm_gpc_check(gpc, PAGE_SIZE)) in kvm_xen_set_evtchn_fast()
1617 if (!kvm_gpc_check(gpc, sizeof(struct vcpu_info))) { in kvm_xen_set_evtchn_fast()
H A Dx86.c3109 while (!kvm_gpc_check(gpc, offset + sizeof(*guest_hv_clock))) { in kvm_setup_guest_pvclock()
/openbmc/linux/include/linux/
H A Dkvm_host.h1340 bool kvm_gpc_check(struct gfn_to_pfn_cache *gpc, unsigned long len);