Searched refs:shinfo_cache (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dxen.c40 struct gfn_to_pfn_cache *gpc = &kvm->arch.xen.shinfo_cache;
717 r = kvm->arch.xen.shinfo_cache.active ?
735 kvm_gpc_deactivate(&kvm->arch.xen.shinfo_cache);
738 r = kvm_gpc_activate(&kvm->arch.xen.shinfo_cache,
747 kvm_gpc_deactivate(&kvm->arch.xen.shinfo_cache);
750 r = kvm_gpc_activate_hva(&kvm->arch.xen.shinfo_cache,
757 if (!r && kvm->arch.xen.shinfo_cache.active)
816 if (kvm_gpc_is_gpa_active(&kvm->arch.xen.shinfo_cache))
817 data->u.shared_info.gfn = gpa_to_gfn(kvm->arch.xen.shinfo_cache.gpa);
824 if (kvm_gpc_is_hva_active(&kvm->arch.xen.shinfo_cache))
[all...]
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1170 struct gfn_to_pfn_cache shinfo_cache; member in struct:kvm_xen

Completed in 150 milliseconds