Searched refs:gpc (Results 1 – 1 of 1) sorted by relevance
1359 void kvm_gpc_init(struct gfn_to_pfn_cache *gpc, struct kvm *kvm);1377 int kvm_gpc_activate(struct gfn_to_pfn_cache *gpc, gpa_t gpa, unsigned long len);1393 int kvm_gpc_activate_hva(struct gfn_to_pfn_cache *gpc, unsigned long hva, unsigned long len);1411 bool kvm_gpc_check(struct gfn_to_pfn_cache *gpc, unsigned long len);1429 int kvm_gpc_refresh(struct gfn_to_pfn_cache *gpc, unsigned long len);1439 void kvm_gpc_deactivate(struct gfn_to_pfn_cache *gpc);1441 static inline bool kvm_gpc_is_gpa_active(struct gfn_to_pfn_cache *gpc) in kvm_gpc_is_gpa_active() argument1443 return gpc->active && !kvm_is_error_gpa(gpc->gpa); in kvm_gpc_is_gpa_active()1446 static inline bool kvm_gpc_is_hva_active(struct gfn_to_pfn_cache *gpc) in kvm_gpc_is_hva_active() argument1448 return gpc->active && kvm_is_error_gpa(gpc->gpa); in kvm_gpc_is_hva_active()[all …]