Searched refs:kvm_gpc_check (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/virt/kvm/ |
H A D | pfncache.c | 79 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 D | xen.c | 287 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 D | x86.c | 3109 while (!kvm_gpc_check(gpc, offset + sizeof(*guest_hv_clock))) { in kvm_setup_guest_pvclock()
|
/openbmc/linux/include/linux/ |
H A D | kvm_host.h | 1340 bool kvm_gpc_check(struct gfn_to_pfn_cache *gpc, unsigned long len);
|