Lines Matching refs:e
249 M.x86.R_EAX = regs->e.eax; in BE_callRealMode()
250 M.x86.R_EBX = regs->e.ebx; in BE_callRealMode()
251 M.x86.R_ECX = regs->e.ecx; in BE_callRealMode()
252 M.x86.R_EDX = regs->e.edx; in BE_callRealMode()
253 M.x86.R_ESI = regs->e.esi; in BE_callRealMode()
254 M.x86.R_EDI = regs->e.edi; in BE_callRealMode()
274 regs->e.cflag = M.x86.R_EFLG & F_CF; in BE_callRealMode()
275 regs->e.eax = M.x86.R_EAX; in BE_callRealMode()
276 regs->e.ebx = M.x86.R_EBX; in BE_callRealMode()
277 regs->e.ecx = M.x86.R_ECX; in BE_callRealMode()
278 regs->e.edx = M.x86.R_EDX; in BE_callRealMode()
279 regs->e.esi = M.x86.R_ESI; in BE_callRealMode()
280 regs->e.edi = M.x86.R_EDI; in BE_callRealMode()
300 M.x86.R_EAX = in->e.eax; in BE_int86()
301 M.x86.R_EBX = in->e.ebx; in BE_int86()
302 M.x86.R_ECX = in->e.ecx; in BE_int86()
303 M.x86.R_EDX = in->e.edx; in BE_int86()
304 M.x86.R_ESI = in->e.esi; in BE_int86()
305 M.x86.R_EDI = in->e.edi; in BE_int86()
316 out->e.cflag = M.x86.R_EFLG & F_CF; in BE_int86()
317 out->e.eax = M.x86.R_EAX; in BE_int86()
318 out->e.ebx = M.x86.R_EBX; in BE_int86()
319 out->e.ecx = M.x86.R_ECX; in BE_int86()
320 out->e.edx = M.x86.R_EDX; in BE_int86()
321 out->e.esi = M.x86.R_ESI; in BE_int86()
322 out->e.edi = M.x86.R_EDI; in BE_int86()
340 M.x86.R_EAX = in->e.eax; in BE_int86x()
341 M.x86.R_EBX = in->e.ebx; in BE_int86x()
342 M.x86.R_ECX = in->e.ecx; in BE_int86x()
343 M.x86.R_EDX = in->e.edx; in BE_int86x()
344 M.x86.R_ESI = in->e.esi; in BE_int86x()
345 M.x86.R_EDI = in->e.edi; in BE_int86x()
360 out->e.cflag = M.x86.R_EFLG & F_CF; in BE_int86x()
361 out->e.eax = M.x86.R_EAX; in BE_int86x()
362 out->e.ebx = M.x86.R_EBX; in BE_int86x()
363 out->e.ecx = M.x86.R_ECX; in BE_int86x()
364 out->e.edx = M.x86.R_EDX; in BE_int86x()
365 out->e.esi = M.x86.R_ESI; in BE_int86x()
366 out->e.edi = M.x86.R_EDI; in BE_int86x()