do_sea            689 arch/arm64/mm/fault.c 	{ do_sea,		SIGBUS,  BUS_OBJERR,	"synchronous external abort"	},
do_sea            693 arch/arm64/mm/fault.c 	{ do_sea,		SIGKILL, SI_KERNEL,	"level 0 (translation table walk)"	},
do_sea            694 arch/arm64/mm/fault.c 	{ do_sea,		SIGKILL, SI_KERNEL,	"level 1 (translation table walk)"	},
do_sea            695 arch/arm64/mm/fault.c 	{ do_sea,		SIGKILL, SI_KERNEL,	"level 2 (translation table walk)"	},
do_sea            696 arch/arm64/mm/fault.c 	{ do_sea,		SIGKILL, SI_KERNEL,	"level 3 (translation table walk)"	},
do_sea            697 arch/arm64/mm/fault.c 	{ do_sea,		SIGBUS,  BUS_OBJERR,	"synchronous parity or ECC error" },	// Reserved when RAS is implemented
do_sea            701 arch/arm64/mm/fault.c 	{ do_sea,		SIGKILL, SI_KERNEL,	"level 0 synchronous parity error (translation table walk)"	},	// Reserved when RAS is implemented
do_sea            702 arch/arm64/mm/fault.c 	{ do_sea,		SIGKILL, SI_KERNEL,	"level 1 synchronous parity error (translation table walk)"	},	// Reserved when RAS is implemented
do_sea            703 arch/arm64/mm/fault.c 	{ do_sea,		SIGKILL, SI_KERNEL,	"level 2 synchronous parity error (translation table walk)"	},	// Reserved when RAS is implemented
do_sea            704 arch/arm64/mm/fault.c 	{ do_sea,		SIGKILL, SI_KERNEL,	"level 3 synchronous parity error (translation table walk)"	},	// Reserved when RAS is implemented