Searched refs:PDT_ATTR (Results 1 – 3 of 3) sorted by relevance
17 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; variable21 int first_switched_dcplb PDT_ATTR; variable23 struct cplb_boundary dcplb_bounds[9] PDT_ATTR;24 struct cplb_boundary icplb_bounds[9] PDT_ATTR;26 int icplb_nr_bounds PDT_ATTR; variable27 int dcplb_nr_bounds PDT_ATTR; variable
68 static int icplb_rr_index[NR_CPUS] PDT_ATTR;69 static int dcplb_rr_index[NR_CPUS] PDT_ATTR;
17 # define PDT_ATTR __attribute__((l1_data)) macro19 # define PDT_ATTR macro