Lines Matching refs:ireg
51 com32sys_t ireg, oreg; in mboot_scan_memory() local
82 memset(&ireg, 0, sizeof ireg); in mboot_scan_memory()
83 ireg.eax.l = 0xe820; in mboot_scan_memory()
84 ireg.edx.l = 0x534d4150; in mboot_scan_memory()
86 ireg.ecx.l = sizeof(*e820buf); in mboot_scan_memory()
87 ireg.es = SEG(e820buf); in mboot_scan_memory()
88 ireg.edi.w[0] = OFFS(e820buf); in mboot_scan_memory()
92 __intcall(0x15, &ireg, &oreg); in mboot_scan_memory()
113 ireg.ebx.l = oreg.ebx.l; in mboot_scan_memory()
127 memset(&ireg, 0, sizeof ireg); in mboot_scan_memory()
128 ireg.eax.w[0] = 0xe801; in mboot_scan_memory()
129 __intcall(0x15, &ireg, &oreg); in mboot_scan_memory()
151 memset(&ireg, 0, sizeof ireg); in mboot_scan_memory()
152 ireg.eax.w[0] = 0x8800; in mboot_scan_memory()
153 __intcall(0x15, &ireg, &oreg); in mboot_scan_memory()