Lines Matching refs:pdc_cache_info

253 	DEFINE(ICACHE_BASE, offsetof(struct pdc_cache_info, ic_base));  in main()
254 DEFINE(ICACHE_STRIDE, offsetof(struct pdc_cache_info, ic_stride)); in main()
255 DEFINE(ICACHE_COUNT, offsetof(struct pdc_cache_info, ic_count)); in main()
256 DEFINE(ICACHE_LOOP, offsetof(struct pdc_cache_info, ic_loop)); in main()
257 DEFINE(DCACHE_BASE, offsetof(struct pdc_cache_info, dc_base)); in main()
258 DEFINE(DCACHE_STRIDE, offsetof(struct pdc_cache_info, dc_stride)); in main()
259 DEFINE(DCACHE_COUNT, offsetof(struct pdc_cache_info, dc_count)); in main()
260 DEFINE(DCACHE_LOOP, offsetof(struct pdc_cache_info, dc_loop)); in main()
261 DEFINE(ITLB_SID_BASE, offsetof(struct pdc_cache_info, it_sp_base)); in main()
262 DEFINE(ITLB_SID_STRIDE, offsetof(struct pdc_cache_info, it_sp_stride)); in main()
263 DEFINE(ITLB_SID_COUNT, offsetof(struct pdc_cache_info, it_sp_count)); in main()
264 DEFINE(ITLB_OFF_BASE, offsetof(struct pdc_cache_info, it_off_base)); in main()
265 DEFINE(ITLB_OFF_STRIDE, offsetof(struct pdc_cache_info, it_off_stride)); in main()
266 DEFINE(ITLB_OFF_COUNT, offsetof(struct pdc_cache_info, it_off_count)); in main()
267 DEFINE(ITLB_LOOP, offsetof(struct pdc_cache_info, it_loop)); in main()
268 DEFINE(DTLB_SID_BASE, offsetof(struct pdc_cache_info, dt_sp_base)); in main()
269 DEFINE(DTLB_SID_STRIDE, offsetof(struct pdc_cache_info, dt_sp_stride)); in main()
270 DEFINE(DTLB_SID_COUNT, offsetof(struct pdc_cache_info, dt_sp_count)); in main()
271 DEFINE(DTLB_OFF_BASE, offsetof(struct pdc_cache_info, dt_off_base)); in main()
272 DEFINE(DTLB_OFF_STRIDE, offsetof(struct pdc_cache_info, dt_off_stride)); in main()
273 DEFINE(DTLB_OFF_COUNT, offsetof(struct pdc_cache_info, dt_off_count)); in main()
274 DEFINE(DTLB_LOOP, offsetof(struct pdc_cache_info, dt_loop)); in main()