Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | RESET_VEC_PHYS 0x1fc00000 |
#define | RESET_DATA_PHYS (RESET_VEC_PHYS + (1<<10)) |
#define | BOOT_THREAD_MODE 0 |
#define | BOOT_NMI_LOCK 4 |
#define | BOOT_NMI_HANDLER 8 |
Functions | |
void | nlm_smp_function_ipi_handler (unsigned int irq, struct irq_desc *desc) |
void | nlm_smp_resched_ipi_handler (unsigned int irq, struct irq_desc *desc) |
void | nlm_smp_irq_init (void) |
void | nlm_boot_secondary_cpus (void) |
int | nlm_wakeup_secondary_cpus (u32 wakeup_mask) |
void | nlm_rmiboot_preboot (void) |
unsigned int | nlm_get_cpu_frequency (void) |
Variables | |
struct plat_smp_ops | nlm_smp_ops |
char | nlm_reset_entry [] |
char | nlm_reset_entry_end [] |
unsigned long | nlm_common_ebase |
int | nlm_threads_per_core |
uint32_t | nlm_cpumask |
uint32_t | nlm_coremask |
#define RESET_DATA_PHYS (RESET_VEC_PHYS + (1<<10)) |
char nlm_reset_entry[] |
char nlm_reset_entry_end[] |
struct plat_smp_ops nlm_smp_ops |