Lines Matching defs:gfn
123 static inline gfn_t gfn_to_index(gfn_t gfn, gfn_t base_gfn, int level)
126 return (gfn >> KVM_HPAGE_GFN_SHIFT(level)) -
757 * Indicates the guest is trying to write a gfn that contains one or
764 * (zaps) the shadow page for the target gfn and resumes the guest to
766 * gfn doesn't allow forward progress for a self-changing access because
767 * doing so also zaps the translation for the gfn, i.e. retrying the
1191 u64 (*get_mt_mask)(struct kvm_vcpu *vcpu, gfn_t gfn, bool is_mmio);
1324 gfn_t gfn;
1512 gfn_t gfn, void *data, int offset, int len,
1540 int kvm_mmu_unprotect_page(struct kvm *kvm, gfn_t gfn);
1704 extern bool kvm_find_async_pf_gfn(struct kvm_vcpu *vcpu, gfn_t gfn);