#include <linux/smp.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/irq.h>
#include <linux/module.h>
#include <asm/cacheflush.h>
Go to the source code of this file.
EXPORT_SYMBOL |
( |
smp_topology |
| ) |
|
void flush_icache_range |
( |
unsigned long |
start, |
|
|
unsigned long |
end |
|
) |
| |
flush_icache_range - Globally flush dcache and invalidate icache for region : The starting virtual address of the region. : The ending virtual address of the region.
This is used by the kernel to globally flush some code it has just written from the dcache back to RAM and then to globally invalidate the icache over that region so that that code can be run on all CPUs in the system.
Definition at line 167 of file smp.c.
void send_IPI_allbutself |
( |
int |
tag | ) |
|
Definition at line 82 of file smp.c.
Definition at line 65 of file smp.c.
Definition at line 55 of file smp.c.
void smp_send_reschedule |
( |
int |
cpu | ) |
|
Definition at line 24 of file smp.c.