Home
last modified time | relevance | path

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

/Linux-v6.6/virt/kvm/
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);
/Linux-v6.6/arch/x86/kvm/
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()
Dx86.c3106 while (!kvm_gpc_check(gpc, offset + sizeof(*guest_hv_clock))) { in kvm_setup_guest_pvclock()
/Linux-v6.6/include/linux/
Dkvm_host.h1340 bool kvm_gpc_check(struct gfn_to_pfn_cache *gpc, unsigned long len);