Symbol: gfn_to_pfn_cache
arch/x86/include/asm/kvm_host.h
1264
struct gfn_to_pfn_cache shinfo_cache;
arch/x86/include/asm/kvm_host.h
767
struct gfn_to_pfn_cache vcpu_info_cache;
arch/x86/include/asm/kvm_host.h
768
struct gfn_to_pfn_cache vcpu_time_info_cache;
arch/x86/include/asm/kvm_host.h
769
struct gfn_to_pfn_cache runstate_cache;
arch/x86/include/asm/kvm_host.h
770
struct gfn_to_pfn_cache runstate2_cache;
arch/x86/include/asm/kvm_host.h
977
struct gfn_to_pfn_cache pv_time;
arch/x86/kvm/x86.c
3244
struct gfn_to_pfn_cache *gpc,
arch/x86/kvm/xen.c
1437
struct gfn_to_pfn_cache *gpc = &kvm->arch.xen.shinfo_cache;
arch/x86/kvm/xen.c
155
struct gfn_to_pfn_cache *gpc,
arch/x86/kvm/xen.c
1797
struct gfn_to_pfn_cache *gpc = &kvm->arch.xen.shinfo_cache;
arch/x86/kvm/xen.c
1937
struct gfn_to_pfn_cache *gpc = &kvm->arch.xen.shinfo_cache;
arch/x86/kvm/xen.c
324
struct gfn_to_pfn_cache *gpc1 = &vx->runstate_cache;
arch/x86/kvm/xen.c
325
struct gfn_to_pfn_cache *gpc2 = &vx->runstate2_cache;
arch/x86/kvm/xen.c
40
struct gfn_to_pfn_cache *gpc = &kvm->arch.xen.shinfo_cache;
arch/x86/kvm/xen.c
642
struct gfn_to_pfn_cache *gpc = &v->arch.xen.vcpu_info_cache;
arch/x86/kvm/xen.c
699
struct gfn_to_pfn_cache *gpc = &v->arch.xen.vcpu_info_cache;
include/linux/kvm_host.h
1439
void kvm_gpc_init(struct gfn_to_pfn_cache *gpc, struct kvm *kvm);
include/linux/kvm_host.h
1457
int kvm_gpc_activate(struct gfn_to_pfn_cache *gpc, gpa_t gpa, unsigned long len);
include/linux/kvm_host.h
1473
int kvm_gpc_activate_hva(struct gfn_to_pfn_cache *gpc, unsigned long hva, unsigned long len);
include/linux/kvm_host.h
1491
bool kvm_gpc_check(struct gfn_to_pfn_cache *gpc, unsigned long len);
include/linux/kvm_host.h
1509
int kvm_gpc_refresh(struct gfn_to_pfn_cache *gpc, unsigned long len);
include/linux/kvm_host.h
1519
void kvm_gpc_deactivate(struct gfn_to_pfn_cache *gpc);
include/linux/kvm_host.h
1521
static inline bool kvm_gpc_is_gpa_active(struct gfn_to_pfn_cache *gpc)
include/linux/kvm_host.h
1526
static inline bool kvm_gpc_is_hva_active(struct gfn_to_pfn_cache *gpc)
include/linux/kvm_host.h
1946
static inline void kvm_gpc_mark_dirty_in_slot(struct gfn_to_pfn_cache *gpc)
virt/kvm/pfncache.c
155
static kvm_pfn_t hva_to_pfn_retry(struct gfn_to_pfn_cache *gpc)
virt/kvm/pfncache.c
256
static int __kvm_gpc_refresh(struct gfn_to_pfn_cache *gpc, gpa_t gpa, unsigned long uhva)
virt/kvm/pfncache.c
28
struct gfn_to_pfn_cache *gpc;
virt/kvm/pfncache.c
366
int kvm_gpc_refresh(struct gfn_to_pfn_cache *gpc, unsigned long len)
virt/kvm/pfncache.c
385
void kvm_gpc_init(struct gfn_to_pfn_cache *gpc, struct kvm *kvm)
virt/kvm/pfncache.c
397
static int __kvm_gpc_activate(struct gfn_to_pfn_cache *gpc, gpa_t gpa, unsigned long uhva,
virt/kvm/pfncache.c
427
int kvm_gpc_activate(struct gfn_to_pfn_cache *gpc, gpa_t gpa, unsigned long len)
virt/kvm/pfncache.c
439
int kvm_gpc_activate_hva(struct gfn_to_pfn_cache *gpc, unsigned long uhva, unsigned long len)
virt/kvm/pfncache.c
447
void kvm_gpc_deactivate(struct gfn_to_pfn_cache *gpc)
virt/kvm/pfncache.c
73
bool kvm_gpc_check(struct gfn_to_pfn_cache *gpc, unsigned long len)