Lines Matching refs:gpa

1286 static inline void __invept(int ext, u64 eptp, gpa_t gpa)  in __invept()  argument
1289 u64 eptp, gpa; in __invept() member
1290 } operand = {eptp, gpa}; in __invept()
5880 gpa_t gpa; in handle_ept_violation() local
5910 gpa = vmcs_read64(GUEST_PHYSICAL_ADDRESS); in handle_ept_violation()
5911 trace_kvm_page_fault(gpa, exit_qualification); in handle_ept_violation()
5922 return kvm_mmu_page_fault(vcpu, gpa, error_code, NULL, 0); in handle_ept_violation()
5928 gpa_t gpa; in handle_ept_misconfig() local
5930 gpa = vmcs_read64(GUEST_PHYSICAL_ADDRESS); in handle_ept_misconfig()
5931 if (!kvm_io_bus_write(vcpu, KVM_FAST_MMIO_BUS, gpa, 0, NULL)) { in handle_ept_misconfig()
5933 trace_kvm_fast_mmio(gpa); in handle_ept_misconfig()
5937 ret = handle_mmio_page_fault(vcpu, gpa, true); in handle_ept_misconfig()
5939 return x86_emulate_instruction(vcpu, gpa, 0, NULL, 0) == in handle_ept_misconfig()
5943 return kvm_mmu_page_fault(vcpu, gpa, 0, NULL, 0); in handle_ept_misconfig()
7324 u64 eptp, gpa; in handle_invept() member
7886 u64 gpa; in vmx_flush_pml_buffer() local
7888 gpa = pml_buf[pml_idx]; in vmx_flush_pml_buffer()
7889 WARN_ON(gpa & (PAGE_SIZE - 1)); in vmx_flush_pml_buffer()
7890 kvm_vcpu_mark_page_dirty(vcpu, gpa >> PAGE_SHIFT); in vmx_flush_pml_buffer()
9382 static u32 nested_vmx_load_msr(struct kvm_vcpu *vcpu, u64 gpa, u32 count) in nested_vmx_load_msr() argument
9390 if (kvm_vcpu_read_guest(vcpu, gpa + i * sizeof(e), in nested_vmx_load_msr()
9394 __func__, i, gpa + i * sizeof(e)); in nested_vmx_load_msr()
9417 static int nested_vmx_store_msr(struct kvm_vcpu *vcpu, u64 gpa, u32 count) in nested_vmx_store_msr() argument
9425 gpa + i * sizeof(e), in nested_vmx_store_msr()
9429 __func__, i, gpa + i * sizeof(e)); in nested_vmx_store_msr()
9447 gpa + i * sizeof(e) + in nested_vmx_store_msr()