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

/linux-4.4.14/drivers/edac/
H A Docteon_edac-pc.c47 u64 icache_err = read_octeon_c0_icacheerr(); co_cache_error_event() local
57 if (icache_err & 1) { co_cache_error_event()
60 (unsigned long long)icache_err, core, cpu, co_cache_error_event()
/linux-4.4.14/arch/mips/mm/
H A Dc-octeon.c329 u64 icache_err = read_octeon_c0_icacheerr(); co_cache_error_call_notifiers() local
340 if (icache_err & 1) { co_cache_error_call_notifiers()
342 (unsigned long long)icache_err); co_cache_error_call_notifiers()

Completed in 81 milliseconds