Searched refs:kvm_gpc_refresh (Results 1 - 4 of 4) sorted by relevance

/linux-master/virt/kvm/
H A Dpfncache.c358 int kvm_gpc_refresh(struct gfn_to_pfn_cache *gpc, unsigned long len) function
/linux-master/arch/x86/kvm/
H A Dxen.c52 ret = kvm_gpc_refresh(gpc, PAGE_SIZE);
391 if (kvm_gpc_refresh(gpc1, user_len1))
609 if (kvm_gpc_refresh(gpc, sizeof(struct vcpu_info)))
683 if (kvm_gpc_refresh(gpc, sizeof(struct vcpu_info))) {
1888 rc = kvm_gpc_refresh(gpc, PAGE_SIZE);
H A Dx86.c3174 if (kvm_gpc_refresh(gpc, offset + sizeof(*guest_hv_clock)))
/linux-master/include/linux/
H A Dkvm_host.h1386 * kvm_gpc_refresh - update a previously initialized cache.
1401 int kvm_gpc_refresh(struct gfn_to_pfn_cache *gpc, unsigned long len);

Completed in 301 milliseconds