Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dreg_booke.h256 #define MCSR_DCPERR 0x10000000UL /* D-Cache Parity Error */ macro
/linux-6.1.9/arch/powerpc/kernel/
Dtraps.c732 if (reason & MCSR_DCPERR) in machine_check_e500()