fsc_type 239 arch/arm64/mm/fault.c unsigned int fsc_type = esr & ESR_ELx_FSC_TYPE; fsc_type 244 arch/arm64/mm/fault.c if (fsc_type == ESR_ELx_FSC_PERM) fsc_type 248 arch/arm64/mm/fault.c return fsc_type == ESR_ELx_FSC_FAULT &&