|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | bp_tag |
| struct | meminfo |
| struct | sysmem_info |
Macros | |
| #define | BP_VERSION 0x0001 |
| #define | BP_TAG_COMMAND_LINE 0x1001 /* command line (0-terminated string)*/ |
| #define | BP_TAG_INITRD 0x1002 /* ramdisk addr and size (bp_meminfo) */ |
| #define | BP_TAG_MEMORY 0x1003 /* memory addr and size (bp_meminfo) */ |
| #define | BP_TAG_SERIAL_BAUSRATE 0x1004 /* baud rate of current console. */ |
| #define | BP_TAG_SERIAL_PORT 0x1005 /* serial device of current console */ |
| #define | BP_TAG_FIRST 0x7B0B /* first tag with a version number */ |
| #define | BP_TAG_LAST 0x7E0B /* last tag */ |
| #define | SYSMEM_BANKS_MAX 5 |
| #define | MEMORY_TYPE_CONVENTIONAL 0x1000 |
| #define | MEMORY_TYPE_NONE 0x2000 |
Typedefs | |
| typedef struct bp_tag | bp_tag_t |
| typedef struct meminfo | meminfo_t |
| typedef struct sysmem_info | sysmem_info_t |
Variables | |
| sysmem_info_t | sysmem |
| #define BP_TAG_COMMAND_LINE 0x1001 /* command line (0-terminated string)*/ |
Definition at line 20 of file bootparam.h.
| #define BP_TAG_FIRST 0x7B0B /* first tag with a version number */ |
Definition at line 26 of file bootparam.h.
| #define BP_TAG_INITRD 0x1002 /* ramdisk addr and size (bp_meminfo) */ |
Definition at line 21 of file bootparam.h.
| #define BP_TAG_LAST 0x7E0B /* last tag */ |
Definition at line 27 of file bootparam.h.
| #define BP_TAG_MEMORY 0x1003 /* memory addr and size (bp_meminfo) */ |
Definition at line 22 of file bootparam.h.
| #define BP_TAG_SERIAL_BAUSRATE 0x1004 /* baud rate of current console. */ |
Definition at line 23 of file bootparam.h.
| #define BP_TAG_SERIAL_PORT 0x1005 /* serial device of current console */ |
Definition at line 24 of file bootparam.h.
| #define BP_VERSION 0x0001 |
Definition at line 18 of file bootparam.h.
| #define MEMORY_TYPE_CONVENTIONAL 0x1000 |
Definition at line 47 of file bootparam.h.
| #define MEMORY_TYPE_NONE 0x2000 |
Definition at line 48 of file bootparam.h.
| #define SYSMEM_BANKS_MAX 5 |
Definition at line 45 of file bootparam.h.
| typedef struct sysmem_info sysmem_info_t |
| sysmem_info_t sysmem |
1.8.2