Linux Kernel
3.7.1
|
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) |
#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.
int scm_set_boot_addr | ( | phys_addr_t | addr, |
int | flags | ||
) |
Definition at line 27 of file scm-boot.c.