/linux/arch/mips/loongson64/ |
A D | cop2-ex.c | 64 return NOTIFY_STOP; /* Don't call default notifier */ in loongson_cu2_call() 103 return NOTIFY_STOP; /* Don't call default notifier */ in loongson_cu2_call() 146 return NOTIFY_STOP; /* Don't call default notifier */ in loongson_cu2_call() 225 return NOTIFY_STOP; /* Don't call default notifier */ in loongson_cu2_call() 312 return NOTIFY_STOP; /* Don't call default notifier */ in loongson_cu2_call() 323 return NOTIFY_STOP; /* Don't call default notifier */ in loongson_cu2_call() 328 return NOTIFY_STOP; /* Don't call default notifier */ in loongson_cu2_call() 334 return NOTIFY_STOP; /* Don't call default notifier */ in loongson_cu2_call()
|
/linux/Documentation/input/ |
A D | notifier.rst | 25 For each kind of event but the last, the callback may return NOTIFY_STOP in 34 if (notifier_call_chain(KBD_KEYCODE,¶ms) == NOTIFY_STOP) 42 if (notifier_call_chain(KBD_UNICODE,¶ms) == NOTIFY_STOP) 49 if (notifier_call_chain(KBD_KEYSYM,¶ms) == NOTIFY_STOP)
|
/linux/arch/x86/kernel/ |
A D | traps.c | 179 NOTIFY_STOP) { in do_error_trap() 297 if (notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_AC, SIGBUS) == NOTIFY_STOP) in DEFINE_IDTENTRY_ERRORCODE() 474 X86_TRAP_BR, SIGSEGV) == NOTIFY_STOP) in DEFINE_IDTENTRY() 617 if (ret == NOTIFY_STOP) in DEFINE_IDTENTRY_ERRORCODE() 650 SIGTRAP) == NOTIFY_STOP) in do_int3() 660 return res == NOTIFY_STOP; in do_int3() 876 if (notify_die(DIE_DEBUG, "debug", regs, (long)dr6, 0, SIGTRAP) == NOTIFY_STOP) in notify_debug() 1077 SIGFPE) != NOTIFY_STOP) in math_error() 1220 X86_TRAP_IRET, SIGILL) != NOTIFY_STOP) { in DEFINE_IDTENTRY_SW()
|
/linux/arch/sh/kernel/ |
A D | traps.c | 141 SIGTRAP) == NOTIFY_STOP) in BUILD_TRAP_HANDLER() 158 SIGTRAP) == NOTIFY_STOP) in BUILD_TRAP_HANDLER() 192 case NOTIFY_STOP: in BUILD_TRAP_HANDLER()
|
A D | kprobes.c | 423 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 433 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 436 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
|
/linux/arch/sparc/kernel/ |
A D | uprobes.c | 256 regs, 0, trap_level, SIGTRAP) != NOTIFY_STOP) in uprobe_trap() 275 ret = NOTIFY_STOP; in arch_uprobe_exception_notify() 280 ret = NOTIFY_STOP; in arch_uprobe_exception_notify()
|
A D | traps_64.c | 93 0, lvl, SIGTRAP) == NOTIFY_STOP) in bad_trap() 119 0, lvl, SIGTRAP) == NOTIFY_STOP) in bad_trap_tl1() 192 0, 0x8, SIGTRAP) == NOTIFY_STOP) in spitfire_insn_access_exception() 212 0, 0x8, SIGTRAP) == NOTIFY_STOP) in spitfire_insn_access_exception_tl1() 225 0, 0x8, SIGTRAP) == NOTIFY_STOP) in sun4v_insn_access_exception() 245 0, 0x8, SIGTRAP) == NOTIFY_STOP) in sun4v_insn_access_exception_tl1() 295 0, 0x30, SIGTRAP) == NOTIFY_STOP) in spitfire_data_access_exception() 331 0, 0x30, SIGTRAP) == NOTIFY_STOP) in spitfire_data_access_exception_tl1() 344 0, 0x8, SIGTRAP) == NOTIFY_STOP) in sun4v_data_access_exception() 401 0, 0x8, SIGTRAP) == NOTIFY_STOP) in sun4v_data_access_exception_tl1() [all …]
|
A D | kprobes.c | 387 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 391 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 417 regs, 0, trap_level, SIGTRAP) != NOTIFY_STOP) in kprobe_trap()
|
A D | nmi.c | 73 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP) in die_nmi() 96 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP) in perfctr_irq()
|
/linux/Documentation/translations/zh_CN/core-api/ |
A D | memory-hotplug.rst | 83 NOTIFY_BAD, NOTIFY_STOP中的一个值。 90 NOTIFY_STOP停止对通知队列的进一步处理。
|
/linux/arch/powerpc/kernel/ |
A D | uprobes.c | 146 return NOTIFY_STOP; in arch_uprobe_exception_notify() 150 return NOTIFY_STOP; in arch_uprobe_exception_notify()
|
/linux/drivers/accessibility/braille/ |
A D | braille_console.c | 161 ret = NOTIFY_STOP; in keyboard_notifier_call() 164 ret = NOTIFY_STOP; in keyboard_notifier_call() 221 if (ret == NOTIFY_STOP) in keyboard_notifier_call()
|
/linux/arch/ia64/kernel/ |
A D | traps.c | 70 != NOTIFY_STOP) in die() 108 == NOTIFY_STOP) in ia64_bad_break() 172 == NOTIFY_STOP) in ia64_bad_break() 542 == NOTIFY_STOP) in ia64_fault()
|
/linux/drivers/staging/nvec/ |
A D | nvec_ps2.c | 84 return NOTIFY_STOP; in nvec_ps2_notifier() 95 return NOTIFY_STOP; in nvec_ps2_notifier()
|
A D | nvec_power.c | 99 return NOTIFY_STOP; in nvec_power_notifier() 216 return NOTIFY_STOP; in nvec_power_bat_notifier() 219 return NOTIFY_STOP; in nvec_power_bat_notifier()
|
A D | nvec_kbd.c | 64 return NOTIFY_STOP; in nvec_keys_notifier() 79 return NOTIFY_STOP; in nvec_keys_notifier()
|
/linux/arch/mips/kernel/ |
A D | uprobes.c | 171 return NOTIFY_STOP; in arch_uprobe_exception_notify() 175 return NOTIFY_STOP; in arch_uprobe_exception_notify()
|
A D | traps.c | 402 SIGSEGV) == NOTIFY_STOP) in die() 488 SIGBUS) == NOTIFY_STOP) in do_be() 882 SIGFPE) == NOTIFY_STOP) in do_fpe() 974 SIGTRAP) == NOTIFY_STOP) in do_trap_or_bp() 979 SIGTRAP) == NOTIFY_STOP) in do_trap_or_bp() 1077 current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP) in do_bp() 1083 current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP) in do_bp() 1089 current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP) in do_bp() 1095 current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP) in do_bp() 1190 SIGILL) == NOTIFY_STOP) in do_ri() [all …]
|
A D | kprobes.c | 428 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 432 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 441 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
|
A D | pm.c | 76 return NOTIFY_STOP; in mips_pm_notifier()
|
/linux/arch/s390/kernel/ |
A D | traps.c | 66 regs->int_code, si_signo) == NOTIFY_STOP) in do_trap() 74 if (notify_die(DIE_SSTEP, "sstep", regs, 0, 0, SIGTRAP) == NOTIFY_STOP) in do_per_trap() 182 3, SIGTRAP) != NOTIFY_STOP) in illegal_op()
|
A D | kprobes.c | 535 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 539 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 544 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
|
/linux/arch/hexagon/kernel/ |
A D | kgdb.c | 159 return NOTIFY_STOP; in __kgdb_notify() 169 return NOTIFY_STOP; in __kgdb_notify()
|
/linux/arch/riscv/kernel/ |
A D | traps.c | 56 if (ret != NOTIFY_STOP) in die() 176 == NOTIFY_STOP) in do_trap_break()
|
/linux/crypto/ |
A D | algboss.c | 162 return NOTIFY_STOP; in cryptomgr_schedule_probe() 223 return NOTIFY_STOP; in cryptomgr_schedule_test()
|