Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | secondary_data |
Macros | |
#define | raw_smp_processor_id() (current_thread_info()->cpu) |
Functions | |
void | show_ipi_list (struct seq_file *p, int prec) |
void | handle_IPI (int ipinr, struct pt_regs *regs) |
void | smp_init_cpus (void) |
void | set_smp_cross_call (void(*)(const struct cpumask *, unsigned int)) |
asmlinkage void | secondary_start_kernel (void) |
void | secondary_holding_pen (void) |
void | arch_send_call_function_single_ipi (int cpu) |
void | arch_send_call_function_ipi_mask (const struct cpumask *mask) |
Variables | |
struct secondary_data | secondary_data |
volatile unsigned long | secondary_holding_pen_release |
#define raw_smp_processor_id | ( | ) | (current_thread_info()->cpu) |
asmlinkage void secondary_start_kernel | ( | void | ) |