Lines Matching defs:pdc_cache
414 struct pdc_cache { /* PDC_CACHE */ struct
416 u_int ic_size; /* size of I-cache (in bytes) */
417 struct cache_cf ic_conf;/* cache configuration (see above) */
418 u_int ic_base; /* start addr of I-cache (for FICE flush) */
419 u_int ic_stride; /* addr incr per i_count iteration (flush) */
420 u_int ic_count; /* number of i_loop iterations (flush) */
421 u_int ic_loop; /* number of FICE's per addr stride (flush) */
423 u_int dc_size; /* size of D-cache (in bytes) */
424 struct cache_cf dc_conf;/* cache configuration (see above) */
425 u_int dc_base; /* start addr of D-cache (for FDCE flush) */
426 u_int dc_stride; /* addr incr per d_count iteration (flush) */
427 u_int dc_count; /* number of d_loop iterations (flush) */
428 u_int dc_loop; /* number of FDCE's per addr stride (flush) */
430 u_int it_size; /* number of entries in I-TLB */
431 struct itlb_cf it_conf; /* I-TLB configuration (see above) */
432 u_int it_sp_base; /* start space of I-TLB (for PITLBE flush) */
433 u_int it_sp_stride; /* space incr per sp_count iteration (flush) */
434 u_int it_sp_count; /* number of off_count iterations (flush) */
435 u_int it_off_base; /* start offset of I-TLB (for PITLBE flush) */
436 u_int it_off_stride; /* offset incr per off_count iteration (flush)*/
437 u_int it_off_count; /* number of it_loop iterations/space (flush) */
438 u_int it_loop; /* number of PITLBE's per off_stride (flush) */
440 u_int dt_size; /* number of entries in D-TLB */
441 struct dtlb_cf dt_conf; /* D-TLB configuration (see above) */
442 u_int dt_sp_base; /* start space of D-TLB (for PDTLBE flush) */
443 u_int dt_sp_stride; /* space incr per sp_count iteration (flush) */
444 u_int dt_sp_count; /* number of off_count iterations (flush) */
445 u_int dt_off_base; /* start offset of D-TLB (for PDTLBE flush) */
446 u_int dt_off_stride; /* offset incr per off_count iteration (flush)*/
447 u_int dt_off_count; /* number of dt_loop iterations/space (flush) */
448 u_int dt_loop; /* number of PDTLBE's per off_stride (flush) */