Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dexception.h21 if ((disr & DISR_EL1_IDS) == 0) in disr_to_esr()
H A Desr.h172 #define DISR_EL1_IDS (UL(1) << 24) macro