|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <asm/blackfin.h>#include <asm/cacheflush.h>#include <asm/cplb.h>#include <asm/cplbinit.h>#include <asm/mem_map.h>Go to the source code of this file.
Functions | |
| void __init | generate_cplb_tables_cpu (unsigned int cpu) |
| void __init | generate_cplb_tables_all (void) |
Variables | |
| struct cplb_entry icplb_tbl[NR_CPUS][MAX_CPLBS] | PDT_ATTR |
Definition at line 107 of file cplbinit.c.
Definition at line 29 of file cplbinit.c.
| int dcplb_nr_bounds PDT_ATTR |
Definition at line 17 of file cplbinit.c.
1.8.2