Lines Matching refs:EDOM
193 * + -EDOM is reserved to identify for cases in which no register
209 case -EDOM:
461 return -EDOM;
486 return -EDOM;
497 return -EDOM;
526 * referenced by the instruction, the value will be set to -EDOM.
556 -EDOM,
557 -EDOM,
558 -EDOM,
559 -EDOM,
568 *offs2 = -EDOM;
584 *offs1 = -EDOM;
834 * cases, the returned value can be -EDOM to indicate that the particular value
996 * -EDOM means that we must ignore the address_offset. In such a case,
1000 if (*regoff == -EDOM) {
1070 if (addr_offset1 != -EDOM)
1073 if (addr_offset2 != -EDOM)
1144 * decoding the SIB byte. Except -EDOM, which means that the registers
1147 if (*base_offset == -EDOM)
1154 if (indx_offset == -EDOM)