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

Go to the source code of this file.

Macros

#define SCM_BOOT_ADDR   0x1
 
#define SCM_FLAG_COLDBOOT_CPU1   0x1
 
#define SCM_FLAG_WARMBOOT_CPU1   0x2
 
#define SCM_FLAG_WARMBOOT_CPU0   0x4
 

Functions

int scm_set_boot_addr (phys_addr_t addr, int flags)
 

Macro Definition Documentation

#define SCM_BOOT_ADDR   0x1

Definition at line 15 of file scm-boot.h.

#define SCM_FLAG_COLDBOOT_CPU1   0x1

Definition at line 16 of file scm-boot.h.

#define SCM_FLAG_WARMBOOT_CPU0   0x4

Definition at line 18 of file scm-boot.h.

#define SCM_FLAG_WARMBOOT_CPU1   0x2

Definition at line 17 of file scm-boot.h.

Function Documentation

int scm_set_boot_addr ( phys_addr_t  addr,
int  flags 
)

Definition at line 27 of file scm-boot.c.