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

/linux-master/virt/kvm/
H A Dpfncache.c419 int kvm_gpc_activate(struct gfn_to_pfn_cache *gpc, gpa_t gpa, unsigned long len) function
/linux-master/arch/x86/kvm/
H A Dxen.c438 * Use kvm_gpc_activate() here because if the runstate
443 if (kvm_gpc_activate(gpc2, gpc1->gpa + user_len1,
738 r = kvm_gpc_activate(&kvm->arch.xen.shinfo_cache,
881 r = kvm_gpc_activate(&vcpu->arch.xen.vcpu_info_cache,
906 r = kvm_gpc_activate(&vcpu->arch.xen.vcpu_time_info_cache,
940 r = kvm_gpc_activate(&vcpu->arch.xen.runstate_cache,
951 r = kvm_gpc_activate(&vcpu->arch.xen.runstate2_cache,
H A Dx86.c2371 kvm_gpc_activate(&vcpu->arch.pv_time, system_time & ~1ULL,
/linux-master/include/linux/
H A Dkvm_host.h1334 * kvm_gpc_activate - prepare a cached kernel mapping and HPA for a given guest
1349 int kvm_gpc_activate(struct gfn_to_pfn_cache *gpc, gpa_t gpa, unsigned long len);
1362 * The semantics of this function are the same as those of kvm_gpc_activate(). It

Completed in 294 milliseconds