Searched refs:CACHE_SCRUBBER_INFO_D (Results 1 – 2 of 2) sorted by relevance
5627 { &dcache_scrub_enable, 0, CACHE_SCRUBBER_INFO_D, 0, 0, 0, "D$"},5721 cache_scrub_info[CACHE_SCRUBBER_INFO_D].csi_inum =5723 (caddr_t)&cache_scrub_info[CACHE_SCRUBBER_INFO_D], SOFTINT_MT);5724 cache_scrub_info[CACHE_SCRUBBER_INFO_D].csi_freq = dcache_calls_a_sec;5824 csmp->chsm_enable[CACHE_SCRUBBER_INFO_D] = 1;5854 int index = csmp->chsm_flush_index[CACHE_SCRUBBER_INFO_D];5875 csmp->chsm_flush_index[CACHE_SCRUBBER_INFO_D] = index;5890 uint32_t *countp = &csmp->chsm_outstanding[CACHE_SCRUBBER_INFO_D];
1503 #define CACHE_SCRUBBER_INFO_D 1 macro