|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <asm/blackfin.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] |
| struct cplb_entry | dcplb_tbl [NR_CPUS][MAX_CPLBS] |
| int | first_switched_icplb |
| int | first_switched_dcplb |
| int | first_mask_dcplb |
Definition at line 100 of file cplbinit.c.
Definition at line 22 of file cplbinit.c.
| struct cplb_entry dcplb_tbl[NR_CPUS][MAX_CPLBS] |
Definition at line 17 of file cplbinit.c.
| int first_mask_dcplb |
Definition at line 20 of file cplbinit.c.
| int first_switched_dcplb |
Definition at line 19 of file cplbinit.c.
| int first_switched_icplb |
Definition at line 19 of file cplbinit.c.
| struct cplb_entry icplb_tbl[NR_CPUS][MAX_CPLBS] |
Definition at line 16 of file cplbinit.c.
1.8.2