Home
last modified time | relevance | path

Searched refs:do_bad (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/mm/
H A Dfsr-3level.c3 { do_bad, SIGBUS, 0, "unknown 0" },
4 { do_bad, SIGBUS, 0, "unknown 1" },
5 { do_bad, SIGBUS, 0, "unknown 2" },
6 { do_bad, SIGBUS, 0, "unknown 3" },
7 { do_bad, SIGBUS, 0, "reserved translation fault" },
11 { do_bad, SIGBUS, 0, "reserved access flag fault" },
12 { do_bad, SIGSEGV, SEGV_ACCERR, "level 1 access flag fault" },
15 { do_bad, SIGBUS, 0, "reserved permission fault" },
16 { do_bad, SIGSEGV, SEGV_ACCERR, "level 1 permission fault" },
19 { do_bad, SIGBUS, 0, "synchronous external abort" },
[all …]
H A Dfsr-2level.c7 { do_bad, SIGSEGV, 0, "vector exception" },
8 { do_bad, SIGBUS, BUS_ADRALN, "alignment exception" },
9 { do_bad, SIGKILL, 0, "terminal exception" },
10 { do_bad, SIGBUS, BUS_ADRALN, "alignment exception" },
11 { do_bad, SIGBUS, 0, "external abort on linefetch" },
13 { do_bad, SIGBUS, 0, "external abort on linefetch" },
15 { do_bad, SIGBUS, 0, "external abort on non-linefetch" },
16 { do_bad, SIGSEGV, SEGV_ACCERR, "section domain fault" },
17 { do_bad, SIGBUS, 0, "external abort on non-linefetch" },
18 { do_bad, SIGSEGV, SEGV_ACCERR, "page domain fault" },
[all …]
H A Dfault.c556 do_bad(unsigned long addr, unsigned int fsr, struct pt_regs *regs) in do_bad() function
656 fsr_info[FSR_FS_AEA].fn = do_bad; in early_abt_enable()
672 hook_fault_code(3, do_bad, SIGSEGV, SEGV_MAPERR, in exceptions_init()
674 hook_fault_code(6, do_bad, SIGSEGV, SEGV_MAPERR, in exceptions_init()