Home
last modified time | relevance | path

Searched refs:ao_scrub_rate_dcache (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_cpu.c52 uint32_t ao_scrub_rate_dcache = 8; /* 64B every 5.12 us */ variable
113 if (ao_scrub_rate_dcache > AMD_NB_SCRUBCTL_RATE_MAX) { in ao_procnode_scrubber_enable()
116 ao_scrub_rate_dcache = AMD_NB_SCRUBCTL_RATE_MAX; in ao_procnode_scrubber_enable()
136 ao_scrub_rate_dcache = in ao_procnode_scrubber_enable()
137 ao_scrubber_max(ao_scrub_rate_dcache, in ao_procnode_scrubber_enable()
146 MCREG_FIELD_CMN(&scrubctl, DcacheScrub) = ao_scrub_rate_dcache; in ao_procnode_scrubber_enable()