Home | History | Annotate | Download | only in core

Lines Matching defs:oreg

153 	com32sys_t ireg, oreg;
159 __intcall(0x16, &ireg, &oreg);
161 if (!(oreg.eflags.l & EFLAGS_ZF))
206 com32sys_t ireg, oreg;
210 memset(&oreg, 0, sizeof(oreg));
215 __intcall(0x16, &ireg, &oreg);
217 if (oreg.eflags.l & EFLAGS_ZF) {
250 __intcall(0x16, &ireg, &oreg);
252 data = oreg.eax.b[0];
253 *hi = oreg.eax.b[1];