Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | cplb_entry |
struct | cplb_boundary |
Macros | |
#define | PDT_ATTR |
Functions | |
void | bfin_icache_init (struct cplb_entry *icplb_tbl) |
void | bfin_dcache_init (struct cplb_entry *icplb_tbl) |
int dcplb_nr_bounds PDT_ATTR |
Definition at line 19 of file cplbinit.h.
void bfin_dcache_init | ( | struct cplb_entry * | icplb_tbl | ) |
void bfin_icache_init | ( | struct cplb_entry * | icplb_tbl | ) |
struct cplb_boundary dcplb_bounds |
Definition at line 23 of file cplbinit.c.
int dcplb_nr_bounds |
struct cplb_entry dcplb_tbl |
Definition at line 18 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_boundary icplb_bounds |
Definition at line 24 of file cplbinit.c.
int icplb_nr_bounds |
struct cplb_entry icplb_tbl[NR_CPUS][MAX_CPLBS] |
Definition at line 16 of file cplbinit.c.