Searched defs:linux_romvec (Results 1 – 3 of 3) 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 …]
84 struct linux_romvec { struct86 unsigned int pv_magic_cookie;87 unsigned int pv_romvers;88 unsigned int pv_plugin_revision;89 unsigned int pv_printrev;92 struct linux_mem_v0 pv_v0mem;95 struct linux_nodeops *pv_nodeops;97 char **pv_bootstr;98 struct linux_dev_v0_funcs pv_v0devops;100 char *pv_stdin;[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 …]