Home
last modified time | relevance | path

Searched defs:linux_romvec (Results 1 – 3 of 3) sorted by relevance

/arch/m68k/include/asm/
Dopenprom.h91 struct linux_romvec { struct
92 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 …]
/arch/sparc/include/asm/
Dopenprom.h81 struct linux_romvec { struct
83 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 …]
/arch/mips/include/asm/
Dsgiarcs.h187 struct linux_romvec { struct
188 LONG load; /* Load an executable image. */
189 LONG invoke; /* Invoke a standalong image. */
190 LONG exec; /* Load and begin execution of a
192 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 …]