Searched refs:shinfo_cache (Results 1 – 2 of 2) sorted by relevance
35 struct gfn_to_pfn_cache *gpc = &kvm->arch.xen.shinfo_cache; in kvm_xen_shared_info_init()516 if (kvm->arch.xen.shinfo_cache.active) in kvm_xen_hvm_get_attr()517 data->u.shared_info.gfn = gpa_to_gfn(kvm->arch.xen.shinfo_cache.gpa); in kvm_xen_hvm_get_attr()969 struct gfn_to_pfn_cache *gpc = &kvm->arch.xen.shinfo_cache; in wait_pending_event()1345 struct gfn_to_pfn_cache *gpc = &kvm->arch.xen.shinfo_cache; in kvm_xen_set_evtchn_fast()1498 struct gfn_to_pfn_cache *gpc = &kvm->arch.xen.shinfo_cache; in kvm_xen_set_evtchn()1856 kvm_gpc_init(&kvm->arch.xen.shinfo_cache); in kvm_xen_init_vm()1864 kvm_gpc_deactivate(kvm, &kvm->arch.xen.shinfo_cache); in kvm_xen_destroy_vm()
1063 struct gfn_to_pfn_cache shinfo_cache; member