Searched defs:linux_romvec (Results 1 – 2 of 2) sorted by relevance
92 struct linux_romvec { struct93 char *pv_initsp;94 int (*pv_startmon)(void);96 int *diagberr;98 struct linux_arguments_v0 **pv_v0bootargs;99 unsigned *pv_sun3mem;101 unsigned char (*pv_getchar)(void);102 int (*pv_putchar)(int ch);103 int (*pv_nbgetchar)(void);104 int (*pv_nbputchar)(int ch);[all …]
189 struct linux_romvec { struct190 LONG load; /* Load an executable image. */191 LONG invoke; /* Invoke a standalong image. */192 LONG exec; /* Load and begin execution of a194 LONG halt; /* Halt the machine. */195 LONG pdown; /* Power down the machine. */196 LONG restart; /* XXX soft reset??? */197 LONG reboot; /* Reboot the machine. */198 LONG imode; /* Enter PROM interactive mode. */199 LONG _unused1; /* Was ReturnFromMain(). */[all …]