Lines Matching defs:gva
165 gva_t gva, gfn_t gfn, unsigned access)
176 vcpu->arch.mmio_gva = mmu_is_nested(vcpu) ? 0 : gva & PAGE_MASK;
188 * Clear the mmio cache info for the given gva. If gva is MMIO_GVA_ANY, we
193 static inline void vcpu_clear_mmio_info(struct kvm_vcpu *vcpu, gva_t gva)
195 if (gva != MMIO_GVA_ANY && vcpu->arch.mmio_gva != (gva & PAGE_MASK))
201 static inline bool vcpu_match_mmio_gva(struct kvm_vcpu *vcpu, unsigned long gva)
204 vcpu->arch.mmio_gva == (gva & PAGE_MASK))
269 void kvm_fixup_and_inject_pf_error(struct kvm_vcpu *vcpu, gva_t gva, u16 error_code);
373 int kvm_handle_invpcid(struct kvm_vcpu *vcpu, unsigned long type, gva_t gva);