Searched defs:pdc_cache (Results 1 – 1 of 1) sorted by relevance
382 struct pdc_cache { /* PDC_CACHE */ struct384 u_int ic_size; /* size of I-cache (in bytes) */385 struct cache_cf ic_conf;/* cache configuration (see above) */386 u_int ic_base; /* start addr of I-cache (for FICE flush) */387 u_int ic_stride; /* addr incr per i_count iteration (flush) */388 u_int ic_count; /* number of i_loop iterations (flush) */389 u_int ic_loop; /* number of FICE's per addr stride (flush) */391 u_int dc_size; /* size of D-cache (in bytes) */392 struct cache_cf dc_conf;/* cache configuration (see above) */393 u_int dc_base; /* start addr of D-cache (for FDCE flush) */[all …]