Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Desr.h82 #define ESR_ELx_ISS2_MASK (GENMASK_ULL(55, 32)) macro
83 #define ESR_ELx_ISS2(esr) (((esr) & ESR_ELx_ISS2_MASK) >> ESR_ELx_ISS2_SHIFT)