Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Desr.h105 #define ESR_ELx_EA_SHIFT (9) macro
106 #define ESR_ELx_EA (UL(1) << ESR_ELx_EA_SHIFT)
/openbmc/linux/arch/arm64/mm/
H A Dfault.c112 (esr & ESR_ELx_EA) >> ESR_ELx_EA_SHIFT, in mem_abort_decode()