Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <asm/addrspace.h>
Go to the source code of this file.
Data Structures | |
struct | memmap |
Functions | |
void | prom_meminit (u32) |
void | prom_identify_arch (u32) |
void | prom_init_cmdline (s32, s32 *, u32) |
void | register_prom_console (void) |
void | unregister_prom_console (void) |
Variables | |
int(* | __rex_bootinit )(void) |
int(* | __rex_bootread )(void) |
int(* | __rex_getbitmap )(memmap *) |
unsigned long *(* | __rex_slot_address )(int) |
void *(* | __rex_gettcinfo )(void) |
int(* | __rex_getsysid )(void) |
void(* | __rex_clear_cache )(void) |
int(* | __prom_getchar )(void) |
char *(* | __prom_getenv )(char *) |
int(* | __prom_printf )(char *,...) |
int(* | __pmax_open )(char *, int) |
int(* | __pmax_lseek )(int, long, int) |
int(* | __pmax_read )(int, void *, int) |
int(* | __pmax_close )(int) |
#define pmax_close __pmax_close |
#define pmax_lseek __pmax_lseek |
#define pmax_open __pmax_open |
#define PMAX_PROM_AUTOBOOT PMAX_PROM_ENTRY(5) /* valid on MIPSen */ |
#define PMAX_PROM_CLOSE PMAX_PROM_ENTRY(10) |
#define PMAX_PROM_GETCHAR PMAX_PROM_ENTRY(12) |
#define PMAX_PROM_GETENV PMAX_PROM_ENTRY(33) /* valid on MIPSen */ |
#define PMAX_PROM_GETS PMAX_PROM_ENTRY(15) |
#define PMAX_PROM_HALT PMAX_PROM_ENTRY(2) /* valid on MIPSen */ |
#define PMAX_PROM_LSEEK PMAX_PROM_ENTRY(11) |
#define PMAX_PROM_OPEN PMAX_PROM_ENTRY(6) |
#define PMAX_PROM_PRINTF PMAX_PROM_ENTRY(17) |
#define PMAX_PROM_PUTCHAR PMAX_PROM_ENTRY(13) /* 12 on MIPSen */ |
#define PMAX_PROM_READ PMAX_PROM_ENTRY(7) |
#define pmax_read __pmax_read |
#define prom_getchar __prom_getchar |
#define prom_getenv __prom_getenv |
#define prom_is_rex | ( | magic | ) | ((magic) == REX_PROM_MAGIC) |
#define prom_printf __prom_printf |
#define rex_bootinit __rex_bootinit |
#define rex_bootread __rex_bootread |
#define rex_clear_cache __rex_clear_cache |
#define rex_getbitmap __rex_getbitmap |
#define rex_getsysid __rex_getsysid |
#define rex_gettcinfo __rex_gettcinfo |
#define rex_slot_address __rex_slot_address |
#define VEC_RESET (u64 *)CKSEG1ADDR(0x1fc00000) |
Definition at line 114 of file identify.c.