Symbol: NOTIFY_STOP
arch/arc/kernel/kprobes.c
350
return NOTIFY_STOP;
arch/arc/kernel/kprobes.c
355
return NOTIFY_STOP;
arch/arc/kernel/traps.c
147
if (rc == NOTIFY_STOP)
arch/arm/kernel/kgdb.c
195
return NOTIFY_STOP;
arch/arm/kernel/traps.c
283
if (ret == NOTIFY_STOP)
arch/arm64/kernel/kgdb.c
269
return NOTIFY_STOP;
arch/arm64/kernel/traps.c
187
if (ret == NOTIFY_STOP)
arch/arm64/kernel/traps.c
233
if (ret != NOTIFY_STOP)
arch/csky/kernel/traps.c
112
if (ret != NOTIFY_STOP)
arch/hexagon/kernel/kgdb.c
159
return NOTIFY_STOP;
arch/hexagon/kernel/kgdb.c
169
return NOTIFY_STOP;
arch/hexagon/kernel/traps.c
198
NOTIFY_STOP) {
arch/loongarch/kernel/kgdb.c
262
return NOTIFY_STOP;
arch/loongarch/kernel/kgdb.c
276
return (kgdb_loongarch_notify(NULL, DIE_TRAP, &args) == NOTIFY_STOP) ? true : false;
arch/loongarch/kernel/traps.c
421
if (ret == NOTIFY_STOP)
arch/loongarch/kernel/traps.c
515
SIGFPE) == NOTIFY_STOP)
arch/loongarch/kernel/traps.c
767
current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP)
arch/loongarch/kernel/traps.c
867
SIGILL) == NOTIFY_STOP)
arch/mips/kernel/kgdb.c
320
return NOTIFY_STOP;
arch/mips/kernel/kprobes.c
436
ret = NOTIFY_STOP;
arch/mips/kernel/kprobes.c
440
ret = NOTIFY_STOP;
arch/mips/kernel/kprobes.c
449
ret = NOTIFY_STOP;
arch/mips/kernel/pm.c
76
return NOTIFY_STOP;
arch/mips/kernel/traps.c
1079
current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP)
arch/mips/kernel/traps.c
1085
current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP)
arch/mips/kernel/traps.c
1091
current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP)
arch/mips/kernel/traps.c
1097
current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP)
arch/mips/kernel/traps.c
1192
SIGILL) == NOTIFY_STOP)
arch/mips/kernel/traps.c
1516
current->thread.trap_nr, SIGFPE) == NOTIFY_STOP)
arch/mips/kernel/traps.c
404
SIGSEGV) == NOTIFY_STOP)
arch/mips/kernel/traps.c
490
SIGBUS) == NOTIFY_STOP)
arch/mips/kernel/traps.c
884
SIGFPE) == NOTIFY_STOP)
arch/mips/kernel/traps.c
976
SIGTRAP) == NOTIFY_STOP)
arch/mips/kernel/traps.c
981
SIGTRAP) == NOTIFY_STOP)
arch/mips/kernel/uprobes.c
171
return NOTIFY_STOP;
arch/mips/kernel/uprobes.c
175
return NOTIFY_STOP;
arch/mips/kvm/mips.c
1566
return NOTIFY_STOP;
arch/mips/loongson64/cop2-ex.c
103
return NOTIFY_STOP; /* Don't call default notifier */
arch/mips/loongson64/cop2-ex.c
146
return NOTIFY_STOP; /* Don't call default notifier */
arch/mips/loongson64/cop2-ex.c
225
return NOTIFY_STOP; /* Don't call default notifier */
arch/mips/loongson64/cop2-ex.c
312
return NOTIFY_STOP; /* Don't call default notifier */
arch/mips/loongson64/cop2-ex.c
323
return NOTIFY_STOP; /* Don't call default notifier */
arch/mips/loongson64/cop2-ex.c
328
return NOTIFY_STOP; /* Don't call default notifier */
arch/mips/loongson64/cop2-ex.c
334
return NOTIFY_STOP; /* Don't call default notifier */
arch/mips/loongson64/cop2-ex.c
64
return NOTIFY_STOP; /* Don't call default notifier */
arch/mips/mm/fault.c
63
current->thread.trap_nr, SIGSEGV) == NOTIFY_STOP)
arch/parisc/kernel/kgdb.c
32
return NOTIFY_STOP;
arch/powerpc/kernel/hw_breakpoint.c
379
int rc = NOTIFY_STOP;
arch/powerpc/kernel/hw_breakpoint.c
550
return NOTIFY_STOP;
arch/powerpc/kernel/process.c
613
11, SIGSEGV) == NOTIFY_STOP)
arch/powerpc/kernel/process.c
663
11, SIGSEGV) == NOTIFY_STOP)
arch/powerpc/kernel/traps.c
1120
5, SIGTRAP) == NOTIFY_STOP)
arch/powerpc/kernel/traps.c
1141
5, SIGTRAP) == NOTIFY_STOP)
arch/powerpc/kernel/traps.c
1502
== NOTIFY_STOP)
arch/powerpc/kernel/traps.c
2058
5, SIGTRAP) == NOTIFY_STOP) {
arch/powerpc/kernel/traps.c
2075
5, SIGTRAP) == NOTIFY_STOP) {
arch/powerpc/kernel/traps.c
275
if (notify_die(DIE_OOPS, str, regs, err, 255, SIGSEGV) == NOTIFY_STOP)
arch/powerpc/kernel/uprobes.c
151
return NOTIFY_STOP;
arch/powerpc/kernel/uprobes.c
155
return NOTIFY_STOP;
arch/riscv/kernel/kgdb.c
348
return NOTIFY_STOP;
arch/riscv/kernel/traps.c
111
if (ret != NOTIFY_STOP)
arch/riscv/kernel/traps.c
297
== NOTIFY_STOP)
arch/s390/kernel/kprobes.c
466
ret = NOTIFY_STOP;
arch/s390/kernel/kprobes.c
470
ret = NOTIFY_STOP;
arch/s390/kernel/kprobes.c
475
ret = NOTIFY_STOP;
arch/s390/kernel/traps.c
169
if (notify_die(DIE_BPT, "bpt", regs, 0, 3, SIGTRAP) != NOTIFY_STOP)
arch/s390/kernel/traps.c
66
if (notify_die(DIE_TRAP, str, regs, 0, regs->int_code, si_signo) == NOTIFY_STOP)
arch/s390/kernel/traps.c
74
if (notify_die(DIE_SSTEP, "sstep", regs, 0, 0, SIGTRAP) == NOTIFY_STOP)
arch/s390/kernel/uprobes.c
122
return NOTIFY_STOP;
arch/s390/kernel/uprobes.c
126
return NOTIFY_STOP;
arch/sh/kernel/hw_breakpoint.c
275
int cpu, i, rc = NOTIFY_STOP;
arch/sh/kernel/kgdb.c
336
return NOTIFY_STOP;
arch/sh/kernel/kprobes.c
415
ret = NOTIFY_STOP;
arch/sh/kernel/kprobes.c
424
ret = NOTIFY_STOP;
arch/sh/kernel/kprobes.c
427
ret = NOTIFY_STOP;
arch/sh/kernel/traps.c
143
SIGTRAP) == NOTIFY_STOP)
arch/sh/kernel/traps.c
160
SIGTRAP) == NOTIFY_STOP)
arch/sh/kernel/traps.c
186
case NOTIFY_STOP:
arch/sparc/kernel/kprobes.c
387
ret = NOTIFY_STOP;
arch/sparc/kernel/kprobes.c
391
ret = NOTIFY_STOP;
arch/sparc/kernel/kprobes.c
417
regs, 0, trap_level, SIGTRAP) != NOTIFY_STOP)
arch/sparc/kernel/nmi.c
101
pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP)
arch/sparc/kernel/nmi.c
78
pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP)
arch/sparc/kernel/perf_event.c
1678
return NOTIFY_STOP;
arch/sparc/kernel/traps_64.c
120
0, lvl, SIGTRAP) == NOTIFY_STOP)
arch/sparc/kernel/traps_64.c
193
0, 0x8, SIGTRAP) == NOTIFY_STOP)
arch/sparc/kernel/traps_64.c
2038
SIGSEGV) == NOTIFY_STOP)
arch/sparc/kernel/traps_64.c
213
0, 0x8, SIGTRAP) == NOTIFY_STOP)
arch/sparc/kernel/traps_64.c
226
0, 0x8, SIGTRAP) == NOTIFY_STOP)
arch/sparc/kernel/traps_64.c
2351
0, 0x24, SIGFPE) == NOTIFY_STOP)
arch/sparc/kernel/traps_64.c
2366
0, 0x25, SIGFPE) == NOTIFY_STOP)
arch/sparc/kernel/traps_64.c
2387
0, 0x26, SIGEMT) == NOTIFY_STOP)
arch/sparc/kernel/traps_64.c
2406
0, 0x28, SIGFPE) == NOTIFY_STOP)
arch/sparc/kernel/traps_64.c
246
0, 0x8, SIGTRAP) == NOTIFY_STOP)
arch/sparc/kernel/traps_64.c
2578
0, 0x10, SIGILL) == NOTIFY_STOP)
arch/sparc/kernel/traps_64.c
2619
0, 0x34, SIGSEGV) == NOTIFY_STOP)
arch/sparc/kernel/traps_64.c
2637
0, 0x34, SIGSEGV) == NOTIFY_STOP)
arch/sparc/kernel/traps_64.c
2661
0, 0x8, SIGSEGV) == NOTIFY_STOP)
arch/sparc/kernel/traps_64.c
2702
0, 0x11, SIGILL) == NOTIFY_STOP)
arch/sparc/kernel/traps_64.c
296
0, 0x30, SIGTRAP) == NOTIFY_STOP)
arch/sparc/kernel/traps_64.c
332
0, 0x30, SIGTRAP) == NOTIFY_STOP)
arch/sparc/kernel/traps_64.c
345
0, 0x8, SIGTRAP) == NOTIFY_STOP)
arch/sparc/kernel/traps_64.c
402
0, 0x8, SIGTRAP) == NOTIFY_STOP)
arch/sparc/kernel/traps_64.c
94
0, lvl, SIGTRAP) == NOTIFY_STOP)
arch/sparc/kernel/uprobes.c
258
regs, 0, trap_level, SIGTRAP) != NOTIFY_STOP)
arch/sparc/kernel/uprobes.c
277
ret = NOTIFY_STOP;
arch/sparc/kernel/uprobes.c
282
ret = NOTIFY_STOP;
arch/x86/kernel/alternative.c
2328
return NOTIFY_STOP;
arch/x86/kernel/dumpstack.c
435
current->thread.trap_nr, SIGSEGV) == NOTIFY_STOP)
arch/x86/kernel/hw_breakpoint.c
513
int i, rc = NOTIFY_STOP;
arch/x86/kernel/kgdb.c
491
return NOTIFY_STOP;
arch/x86/kernel/kgdb.c
553
return NOTIFY_STOP;
arch/x86/kernel/traps.c
1208
if (notify_die(DIE_DEBUG, "debug", regs, (long)dr6, 0, SIGTRAP) == NOTIFY_STOP)
arch/x86/kernel/traps.c
1441
SIGFPE) != NOTIFY_STOP)
arch/x86/kernel/traps.c
1672
X86_TRAP_IRET, SIGILL) != NOTIFY_STOP) {
arch/x86/kernel/traps.c
357
NOTIFY_STOP) {
arch/x86/kernel/traps.c
527
if (notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_AC, SIGBUS) == NOTIFY_STOP)
arch/x86/kernel/traps.c
720
X86_TRAP_BR, SIGSEGV) == NOTIFY_STOP)
arch/x86/kernel/traps.c
901
return notify_die(DIE_GPF, str, regs, error_code, trapnr, SIGSEGV) == NOTIFY_STOP;
arch/x86/kernel/traps.c
978
SIGTRAP) == NOTIFY_STOP)
arch/x86/kernel/traps.c
988
return res == NOTIFY_STOP;
arch/x86/kernel/uprobes.c
1703
ret = NOTIFY_STOP;
arch/x86/kernel/uprobes.c
1709
ret = NOTIFY_STOP;
arch/x86/mm/kmmio.c
603
return NOTIFY_STOP;
crypto/algboss.c
161
return NOTIFY_STOP;
crypto/algboss.c
210
return NOTIFY_STOP;
crypto/api.c
177
WARN_ON_ONCE(err != NOTIFY_STOP);
crypto/api.c
360
if (ok == NOTIFY_STOP)
drivers/accessibility/braille/braille_console.c
160
ret = NOTIFY_STOP;
drivers/accessibility/braille/braille_console.c
163
ret = NOTIFY_STOP;
drivers/accessibility/braille/braille_console.c
220
if (ret == NOTIFY_STOP)
drivers/accessibility/speakup/main.c
1529
return NOTIFY_STOP;
drivers/accessibility/speakup/main.c
1536
return NOTIFY_STOP;
drivers/accessibility/speakup/main.c
2265
ret = NOTIFY_STOP;
drivers/acpi/numa/hmat.c
995
return NOTIFY_STOP;
drivers/char/ipmi/ipmi_si_intf.c
1817
return NOTIFY_STOP;
drivers/cxl/core/region.c
2581
return NOTIFY_STOP;
drivers/edac/octeon_edac-pc.c
81
return NOTIFY_STOP;
drivers/gpio/gpio-adp5585.c
308
return NOTIFY_STOP;
drivers/i2c/busses/i2c-cadence.c
1378
return NOTIFY_STOP;
drivers/i2c/busses/i2c-rk3x.c
942
return NOTIFY_STOP;
drivers/input/keyboard/adp5585-keys.c
255
return NOTIFY_STOP;
drivers/input/misc/rave-sp-pwrbutton.c
35
return NOTIFY_STOP;
drivers/mfd/qnap-mcu.c
313
return NOTIFY_STOP;
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c
461
return NOTIFY_STOP;
drivers/platform/x86/lenovo/wmi-gamezone.c
108
return NOTIFY_STOP;
drivers/staging/greybus/arche-platform.c
403
ret = NOTIFY_STOP;
drivers/staging/nvec/nvec_kbd.c
64
return NOTIFY_STOP;
drivers/staging/nvec/nvec_kbd.c
79
return NOTIFY_STOP;
drivers/staging/nvec/nvec_power.c
216
return NOTIFY_STOP;
drivers/staging/nvec/nvec_power.c
219
return NOTIFY_STOP;
drivers/staging/nvec/nvec_power.c
99
return NOTIFY_STOP;
drivers/staging/nvec/nvec_ps2.c
65
return NOTIFY_STOP;
drivers/staging/nvec/nvec_ps2.c
73
return NOTIFY_STOP;
drivers/tty/vt/keyboard.c
1450
if (rc == NOTIFY_STOP || !key_map) {
drivers/tty/vt/keyboard.c
1471
if (rc != NOTIFY_STOP)
drivers/tty/vt/keyboard.c
1491
if (rc == NOTIFY_STOP)
drivers/tty/vt/vt.c
3243
&param) == NOTIFY_STOP)