| /Linux-v5.4/Documentation/input/ |
| D | notifier.rst | 24 For each kind of event but the last, the callback may return NOTIFY_STOP in 33 if (notifier_call_chain(KBD_KEYCODE,¶ms) == NOTIFY_STOP) 41 if (notifier_call_chain(KBD_UNICODE,¶ms) == NOTIFY_STOP) 48 if (notifier_call_chain(KBD_KEYSYM,¶ms) == NOTIFY_STOP)
|
| /Linux-v5.4/arch/sh/kernel/ |
| D | traps.c | 141 SIGTRAP) == NOTIFY_STOP) in BUILD_TRAP_HANDLER() 158 SIGTRAP) == NOTIFY_STOP) in BUILD_TRAP_HANDLER() 183 case NOTIFY_STOP: in BUILD_TRAP_HANDLER()
|
| D | kprobes.c | 492 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 502 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 505 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | traps.c | 276 NOTIFY_STOP) { in do_error_trap() 437 X86_TRAP_BR, SIGSEGV) == NOTIFY_STOP) in do_bounds() 555 X86_TRAP_GP, SIGSEGV) != NOTIFY_STOP) in do_general_protection() 594 SIGTRAP) == NOTIFY_STOP) in do_int3() 604 SIGTRAP) == NOTIFY_STOP) in do_int3() 771 SIGTRAP) == NOTIFY_STOP) in do_debug() 836 trapnr, SIGFPE) != NOTIFY_STOP) in math_error() 918 X86_TRAP_IRET, SIGILL) != NOTIFY_STOP) { in do_iret_error()
|
| /Linux-v5.4/arch/sparc/kernel/ |
| 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()
|
| 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() 213 0, 0x8, SIGTRAP) == NOTIFY_STOP) in spitfire_insn_access_exception_tl1() 226 0, 0x8, SIGTRAP) == NOTIFY_STOP) in sun4v_insn_access_exception() 246 0, 0x8, SIGTRAP) == NOTIFY_STOP) in sun4v_insn_access_exception_tl1() 297 0, 0x30, SIGTRAP) == NOTIFY_STOP) in spitfire_data_access_exception() 333 0, 0x30, SIGTRAP) == NOTIFY_STOP) in spitfire_data_access_exception_tl1() 346 0, 0x8, SIGTRAP) == NOTIFY_STOP) in sun4v_data_access_exception() 403 0, 0x8, SIGTRAP) == NOTIFY_STOP) in sun4v_data_access_exception_tl1() [all …]
|
| 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()
|
| D | kprobes.c | 404 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 408 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 434 regs, 0, trap_level, SIGTRAP) != NOTIFY_STOP) in kprobe_trap()
|
| /Linux-v5.4/arch/s390/kernel/ |
| D | traps.c | 69 regs->int_code, si_signo) == NOTIFY_STOP) in do_trap() 77 if (notify_die(DIE_SSTEP, "sstep", regs, 0, 0, SIGTRAP) == NOTIFY_STOP) in do_per_trap() 185 3, SIGTRAP) != NOTIFY_STOP) in illegal_op()
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | uprobes.c | 138 return NOTIFY_STOP; in arch_uprobe_exception_notify() 142 return NOTIFY_STOP; in arch_uprobe_exception_notify()
|
| D | hw_breakpoint.c | 252 int rc = NOTIFY_STOP; in hw_breakpoint_handler() 352 return NOTIFY_STOP; in single_step_dabr_instruction()
|
| /Linux-v5.4/drivers/accessibility/braille/ |
| 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-v5.4/arch/ia64/kernel/ |
| 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-v5.4/arch/mips/kernel/ |
| D | uprobes.c | 171 return NOTIFY_STOP; in arch_uprobe_exception_notify() 175 return NOTIFY_STOP; in arch_uprobe_exception_notify()
|
| D | traps.c | 395 SIGSEGV) == NOTIFY_STOP) in die() 481 SIGBUS) == NOTIFY_STOP) in do_be() 833 SIGFPE) == NOTIFY_STOP) in do_fpe() 925 SIGTRAP) == NOTIFY_STOP) in do_trap_or_bp() 930 SIGTRAP) == NOTIFY_STOP) in do_trap_or_bp() 1032 current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP) in do_bp() 1038 current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP) in do_bp() 1044 current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP) in do_bp() 1050 current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP) in do_bp() 1151 SIGILL) == NOTIFY_STOP) in do_ri() [all …]
|
| D | pm.c | 76 return NOTIFY_STOP; in mips_pm_notifier()
|
| D | kprobes.c | 432 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 436 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 445 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
|
| /Linux-v5.4/drivers/staging/nvec/ |
| D | nvec_ps2.c | 84 return NOTIFY_STOP; in nvec_ps2_notifier() 95 return NOTIFY_STOP; in nvec_ps2_notifier()
|
| D | nvec_kbd.c | 64 return NOTIFY_STOP; in nvec_keys_notifier() 79 return NOTIFY_STOP; in nvec_keys_notifier()
|
| 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()
|
| /Linux-v5.4/arch/hexagon/kernel/ |
| D | kgdb.c | 159 return NOTIFY_STOP; in __kgdb_notify() 169 return NOTIFY_STOP; in __kgdb_notify()
|
| /Linux-v5.4/arch/mips/loongson64/loongson-3/ |
| D | cop2-ex.c | 51 return NOTIFY_STOP; /* Don't call default notifier */ in loongson_cu2_call()
|
| /Linux-v5.4/arch/sparc/oprofile/ |
| D | init.c | 31 ret = NOTIFY_STOP; in profile_timer_exceptions_notify()
|
| /Linux-v5.4/arch/unicore32/kernel/ |
| D | traps.c | 192 if (ret == NOTIFY_STOP) in __die() 236 if (ret != NOTIFY_STOP) in die()
|
| /Linux-v5.4/crypto/ |
| D | algboss.c | 193 return NOTIFY_STOP; in cryptomgr_schedule_probe() 254 return NOTIFY_STOP; in cryptomgr_schedule_test()
|