Searched refs:sregs (Results 1 – 3 of 3) sorted by relevance
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()346 M.x86.R_DS = sregs->ds; in BE_int86x()347 M.x86.R_ES = sregs->es; in BE_int86x()[all …]
242 RMSREGS sregs; in PCI_doBIOSPOST() local252 memset(&sregs, 0, sizeof(sregs)); in PCI_doBIOSPOST()265 BE_callRealMode(0xC000, 0x0003, ®s, &sregs); in PCI_doBIOSPOST()
296 RMSREGS * sregs);299 RMSREGS * sregs);334 RMSREGS * sregs);337 RMSREGS * sregs);
Completed in 6 milliseconds