Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Desr.h81 #define ESR_ELx_ISS2_MASK (GENMASK_ULL(55, 32)) macro
82 #define ESR_ELx_ISS2(esr) (((esr) & ESR_ELx_ISS2_MASK) >> ESR_ELx_ISS2_SHIFT)

Completed in 2 milliseconds