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

/linux-4.4.14/drivers/edac/
H A Docteon_edac-pc.c48 u64 dcache_err; co_cache_error_event() local
51 dcache_err = cache_err_dcache[core]; co_cache_error_event()
54 dcache_err = read_octeon_c0_dcacheerr(); co_cache_error_event()
65 if (dcache_err & 1) { co_cache_error_event()
68 (unsigned long long)dcache_err, core, cpu, co_cache_error_event()
/linux-4.4.14/arch/mips/mm/
H A Dc-octeon.c327 u64 dcache_err; co_cache_error_call_notifiers() local
332 dcache_err = cache_err_dcache[coreid]; co_cache_error_call_notifiers()
335 dcache_err = read_octeon_c0_dcacheerr(); co_cache_error_call_notifiers()
345 if (dcache_err & 1) { co_cache_error_call_notifiers()
347 (unsigned long long)dcache_err); co_cache_error_call_notifiers()

Completed in 77 milliseconds