Home
last modified time | relevance | path

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

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