Home
last modified time | relevance | path

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

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