Home
last modified time | relevance | path

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

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