Home
last modified time | relevance | path

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

/linux-6.3-rc2/virt/kvm/
A 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-6.3-rc2/include/linux/
A Dkvm_types.h65 struct gfn_to_pfn_cache { struct
A Dkvm_host.h1279 void kvm_gpc_init(struct gfn_to_pfn_cache *gpc, struct kvm *kvm,
1298 int kvm_gpc_activate(struct gfn_to_pfn_cache *gpc, gpa_t gpa, unsigned long len);
1316 bool kvm_gpc_check(struct gfn_to_pfn_cache *gpc, unsigned long len);
1334 int kvm_gpc_refresh(struct gfn_to_pfn_cache *gpc, unsigned long len);
1344 void kvm_gpc_deactivate(struct gfn_to_pfn_cache *gpc);
/linux-6.3-rc2/arch/x86/include/asm/
A Dkvm_host.h690 struct gfn_to_pfn_cache vcpu_info_cache;
691 struct gfn_to_pfn_cache vcpu_time_info_cache;
692 struct gfn_to_pfn_cache runstate_cache;
693 struct gfn_to_pfn_cache runstate2_cache;
849 struct gfn_to_pfn_cache pv_time;
1136 struct gfn_to_pfn_cache shinfo_cache;
/linux-6.3-rc2/arch/x86/kvm/
A 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()
A Dx86.c3053 struct gfn_to_pfn_cache *gpc, in kvm_setup_guest_pvclock()

Completed in 44 milliseconds