Lines Matching refs:gva
219 gva_t gva, gfn_t gfn, unsigned access)
230 vcpu->arch.mmio_gva = mmu_is_nested(vcpu) ? 0 : gva & PAGE_MASK;
242 * Clear the mmio cache info for the given gva. If gva is MMIO_GVA_ANY, we
247 static inline void vcpu_clear_mmio_info(struct kvm_vcpu *vcpu, gva_t gva)
249 if (gva != MMIO_GVA_ANY && vcpu->arch.mmio_gva != (gva & PAGE_MASK))
255 static inline bool vcpu_match_mmio_gva(struct kvm_vcpu *vcpu, unsigned long gva)
258 vcpu->arch.mmio_gva == (gva & PAGE_MASK))
317 void kvm_fixup_and_inject_pf_error(struct kvm_vcpu *vcpu, gva_t gva, u16 error_code);
499 int kvm_handle_invpcid(struct kvm_vcpu *vcpu, unsigned long type, gva_t gva);