Home
last modified time | relevance | path

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

/include/linux/
A Dkvm_types.h60 struct gfn_to_pfn_cache { struct
A Dkvm_host.h1409 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