Lines Matching refs:cr2_or_gpa
8571 static bool reexecute_instruction(struct kvm_vcpu *vcpu, gpa_t cr2_or_gpa,
8574 gpa_t gpa = cr2_or_gpa;
8589 gpa = kvm_mmu_gva_to_gpa_write(vcpu, cr2_or_gpa, NULL);
8646 gpa_t cr2_or_gpa, int emulation_type)
8649 unsigned long last_retry_eip, last_retry_addr, gpa = cr2_or_gpa;
8679 if (ctxt->eip == last_retry_eip && last_retry_addr == cr2_or_gpa)
8683 vcpu->arch.last_retry_addr = cr2_or_gpa;
8686 gpa = kvm_mmu_gva_to_gpa_write(vcpu, cr2_or_gpa, NULL);
8884 int x86_emulate_instruction(struct kvm_vcpu *vcpu, gpa_t cr2_or_gpa,
8915 if (reexecute_instruction(vcpu, cr2_or_gpa,
8963 if (retry_instruction(ctxt, cr2_or_gpa, emulation_type))
8976 ctxt->exception.address = cr2_or_gpa;
8981 ctxt->gpa_val = cr2_or_gpa;
8994 if (reexecute_instruction(vcpu, cr2_or_gpa, emulation_type))
13125 trace_kvm_async_pf_not_present(work->arch.token, work->cr2_or_gpa);
13164 trace_kvm_async_pf_ready(work->arch.token, work->cr2_or_gpa);