Home
last modified time | relevance | path

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

/Linux-v6.6/arch/m68k/include/asm/
Dopenprom.h92 struct linux_romvec { struct
93 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 …]
/Linux-v6.6/arch/sparc/include/asm/
Dopenprom.h84 struct linux_romvec { struct
86 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 …]
/Linux-v6.6/arch/mips/include/asm/
Dsgiarcs.h189 struct linux_romvec { struct
190 LONG load; /* Load an executable image. */
191 LONG invoke; /* Invoke a standalong image. */
192 LONG exec; /* Load and begin execution of a
194 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 …]