#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/kernel_stat.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/err.h>
#include <linux/threads.h>
#include <linux/smp.h>
#include <linux/interrupt.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/spinlock.h>
#include <linux/irq.h>
#include <linux/cache.h>
#include <linux/profile.h>
#include <linux/bitops.h>
#include <linux/cpu.h>
#include <asm/hwrpb.h>
#include <asm/ptrace.h>
#include <linux/atomic.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/pgtable.h>
#include <asm/pgalloc.h>
#include <asm/mmu_context.h>
#include <asm/tlbflush.h>
#include "proto.h"
#include "irq_impl.h"
Go to the source code of this file.
|
enum | ipi_message_type {
IPI_RESCHEDULE,
IPI_CALL_FUNC,
IPI_CALL_FUNC_SINGLE,
IPI_CPU_STOP,
BFIN_IPI_TIMER,
BFIN_IPI_RESCHEDULE,
BFIN_IPI_CALL_FUNC,
BFIN_IPI_CALL_FUNC_SINGLE,
BFIN_IPI_CPU_STOP,
IPI_NOP = 0,
IPI_RESCHEDULE = 1,
IPI_CALL_FUNC,
IPI_CALL_FUNC_SINGLE,
IPI_CPU_STOP,
IPI_TIMER,
IPI_NOP =0,
IPI_RESCHEDULE =1,
IPI_CALL_FUNC,
IPI_CALL_FUNC_SINGLE,
IPI_CPU_START,
IPI_CPU_STOP,
IPI_CPU_TEST
} |
|
Definition at line 51 of file smp.c.
Definition at line 47 of file smp.c.
- Enumerator:
IPI_RESCHEDULE |
|
IPI_CALL_FUNC |
|
IPI_CALL_FUNC_SINGLE |
|
IPI_CPU_STOP |
|
BFIN_IPI_TIMER |
|
BFIN_IPI_RESCHEDULE |
|
BFIN_IPI_CALL_FUNC |
|
BFIN_IPI_CALL_FUNC_SINGLE |
|
BFIN_IPI_CPU_STOP |
|
IPI_NOP |
|
IPI_RESCHEDULE |
|
IPI_CALL_FUNC |
|
IPI_CALL_FUNC_SINGLE |
|
IPI_CPU_STOP |
|
IPI_TIMER |
|
IPI_NOP |
|
IPI_RESCHEDULE |
|
IPI_CALL_FUNC |
|
IPI_CALL_FUNC_SINGLE |
|
IPI_CPU_START |
|
IPI_CPU_STOP |
|
IPI_CPU_TEST |
|
Definition at line 63 of file smp.c.
void arch_send_call_function_single_ipi |
( |
int |
cpu | ) |
|
int setup_profiling_timer |
( |
unsigned int |
multiplier | ) |
|
smp_callin - Set cpu_callin_map of the current CPU ID
Definition at line 120 of file smp.c.
void smp_send_reschedule |
( |
int |
cpu | ) |
|
Definition at line 60 of file smp.c.
Definition at line 55 of file smp.c.
Definition at line 74 of file smp.c.
Definition at line 73 of file smp.c.