Searched refs:gfn_to_pfn_cache (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/virt/kvm/ |
D | pfncache.c | 29 struct gfn_to_pfn_cache *gpc; in gfn_to_pfn_cache_invalidate_start() 79 bool kvm_gfn_to_pfn_cache_check(struct kvm *kvm, struct gfn_to_pfn_cache *gpc, in kvm_gfn_to_pfn_cache_check() 142 static kvm_pfn_t hva_to_pfn_retry(struct kvm *kvm, struct gfn_to_pfn_cache *gpc) in hva_to_pfn_retry() 241 int kvm_gfn_to_pfn_cache_refresh(struct kvm *kvm, struct gfn_to_pfn_cache *gpc, in kvm_gfn_to_pfn_cache_refresh() 338 void kvm_gfn_to_pfn_cache_unmap(struct kvm *kvm, struct gfn_to_pfn_cache *gpc) in kvm_gfn_to_pfn_cache_unmap() 365 void kvm_gpc_init(struct gfn_to_pfn_cache *gpc) in kvm_gpc_init() 372 int kvm_gpc_activate(struct kvm *kvm, struct gfn_to_pfn_cache *gpc, in kvm_gpc_activate() 403 void kvm_gpc_deactivate(struct kvm *kvm, struct gfn_to_pfn_cache *gpc) in kvm_gpc_deactivate()
|
/Linux-v6.1/include/linux/ |
D | kvm_types.h | 65 struct gfn_to_pfn_cache { struct
|
D | kvm_host.h | 1251 void kvm_gpc_init(struct gfn_to_pfn_cache *gpc); 1279 int kvm_gpc_activate(struct kvm *kvm, struct gfn_to_pfn_cache *gpc, 1301 bool kvm_gfn_to_pfn_cache_check(struct kvm *kvm, struct gfn_to_pfn_cache *gpc, 1322 int kvm_gfn_to_pfn_cache_refresh(struct kvm *kvm, struct gfn_to_pfn_cache *gpc, 1335 void kvm_gfn_to_pfn_cache_unmap(struct kvm *kvm, struct gfn_to_pfn_cache *gpc); 1346 void kvm_gpc_deactivate(struct kvm *kvm, struct gfn_to_pfn_cache *gpc);
|
/Linux-v6.1/arch/x86/kvm/ |
D | xen.c | 35 struct gfn_to_pfn_cache *gpc = &kvm->arch.xen.shinfo_cache; in kvm_xen_shared_info_init() 204 struct gfn_to_pfn_cache *gpc = &vx->runstate_cache; in kvm_xen_update_runstate_guest() 343 struct gfn_to_pfn_cache *gpc = &v->arch.xen.vcpu_info_cache; in kvm_xen_inject_pending_events() 402 struct gfn_to_pfn_cache *gpc = &v->arch.xen.vcpu_info_cache; in __kvm_xen_has_interrupt() 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()
|
D | x86.c | 3030 struct gfn_to_pfn_cache *gpc, in kvm_setup_guest_pvclock()
|
/Linux-v6.1/arch/x86/include/asm/ |
D | kvm_host.h | 633 struct gfn_to_pfn_cache vcpu_info_cache; 634 struct gfn_to_pfn_cache vcpu_time_info_cache; 635 struct gfn_to_pfn_cache runstate_cache; 790 struct gfn_to_pfn_cache pv_time; 1063 struct gfn_to_pfn_cache shinfo_cache;
|