Home
last modified time | relevance | path

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; in cpu_setup()
2167 if (cache_boot_state & in cpu_parity_error()
2173 cache_boot_state); in cpu_parity_error()
2207 if (cache_boot_state & DCU_IC) { in cpu_parity_error()
2252 if (cache_boot_state & DCU_DC) { in cpu_parity_error()
2259 set_dcu(get_dcu() | cache_boot_state); in cpu_parity_error()
H A Dspitfire.c412 uint64_t cache_boot_state = 0; variable
449 cache_boot_state = get_lsu() & (LSU_IC | LSU_DC); in cpu_setup()
1813 set_lsu(get_lsu() | cache_boot_state); in cpu_async_error()
2651 set_lsu(get_lsu() | cache_boot_state); in read_ecc_data()