Home | History | Annotate | Download | only in sysdump

Lines Matching defs:oreg

20     com32sys_t ireg, oreg;
39 __intcall(0x15, &ireg, &oreg);
40 if ((oreg.eflags.l & EFLAGS_CF) ||
41 oreg.eax.l != 0x534d4150)
52 buf[nentry].len = oreg.ecx.l;
55 ireg.ebx.l = oreg.ebx.l;
67 com32sys_t ireg, oreg;
72 __intcall(0x12, &ireg, &oreg);
73 cpio_writefile(be, "memmap/12", &oreg, sizeof oreg);
77 __intcall(0x15, &ireg, &oreg);
78 cpio_writefile(be, "memmap/1588", &oreg, sizeof oreg);
82 __intcall(0x15, &ireg, &oreg);
83 cpio_writefile(be, "memmap/15e801", &oreg, sizeof oreg);