Home
last modified time | relevance | path

Searched refs:PDT_ATTR (Results 1 – 3 of 3) sorted by relevance

/arch/blackfin/kernel/cplb-nompu/
Dcplbinit.c17 struct cplb_entry icplb_tbl[NR_CPUS][MAX_CPLBS] PDT_ATTR;
18 struct cplb_entry dcplb_tbl[NR_CPUS][MAX_CPLBS] PDT_ATTR;
20 int first_switched_icplb PDT_ATTR; variable
21 int first_switched_dcplb PDT_ATTR; variable
23 struct cplb_boundary dcplb_bounds[9] PDT_ATTR;
24 struct cplb_boundary icplb_bounds[9] PDT_ATTR;
26 int icplb_nr_bounds PDT_ATTR; variable
27 int dcplb_nr_bounds PDT_ATTR; variable
Dcplbmgr.c68 static int icplb_rr_index[NR_CPUS] PDT_ATTR;
69 static int dcplb_rr_index[NR_CPUS] PDT_ATTR;
/arch/blackfin/include/asm/
Dcplbinit.h17 # define PDT_ATTR __attribute__((l1_data)) macro
19 # define PDT_ATTR macro