Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | os_info_entry |
struct | os_info |
Macros | |
#define | OS_INFO_VERSION_MAJOR 1 |
#define | OS_INFO_VERSION_MINOR 1 |
#define | OS_INFO_MAGIC 0x4f53494e464f535aULL /* OSINFOSZ */ |
#define | OS_INFO_VMCOREINFO 0 |
#define | OS_INFO_REIPL_BLOCK 1 |
Functions | |
void | os_info_init (void) |
void | os_info_entry_add (int nr, void *ptr, u64 len) |
void | os_info_crashkernel_add (unsigned long base, unsigned long size) |
u32 | os_info_csum (struct os_info *os_info) |
Variables | |
struct os_info_entry | __packed |