Searched refs:cache_boot_state (Results 1 – 2 of 2) sorted by relevance
407 uint64_t cache_boot_state; variable499 cache_boot_state = get_dcu() & DCU_CACHE; in cpu_setup()2166 if (cache_boot_state & in cpu_parity_error()2172 cache_boot_state); in cpu_parity_error()2206 if (cache_boot_state & DCU_IC) { in cpu_parity_error()2251 if (cache_boot_state & DCU_DC) { in cpu_parity_error()2258 set_dcu(get_dcu() | cache_boot_state); in cpu_parity_error()
412 uint64_t cache_boot_state = 0; variable449 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()