Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
os_info.c File Reference
#include <linux/crash_dump.h>
#include <linux/kernel.h>
#include <asm/checksum.h>
#include <asm/lowcore.h>
#include <asm/os_info.h>

Go to the source code of this file.

Macros

#define KMSG_COMPONENT   "os_info"
 
#define pr_fmt(fmt)   KMSG_COMPONENT ": " fmt
 

Functions

u32 os_info_csum (struct os_info *os_info)
 
void os_info_crashkernel_add (unsigned long base, unsigned long size)
 
void os_info_entry_add (int nr, void *ptr, u64 size)
 
void __init os_info_init (void)
 

Macro Definition Documentation

#define KMSG_COMPONENT   "os_info"

Definition at line 8 of file os_info.c.

#define pr_fmt (   fmt)    KMSG_COMPONENT ": " fmt

Definition at line 9 of file os_info.c.

Function Documentation

void os_info_crashkernel_add ( unsigned long  base,
unsigned long  size 
)

Definition at line 34 of file os_info.c.

u32 os_info_csum ( struct os_info os_info)

Definition at line 25 of file os_info.c.

void os_info_entry_add ( int  nr,
void ptr,
u64  size 
)

Definition at line 44 of file os_info.c.

void __init os_info_init ( void  )

Definition at line 55 of file os_info.c.