Lines Matching refs:pdc_cache_info
235 DEFINE(ICACHE_BASE, offsetof(struct pdc_cache_info, ic_base)); in main()
236 DEFINE(ICACHE_STRIDE, offsetof(struct pdc_cache_info, ic_stride)); in main()
237 DEFINE(ICACHE_COUNT, offsetof(struct pdc_cache_info, ic_count)); in main()
238 DEFINE(ICACHE_LOOP, offsetof(struct pdc_cache_info, ic_loop)); in main()
239 DEFINE(DCACHE_BASE, offsetof(struct pdc_cache_info, dc_base)); in main()
240 DEFINE(DCACHE_STRIDE, offsetof(struct pdc_cache_info, dc_stride)); in main()
241 DEFINE(DCACHE_COUNT, offsetof(struct pdc_cache_info, dc_count)); in main()
242 DEFINE(DCACHE_LOOP, offsetof(struct pdc_cache_info, dc_loop)); in main()
243 DEFINE(ITLB_SID_BASE, offsetof(struct pdc_cache_info, it_sp_base)); in main()
244 DEFINE(ITLB_SID_STRIDE, offsetof(struct pdc_cache_info, it_sp_stride)); in main()
245 DEFINE(ITLB_SID_COUNT, offsetof(struct pdc_cache_info, it_sp_count)); in main()
246 DEFINE(ITLB_OFF_BASE, offsetof(struct pdc_cache_info, it_off_base)); in main()
247 DEFINE(ITLB_OFF_STRIDE, offsetof(struct pdc_cache_info, it_off_stride)); in main()
248 DEFINE(ITLB_OFF_COUNT, offsetof(struct pdc_cache_info, it_off_count)); in main()
249 DEFINE(ITLB_LOOP, offsetof(struct pdc_cache_info, it_loop)); in main()
250 DEFINE(DTLB_SID_BASE, offsetof(struct pdc_cache_info, dt_sp_base)); in main()
251 DEFINE(DTLB_SID_STRIDE, offsetof(struct pdc_cache_info, dt_sp_stride)); in main()
252 DEFINE(DTLB_SID_COUNT, offsetof(struct pdc_cache_info, dt_sp_count)); in main()
253 DEFINE(DTLB_OFF_BASE, offsetof(struct pdc_cache_info, dt_off_base)); in main()
254 DEFINE(DTLB_OFF_STRIDE, offsetof(struct pdc_cache_info, dt_off_stride)); in main()
255 DEFINE(DTLB_OFF_COUNT, offsetof(struct pdc_cache_info, dt_off_count)); in main()
256 DEFINE(DTLB_LOOP, offsetof(struct pdc_cache_info, dt_loop)); in main()