Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/include/asm/
Desr.h99 #define ESR_ELx_SET_MASK (UL(3) << ESR_ELx_SET_SHIFT) macro
/linux-6.1.9/arch/arm64/mm/
Dfault.c98 (esr & ESR_ELx_SET_MASK) >> ESR_ELx_SET_SHIFT, in mem_abort_decode()