Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dxen.c49 while (!kvm_gpc_check(gpc, PAGE_SIZE)) { in kvm_xen_shared_info_init()
162 while (!kvm_gpc_check(gpc, offset + sizeof(*hv_clock))) { in xen_get_guest_pvclock()
432 while (!kvm_gpc_check(gpc1, user_len1)) { in kvm_xen_update_runstate_guest()
477 if (!kvm_gpc_check(gpc2, user_len2)) { in kvm_xen_update_runstate_guest()
654 while (!kvm_gpc_check(gpc, sizeof(struct vcpu_info))) { in kvm_xen_inject_pending_events()
717 while (!kvm_gpc_check(gpc, sizeof(struct vcpu_info))) { in __kvm_xen_has_interrupt()
1445 if (!kvm_gpc_check(gpc, PAGE_SIZE)) in wait_pending_event()
1820 if (!kvm_gpc_check(gpc, PAGE_SIZE)) in kvm_xen_set_evtchn_fast()
1854 if (!kvm_gpc_check(gpc, sizeof(struct vcpu_info))) { in kvm_xen_set_evtchn_fast()
H A Dx86.c3276 while (!kvm_gpc_check(gpc, offset + sizeof(*guest_hv_clock))) { in kvm_setup_guest_pvclock()
/linux/virt/kvm/
H A Dpfncache.c73 bool kvm_gpc_check(struct gfn_to_pfn_cache *gpc, unsigned long len) in kvm_gpc_check() function
/linux/include/linux/
H A Dkvm_host.h1483 bool kvm_gpc_check(struct gfn_to_pfn_cache *gpc, unsigned long len);