Lines Matching refs:sregs
247 void X86API BE_callRealMode(uint seg, uint off, RMREGS * regs, RMSREGS * sregs) in BE_callRealMode() argument
255 M.x86.R_DS = sregs->ds; in BE_callRealMode()
256 M.x86.R_ES = sregs->es; in BE_callRealMode()
257 M.x86.R_FS = sregs->fs; in BE_callRealMode()
258 M.x86.R_GS = sregs->gs; in BE_callRealMode()
281 sregs->ds = M.x86.R_DS; in BE_callRealMode()
282 sregs->es = M.x86.R_ES; in BE_callRealMode()
283 sregs->fs = M.x86.R_FS; in BE_callRealMode()
284 sregs->gs = M.x86.R_GS; in BE_callRealMode()
338 int X86API BE_int86x(int intno, RMREGS * in, RMREGS * out, RMSREGS * sregs) in BE_int86x() argument
346 M.x86.R_DS = sregs->ds; in BE_int86x()
347 M.x86.R_ES = sregs->es; in BE_int86x()
348 M.x86.R_FS = sregs->fs; in BE_int86x()
349 M.x86.R_GS = sregs->gs; in BE_int86x()
367 sregs->ds = M.x86.R_DS; in BE_int86x()
368 sregs->es = M.x86.R_ES; in BE_int86x()
369 sregs->fs = M.x86.R_FS; in BE_int86x()
370 sregs->gs = M.x86.R_GS; in BE_int86x()