Home
last modified time | relevance | path

Searched defs:ESR_ELx_EC (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/tools/arch/arm64/include/asm/
Desr.h73 #define ESR_ELx_EC(esr) (((esr) & ESR_ELx_EC_MASK) >> ESR_ELx_EC_SHIFT) macro
/linux-6.14.4/arch/arm64/include/asm/
Desr.h75 #define ESR_ELx_EC(esr) (((esr) & ESR_ELx_EC_MASK) >> ESR_ELx_EC_SHIFT) macro