Lines Matching refs:pdc_cache_info
217 DEFINE(ICACHE_BASE, offsetof(struct pdc_cache_info, ic_base)); in main()
218 DEFINE(ICACHE_STRIDE, offsetof(struct pdc_cache_info, ic_stride)); in main()
219 DEFINE(ICACHE_COUNT, offsetof(struct pdc_cache_info, ic_count)); in main()
220 DEFINE(ICACHE_LOOP, offsetof(struct pdc_cache_info, ic_loop)); in main()
221 DEFINE(DCACHE_BASE, offsetof(struct pdc_cache_info, dc_base)); in main()
222 DEFINE(DCACHE_STRIDE, offsetof(struct pdc_cache_info, dc_stride)); in main()
223 DEFINE(DCACHE_COUNT, offsetof(struct pdc_cache_info, dc_count)); in main()
224 DEFINE(DCACHE_LOOP, offsetof(struct pdc_cache_info, dc_loop)); in main()
225 DEFINE(ITLB_SID_BASE, offsetof(struct pdc_cache_info, it_sp_base)); in main()
226 DEFINE(ITLB_SID_STRIDE, offsetof(struct pdc_cache_info, it_sp_stride)); in main()
227 DEFINE(ITLB_SID_COUNT, offsetof(struct pdc_cache_info, it_sp_count)); in main()
228 DEFINE(ITLB_OFF_BASE, offsetof(struct pdc_cache_info, it_off_base)); in main()
229 DEFINE(ITLB_OFF_STRIDE, offsetof(struct pdc_cache_info, it_off_stride)); in main()
230 DEFINE(ITLB_OFF_COUNT, offsetof(struct pdc_cache_info, it_off_count)); in main()
231 DEFINE(ITLB_LOOP, offsetof(struct pdc_cache_info, it_loop)); in main()
232 DEFINE(DTLB_SID_BASE, offsetof(struct pdc_cache_info, dt_sp_base)); in main()
233 DEFINE(DTLB_SID_STRIDE, offsetof(struct pdc_cache_info, dt_sp_stride)); in main()
234 DEFINE(DTLB_SID_COUNT, offsetof(struct pdc_cache_info, dt_sp_count)); in main()
235 DEFINE(DTLB_OFF_BASE, offsetof(struct pdc_cache_info, dt_off_base)); in main()
236 DEFINE(DTLB_OFF_STRIDE, offsetof(struct pdc_cache_info, dt_off_stride)); in main()
237 DEFINE(DTLB_OFF_COUNT, offsetof(struct pdc_cache_info, dt_off_count)); in main()
238 DEFINE(DTLB_LOOP, offsetof(struct pdc_cache_info, dt_loop)); in main()