Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
octeon_boot.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Data Structures

struct  boot_init_vector
 
struct  linux_app_boot_info
 

Macros

#define AVAIL_COREMASK_OFFSET_IN_LINUX_APP_BOOT_BLOCK   0x765c
 
#define LABI_ADDR_IN_BOOTLOADER   0x700
 
#define LINUX_APP_BOOT_BLOCK_NAME   "linux-app-boot"
 
#define LABI_SIGNATURE   0xAABBCC01
 
#define EXCEPTION_BASE_INCR   (4 * 1024)
 
#define EXCEPTION_BASE_BASE   0
 
#define BOOTLOADER_PRIV_DATA_BASE   (EXCEPTION_BASE_BASE + 0x800)
 
#define BOOTLOADER_BOOT_VECTOR   (BOOTLOADER_PRIV_DATA_BASE)
 

Macro Definition Documentation

#define AVAIL_COREMASK_OFFSET_IN_LINUX_APP_BOOT_BLOCK   0x765c

Definition at line 56 of file octeon_boot.h.

#define BOOTLOADER_BOOT_VECTOR   (BOOTLOADER_PRIV_DATA_BASE)

Definition at line 70 of file octeon_boot.h.

#define BOOTLOADER_PRIV_DATA_BASE   (EXCEPTION_BASE_BASE + 0x800)

Definition at line 69 of file octeon_boot.h.

#define EXCEPTION_BASE_BASE   0

Definition at line 68 of file octeon_boot.h.

#define EXCEPTION_BASE_INCR   (4 * 1024)

Definition at line 66 of file octeon_boot.h.

#define LABI_ADDR_IN_BOOTLOADER   0x700

Definition at line 59 of file octeon_boot.h.

#define LABI_SIGNATURE   0xAABBCC01

Definition at line 63 of file octeon_boot.h.

#define LINUX_APP_BOOT_BLOCK_NAME   "linux-app-boot"

Definition at line 61 of file octeon_boot.h.