Searched defs:linux_romvec (Results 1 – 3 of 3) sorted by relevance
91 struct linux_romvec { struct92 char *pv_initsp;93 int (*pv_startmon)(void);95 int *diagberr;97 struct linux_arguments_v0 **pv_v0bootargs;98 unsigned *pv_sun3mem;100 unsigned char (*pv_getchar)(void);101 int (*pv_putchar)(int ch);102 int (*pv_nbgetchar)(void);103 int (*pv_nbputchar)(int ch);[all …]
81 struct linux_romvec { struct83 unsigned int pv_magic_cookie;84 unsigned int pv_romvers;85 unsigned int pv_plugin_revision;86 unsigned int pv_printrev;89 struct linux_mem_v0 pv_v0mem;92 struct linux_nodeops *pv_nodeops;94 char **pv_bootstr;95 struct linux_dev_v0_funcs pv_v0devops;97 char *pv_stdin;[all …]
187 struct linux_romvec { struct188 LONG load; /* Load an executable image. */189 LONG invoke; /* Invoke a standalong image. */190 LONG exec; /* Load and begin execution of a192 LONG halt; /* Halt the machine. */193 LONG pdown; /* Power down the machine. */194 LONG restart; /* XXX soft reset??? */195 LONG reboot; /* Reboot the machine. */196 LONG imode; /* Enter PROM interactive mode. */197 LONG _unused1; /* Was ReturnFromMain(). */[all …]