kvm_gpc_init
kvm_gpc_init(&vcpu->arch.pv_time, vcpu->kvm);
kvm_gpc_init(&vcpu->arch.xen.runstate_cache, vcpu->kvm);
kvm_gpc_init(&vcpu->arch.xen.runstate2_cache, vcpu->kvm);
kvm_gpc_init(&vcpu->arch.xen.vcpu_info_cache, vcpu->kvm);
kvm_gpc_init(&vcpu->arch.xen.vcpu_time_info_cache, vcpu->kvm);
kvm_gpc_init(&kvm->arch.xen.shinfo_cache, kvm);
void kvm_gpc_init(struct gfn_to_pfn_cache *gpc, struct kvm *kvm);