Lines Matching defs:address
790 true, fault->address);
793 fault->address);
806 * Invalidate the TLB entry for the faulting address, if it exists,
811 kvm_mmu_invalidate_addr(vcpu, fault_mmu, fault->address,
1861 * non-canonical address is written on Intel but not on
1866 * value on AMD. Making the address canonical ensures that
7966 static void emulator_invlpg(struct x86_emulate_ctxt *ctxt, ulong address)
7968 kvm_mmu_invlpg(emul_to_vcpu(ctxt), address);
8663 * last retried eip and the last fault address, if we meet the eip
8664 * and the address again, we can break out of the potential infinite
8975 /* Save the faulting GPA (cr2) in the address field */
8976 ctxt->exception.address = cr2_or_gpa;
8984 /* Sanitize the address out of an abundance of paranoia. */
8985 ctxt->exception.address = 0;
10813 * care about the messed up debug address registers. But if
11326 sregs->idt.base = dt.address;
11329 sregs->gdt.base = dt.address;
11522 dt.address = sregs->idt.base;
11525 dt.address = sregs->gdt.base;
11726 * Translate a guest virtual address to a guest physical address.
12427 * address, i.e. its accessibility is not guaranteed, and must be
12603 * If the gfn and userspace address are not aligned wrt each
13134 fault.address = work->arch.token;
13347 fault.address = gva;