Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Docteon_edac-pc.c46 u64 icache_err = read_octeon_c0_icacheerr(); in co_cache_error_event() local
56 if (icache_err & 1) { in co_cache_error_event()
59 (unsigned long long)icache_err, core, cpu, in co_cache_error_event()
/openbmc/linux/arch/mips/mm/
H A Dc-octeon.c315 u64 icache_err = read_octeon_c0_icacheerr(); in co_cache_error_call_notifiers() local
326 if (icache_err & 1) { in co_cache_error_call_notifiers()
328 (unsigned long long)icache_err); in co_cache_error_call_notifiers()