Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Dtraps.h74 if (esr & ESR_ELx_IDS) in arm64_is_ras_serror()
Desr.h82 #define ESR_ELx_IDS (UL(1) << ESR_ELx_IDS_SHIFT) macro