Searched refs:gfn_to_pfn_cache (Results 1 – 2 of 2) sorted by relevance
60 struct gfn_to_pfn_cache { struct
1409 void kvm_gpc_init(struct gfn_to_pfn_cache *gpc, struct kvm *kvm);1427 int kvm_gpc_activate(struct gfn_to_pfn_cache *gpc, gpa_t gpa, unsigned long len);1443 int kvm_gpc_activate_hva(struct gfn_to_pfn_cache *gpc, unsigned long hva, unsigned long len);1461 bool kvm_gpc_check(struct gfn_to_pfn_cache *gpc, unsigned long len);1479 int kvm_gpc_refresh(struct gfn_to_pfn_cache *gpc, unsigned long len);1489 void kvm_gpc_deactivate(struct gfn_to_pfn_cache *gpc);1491 static inline bool kvm_gpc_is_gpa_active(struct gfn_to_pfn_cache *gpc) in kvm_gpc_is_gpa_active()1496 static inline bool kvm_gpc_is_hva_active(struct gfn_to_pfn_cache *gpc) in kvm_gpc_is_hva_active()1895 static inline void kvm_gpc_mark_dirty_in_slot(struct gfn_to_pfn_cache *gpc) in kvm_gpc_mark_dirty_in_slot()
Completed in 14 milliseconds