Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
boot.h File Reference

Go to the source code of this file.

Macros

#define __val(x)   (x)
 
#define DECOMPRESS_OFFSET_BASE   __val(0x00900000)
 
#define BOOT_RELOC_SIZE   __val(0x00001000)
 
#define KERNEL_EXEC_ADDR   __val(CONFIG_MEMORY_START)
 
#define KERNEL_DECOMPRESS_ADDR
 
#define KERNEL_ENTRY   __val(CONFIG_MEMORY_START + 0x1000)
 
#define BOOT_EXEC_ADDR   __val(CONFIG_MEMORY_START)
 
#define BOOT_RELOC_ADDR   __val(CONFIG_MEMORY_START + DECOMPRESS_OFFSET_BASE)
 

Macro Definition Documentation

#define __val (   x)    (x)

Definition at line 47 of file boot.h.

#define BOOT_EXEC_ADDR   __val(CONFIG_MEMORY_START)

Definition at line 58 of file boot.h.

#define BOOT_RELOC_ADDR   __val(CONFIG_MEMORY_START + DECOMPRESS_OFFSET_BASE)

Definition at line 59 of file boot.h.

#define BOOT_RELOC_SIZE   __val(0x00001000)

Definition at line 51 of file boot.h.

#define DECOMPRESS_OFFSET_BASE   __val(0x00900000)

Definition at line 50 of file boot.h.

#define KERNEL_DECOMPRESS_ADDR
Value:
__val(CONFIG_MEMORY_START + \

Definition at line 54 of file boot.h.

#define KERNEL_ENTRY   __val(CONFIG_MEMORY_START + 0x1000)

Definition at line 56 of file boot.h.

#define KERNEL_EXEC_ADDR   __val(CONFIG_MEMORY_START)

Definition at line 53 of file boot.h.