Searched refs:cache_boot_state (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c407 uint64_t cache_boot_state; variable
499 cache_boot_state = get_dcu() & DCU_CACHE;
2166 if (cache_boot_state &
2172 cache_boot_state);
2206 if (cache_boot_state & DCU_IC) {
2251 if (cache_boot_state & DCU_DC) {
2258 set_dcu(get_dcu() | cache_boot_state);
H A Dspitfire.c412 uint64_t cache_boot_state = 0; variable
449 cache_boot_state = get_lsu() & (LSU_IC | LSU_DC);
1813 set_lsu(get_lsu() | cache_boot_state);
2651 set_lsu(get_lsu() | cache_boot_state);

Completed in 98 milliseconds