Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Docteon_edac-pc.c47 u64 dcache_err; in co_cache_error_event() local
50 dcache_err = cache_err_dcache[core]; in co_cache_error_event()
53 dcache_err = read_octeon_c0_dcacheerr(); in co_cache_error_event()
64 if (dcache_err & 1) { in co_cache_error_event()
67 (unsigned long long)dcache_err, core, cpu, in co_cache_error_event()
/linux/arch/mips/mm/
H A Dc-octeon.c313 u64 dcache_err; in co_cache_error_call_notifiers() local
318 dcache_err = cache_err_dcache[coreid]; in co_cache_error_call_notifiers()
321 dcache_err = read_octeon_c0_dcacheerr(); in co_cache_error_call_notifiers()
331 if (dcache_err & 1) { in co_cache_error_call_notifiers()
333 (unsigned long long)dcache_err); in co_cache_error_call_notifiers()