Home
last modified time | relevance | path

Searched refs:gfn_to_pfn_cache (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/virt/kvm/
Dpfncache.c29 struct gfn_to_pfn_cache *gpc; in gfn_to_pfn_cache_invalidate_start()
79 bool kvm_gpc_check(struct gfn_to_pfn_cache *gpc, unsigned long len) in kvm_gpc_check()
140 static kvm_pfn_t hva_to_pfn_retry(struct gfn_to_pfn_cache *gpc) in hva_to_pfn_retry()
239 static int __kvm_gpc_refresh(struct gfn_to_pfn_cache *gpc, gpa_t gpa, in __kvm_gpc_refresh()
334 int kvm_gpc_refresh(struct gfn_to_pfn_cache *gpc, unsigned long len) in kvm_gpc_refresh()
340 void kvm_gpc_init(struct gfn_to_pfn_cache *gpc, struct kvm *kvm, in kvm_gpc_init()
357 int kvm_gpc_activate(struct gfn_to_pfn_cache *gpc, gpa_t gpa, unsigned long len) in kvm_gpc_activate()
382 void kvm_gpc_deactivate(struct gfn_to_pfn_cache *gpc) in kvm_gpc_deactivate()
/Linux-v6.6/include/linux/
Dkvm_types.h65 struct gfn_to_pfn_cache { struct
Dkvm_host.h1303 void kvm_gpc_init(struct gfn_to_pfn_cache *gpc, struct kvm *kvm,
1322 int kvm_gpc_activate(struct gfn_to_pfn_cache *gpc, gpa_t gpa, unsigned long len);
1340 bool kvm_gpc_check(struct gfn_to_pfn_cache *gpc, unsigned long len);
1358 int kvm_gpc_refresh(struct gfn_to_pfn_cache *gpc, unsigned long len);
1368 void kvm_gpc_deactivate(struct gfn_to_pfn_cache *gpc);
/Linux-v6.6/arch/x86/include/asm/
Dkvm_host.h687 struct gfn_to_pfn_cache vcpu_info_cache;
688 struct gfn_to_pfn_cache vcpu_time_info_cache;
689 struct gfn_to_pfn_cache runstate_cache;
690 struct gfn_to_pfn_cache runstate2_cache;
864 struct gfn_to_pfn_cache pv_time;
1135 struct gfn_to_pfn_cache shinfo_cache;
/Linux-v6.6/arch/x86/kvm/
Dxen.c39 struct gfn_to_pfn_cache *gpc = &kvm->arch.xen.shinfo_cache; in kvm_xen_shared_info_init()
179 struct gfn_to_pfn_cache *gpc1 = &vx->runstate_cache; in kvm_xen_update_runstate_guest()
180 struct gfn_to_pfn_cache *gpc2 = &vx->runstate2_cache; in kvm_xen_update_runstate_guest()
500 struct gfn_to_pfn_cache *gpc = &v->arch.xen.vcpu_info_cache; in kvm_xen_inject_pending_events()
557 struct gfn_to_pfn_cache *gpc = &v->arch.xen.vcpu_info_cache; in __kvm_xen_has_interrupt()
1171 struct gfn_to_pfn_cache *gpc = &kvm->arch.xen.shinfo_cache; in wait_pending_event()
1554 struct gfn_to_pfn_cache *gpc = &kvm->arch.xen.shinfo_cache; in kvm_xen_set_evtchn_fast()
1699 struct gfn_to_pfn_cache *gpc = &kvm->arch.xen.shinfo_cache; in kvm_xen_set_evtchn()
Dx86.c3098 struct gfn_to_pfn_cache *gpc, in kvm_setup_guest_pvclock()