|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/kernel.h>#include <linux/sched.h>#include <linux/smp.h>#include <linux/mm.h>#include <linux/bitops.h>#include <linux/cpu.h>#include <linux/io.h>#include <asm/bcache.h>#include <asm/bootinfo.h>#include <asm/cacheops.h>#include <asm/cpu-features.h>#include <asm/page.h>#include <asm/pgtable.h>#include <asm/r4kcache.h>#include <asm/traps.h>#include <asm/mmu_context.h>#include <asm/war.h>#include <asm/octeon/octeon.h>Go to the source code of this file.
Functions | |
| void __cpuinit | octeon_cache_init (void) |
| asmlinkage void | cache_parity_error_octeon_recoverable (void) |
| asmlinkage void | cache_parity_error_octeon_non_recoverable (void) |
Variables | |
| unsigned long long | cache_err_dcache [NR_CPUS] |
| asmlinkage void cache_parity_error_octeon_non_recoverable | ( | void | ) |
Called when the the exception is not recoverable
Definition at line 326 of file c-octeon.c.
| asmlinkage void cache_parity_error_octeon_recoverable | ( | void | ) |
Called when the the exception is recoverable
Definition at line 317 of file c-octeon.c.
Setup the Octeon cache flush routines
Definition at line 262 of file c-octeon.c.
Definition at line 30 of file c-octeon.c.
1.8.2