Lines Matching defs:handled
1575 * feature MSRs, but are handled separately to allow expedited lookups.
7248 int handled = 0;
7257 handled += n;
7263 return handled;
7268 int handled = 0;
7279 handled += n;
7285 return handled;
7662 int handled, ret;
7688 * Is this MMIO handled locally?
7690 handled = ops->read_write_mmio(vcpu, gpa, bytes, val);
7691 if (handled == bytes)
7694 gpa += handled;
7695 bytes -= handled;
7696 val += handled;
10118 * Exceptions that morph to VM-Exits are handled above, and pending
12105 /* All GPRs except RDX (handled below) are zeroed on RESET/INIT. */
13356 * KVM_EXIT_INTERNAL_ERROR for cases not currently handled by KVM. Return value
13372 * while handling a VMX instruction KVM could've handled the request
13492 int handled;
13498 handled = write_emultor.read_write_mmio(vcpu, gpa, bytes, data);
13499 if (handled == bytes)
13502 bytes -= handled;
13503 gpa += handled;
13504 data += handled;
13531 int handled;
13537 handled = read_emultor.read_write_mmio(vcpu, gpa, bytes, data);
13538 if (handled == bytes)
13541 bytes -= handled;
13542 gpa += handled;
13543 data += handled;