gfn_to_pfn_cache
struct gfn_to_pfn_cache shinfo_cache;
struct gfn_to_pfn_cache vcpu_info_cache;
struct gfn_to_pfn_cache vcpu_time_info_cache;
struct gfn_to_pfn_cache runstate_cache;
struct gfn_to_pfn_cache runstate2_cache;
struct gfn_to_pfn_cache pv_time;
struct gfn_to_pfn_cache *gpc,
struct gfn_to_pfn_cache *gpc = &kvm->arch.xen.shinfo_cache;
struct gfn_to_pfn_cache *gpc,
struct gfn_to_pfn_cache *gpc = &kvm->arch.xen.shinfo_cache;
struct gfn_to_pfn_cache *gpc = &kvm->arch.xen.shinfo_cache;
struct gfn_to_pfn_cache *gpc1 = &vx->runstate_cache;
struct gfn_to_pfn_cache *gpc2 = &vx->runstate2_cache;
struct gfn_to_pfn_cache *gpc = &kvm->arch.xen.shinfo_cache;
struct gfn_to_pfn_cache *gpc = &v->arch.xen.vcpu_info_cache;
struct gfn_to_pfn_cache *gpc = &v->arch.xen.vcpu_info_cache;
void kvm_gpc_init(struct gfn_to_pfn_cache *gpc, struct kvm *kvm);
int kvm_gpc_activate(struct gfn_to_pfn_cache *gpc, gpa_t gpa, unsigned long len);
int kvm_gpc_activate_hva(struct gfn_to_pfn_cache *gpc, unsigned long hva, unsigned long len);
bool kvm_gpc_check(struct gfn_to_pfn_cache *gpc, unsigned long len);
int kvm_gpc_refresh(struct gfn_to_pfn_cache *gpc, unsigned long len);
void kvm_gpc_deactivate(struct gfn_to_pfn_cache *gpc);
static inline bool kvm_gpc_is_gpa_active(struct gfn_to_pfn_cache *gpc)
static inline bool kvm_gpc_is_hva_active(struct gfn_to_pfn_cache *gpc)
static inline void kvm_gpc_mark_dirty_in_slot(struct gfn_to_pfn_cache *gpc)
static kvm_pfn_t hva_to_pfn_retry(struct gfn_to_pfn_cache *gpc)
static int __kvm_gpc_refresh(struct gfn_to_pfn_cache *gpc, gpa_t gpa, unsigned long uhva)
struct gfn_to_pfn_cache *gpc;
int kvm_gpc_refresh(struct gfn_to_pfn_cache *gpc, unsigned long len)
void kvm_gpc_init(struct gfn_to_pfn_cache *gpc, struct kvm *kvm)
static int __kvm_gpc_activate(struct gfn_to_pfn_cache *gpc, gpa_t gpa, unsigned long uhva,
int kvm_gpc_activate(struct gfn_to_pfn_cache *gpc, gpa_t gpa, unsigned long len)
int kvm_gpc_activate_hva(struct gfn_to_pfn_cache *gpc, unsigned long uhva, unsigned long len)
void kvm_gpc_deactivate(struct gfn_to_pfn_cache *gpc)
bool kvm_gpc_check(struct gfn_to_pfn_cache *gpc, unsigned long len)