Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/
H A Dbiosemu.h276 } RMSREGS; typedef
296 RMSREGS * sregs);
299 RMSREGS * sregs);
334 RMSREGS * sregs);
337 RMSREGS * sregs);
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/
H A Dbiosemu.c247 void X86API BE_callRealMode(uint seg, uint off, RMREGS * regs, RMSREGS * sregs) in BE_callRealMode()
338 int X86API BE_int86x(int intno, RMREGS * in, RMREGS * out, RMSREGS * sregs) in BE_int86x()
H A Datibios.c238 RMSREGS sregs; in PCI_doBIOSPOST()