Lines Matching defs:handled
6044 int handled = 0;
6053 handled += n;
6059 return handled;
6064 int handled = 0;
6075 handled += n;
6081 return handled;
6451 int handled, ret;
6477 * Is this MMIO handled locally?
6479 handled = ops->read_write_mmio(vcpu, gpa, bytes, val);
6480 if (handled == bytes)
6483 gpa += handled;
6484 bytes -= handled;
6485 val += handled;
11514 * KVM_EXIT_INTERNAL_ERROR for cases not currently handled by KVM. Return value
11527 * while handling a VMX instruction KVM could've handled the request