Home | History | Annotate | Download | only in mboot

Lines Matching defs:oreg

51     com32sys_t ireg, oreg;
58 __intcall(0x12, &__com32_zero_regs, &oreg);
59 *dosmem = oreg.eax.w[0] << 10;
92 __intcall(0x15, &ireg, &oreg);
94 if ((oreg.eflags.l & EFLAGS_CF) ||
95 (oreg.eax.l != 0x534d4150) || (oreg.ecx.l < 20))
113 ireg.ebx.l = oreg.ebx.l;
114 } while (oreg.ebx.l);
129 __intcall(0x15, &ireg, &oreg);
131 if (!(oreg.eflags.l & EFLAGS_CF) && oreg.ecx.w[0]) {
134 ard[1].Length = oreg.ecx.w[0] << 10;
137 if (oreg.edx.w[0]) {
140 ard[2].Length = oreg.edx.w[0] << 16;
153 __intcall(0x15, &ireg, &oreg);
154 if (!(oreg.eflags.l & EFLAGS_CF) && oreg.eax.w[0]) {
157 ard[1].Length = oreg.ecx.w[0] << 10;