Home
last modified time | relevance | path

Searched refs:sregs (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/bios_emulator/
H A Dbiosemu.c247 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
[all …]
H A Datibios.c238 RMSREGS sregs; in PCI_doBIOSPOST() local
248 memset(&sregs, 0, sizeof(sregs)); in PCI_doBIOSPOST()
261 BE_callRealMode(0xC000, 0x0003, &regs, &sregs); in PCI_doBIOSPOST()
/rk3399_rockchip-uboot/drivers/bios_emulator/include/
H A Dbiosemu.h296 RMSREGS * sregs);
299 RMSREGS * sregs);
334 RMSREGS * sregs);
337 RMSREGS * sregs);