Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/include/asm/
Dtraps.h64 if (esr & ESR_ELx_IDS) in arm64_is_ras_serror()
Desr.h87 #define ESR_ELx_IDS (UL(1) << ESR_ELx_IDS_SHIFT) macro