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

Go to the source code of this file.

Macros

#define COMMAND_LINE_SIZE   256
 
#define BOOT_PCB   0x20000000
 
#define BOOT_ADDR   0x20000000
 
#define BOOT_SIZE   (16*1024)
 
#define KERNEL_START_PHYS   0x1000000 /* required: Wildfire/Titan/Marvel */
 
#define KERNEL_START   (PAGE_OFFSET+KERNEL_START_PHYS)
 
#define SWAPPER_PGD   KERNEL_START
 
#define INIT_STACK   (PAGE_OFFSET+KERNEL_START_PHYS+0x02000)
 
#define EMPTY_PGT   (PAGE_OFFSET+KERNEL_START_PHYS+0x04000)
 
#define EMPTY_PGE   (PAGE_OFFSET+KERNEL_START_PHYS+0x08000)
 
#define ZERO_PGE   (PAGE_OFFSET+KERNEL_START_PHYS+0x0A000)
 
#define START_ADDR   (PAGE_OFFSET+KERNEL_START_PHYS+0x10000)
 
#define PARAM   ZERO_PGE
 
#define COMMAND_LINE   ((char*)(PARAM + 0x0000))
 
#define INITRD_START   (*(unsigned long *) (PARAM+0x100))
 
#define INITRD_SIZE   (*(unsigned long *) (PARAM+0x108))
 

Macro Definition Documentation

#define BOOT_ADDR   0x20000000

Definition at line 12 of file setup.h.

#define BOOT_PCB   0x20000000

Definition at line 11 of file setup.h.

#define BOOT_SIZE   (16*1024)

Definition at line 14 of file setup.h.

#define COMMAND_LINE   ((char*)(PARAM + 0x0000))

Definition at line 38 of file setup.h.

#define COMMAND_LINE_SIZE   256

Definition at line 4 of file setup.h.

#define EMPTY_PGE   (PAGE_OFFSET+KERNEL_START_PHYS+0x08000)

Definition at line 26 of file setup.h.

#define EMPTY_PGT   (PAGE_OFFSET+KERNEL_START_PHYS+0x04000)

Definition at line 25 of file setup.h.

#define INIT_STACK   (PAGE_OFFSET+KERNEL_START_PHYS+0x02000)

Definition at line 24 of file setup.h.

#define INITRD_SIZE   (*(unsigned long *) (PARAM+0x108))

Definition at line 40 of file setup.h.

#define INITRD_START   (*(unsigned long *) (PARAM+0x100))

Definition at line 39 of file setup.h.

#define KERNEL_START   (PAGE_OFFSET+KERNEL_START_PHYS)

Definition at line 22 of file setup.h.

#define KERNEL_START_PHYS   0x1000000 /* required: Wildfire/Titan/Marvel */

Definition at line 19 of file setup.h.

#define PARAM   ZERO_PGE

Definition at line 37 of file setup.h.

#define START_ADDR   (PAGE_OFFSET+KERNEL_START_PHYS+0x10000)

Definition at line 29 of file setup.h.

#define SWAPPER_PGD   KERNEL_START

Definition at line 23 of file setup.h.

#define ZERO_PGE   (PAGE_OFFSET+KERNEL_START_PHYS+0x0A000)

Definition at line 27 of file setup.h.