Home
last modified time | relevance | path

Searched refs:NOTIFY_STOP (Results 1 – 25 of 49) sorted by relevance

12

/linux/arch/mips/loongson64/
H A Dcop2-ex.c64 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/
H A Dnotifier.rst25 For each kind of event but the last, the callback may return NOTIFY_STOP in
34 if (notifier_call_chain(KBD_KEYCODE,&params) == NOTIFY_STOP)
42 if (notifier_call_chain(KBD_UNICODE,&params) == NOTIFY_STOP)
49 if (notifier_call_chain(KBD_KEYSYM,&params) == NOTIFY_STOP)
/linux/arch/sh/kernel/
H A Dtraps.c143 SIGTRAP) == NOTIFY_STOP) in BUILD_TRAP_HANDLER()
160 SIGTRAP) == NOTIFY_STOP) in BUILD_TRAP_HANDLER()
186 case NOTIFY_STOP: in BUILD_TRAP_HANDLER()
H A Dkprobes.c415 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
424 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
427 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
/linux/arch/powerpc/kernel/
H A Duprobes.c151 return NOTIFY_STOP; in arch_uprobe_exception_notify()
155 return NOTIFY_STOP; in arch_uprobe_exception_notify()
H A Dhw_breakpoint.c379 int rc = NOTIFY_STOP; in hw_breakpoint_handler()
550 return NOTIFY_STOP; in single_step_dabr_instruction()
/linux/drivers/accessibility/braille/
H A Dbraille_console.c160 ret = NOTIFY_STOP; in keyboard_notifier_call()
163 ret = NOTIFY_STOP; in keyboard_notifier_call()
220 if (ret == NOTIFY_STOP) in keyboard_notifier_call()
/linux/arch/mips/kernel/
H A Duprobes.c171 return NOTIFY_STOP; in arch_uprobe_exception_notify()
175 return NOTIFY_STOP; in arch_uprobe_exception_notify()
H A Dtraps.c404 SIGSEGV) == NOTIFY_STOP) in die()
490 SIGBUS) == NOTIFY_STOP) in do_be()
884 SIGFPE) == NOTIFY_STOP) in do_fpe()
976 SIGTRAP) == NOTIFY_STOP) in do_trap_or_bp()
981 SIGTRAP) == NOTIFY_STOP) in do_trap_or_bp()
1079 current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP) in do_bp()
1085 current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP) in do_bp()
1091 current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP) in do_bp()
1097 current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP) in do_bp()
1192 SIGILL) == NOTIFY_STOP) in do_ri()
[all …]
H A Dpm.c76 return NOTIFY_STOP; in mips_pm_notifier()
H A Dkprobes.c436 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
440 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
449 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
/linux/drivers/staging/nvec/
H A Dnvec_ps2.c65 return NOTIFY_STOP; in nvec_ps2_notifier()
73 return NOTIFY_STOP; in nvec_ps2_notifier()
H A Dnvec_power.c99 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/arch/sparc/kernel/
H A Dkprobes.c387 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()
H A Dnmi.c78 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP) in die_nmi()
101 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP) in perfctr_irq()
/linux/arch/s390/kernel/
H A Dtraps.c66 if (notify_die(DIE_TRAP, str, regs, 0, 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()
169 if (notify_die(DIE_BPT, "bpt", regs, 0, 3, SIGTRAP) != NOTIFY_STOP) in illegal_op()
/linux/arch/hexagon/kernel/
H A Dkgdb.c159 return NOTIFY_STOP; in __kgdb_notify()
169 return NOTIFY_STOP; in __kgdb_notify()
/linux/drivers/input/misc/
H A Drave-sp-pwrbutton.c35 return NOTIFY_STOP; in rave_sp_power_button_event()
/linux/arch/arc/kernel/
H A Dkprobes.c350 return NOTIFY_STOP; in kprobe_exceptions_notify()
355 return NOTIFY_STOP; in kprobe_exceptions_notify()
H A Dtraps.c147 if (rc == NOTIFY_STOP) in do_insterror_or_kprobe()
/linux/drivers/edac/
H A Docteon_edac-pc.c81 return NOTIFY_STOP; in co_cache_error_event()
/linux/arch/riscv/kernel/
H A Dtraps.c111 if (ret != NOTIFY_STOP) in die()
297 == NOTIFY_STOP) in handle_break()
/linux/arch/loongarch/kernel/
H A Dtraps.c421 if (ret == NOTIFY_STOP) in die()
515 SIGFPE) == NOTIFY_STOP) in do_fpe()
767 current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP) in do_bp()
867 SIGILL) == NOTIFY_STOP) in do_ri()
/linux/include/linux/
H A Dnotifier.h193 #define NOTIFY_STOP (NOTIFY_OK|NOTIFY_STOP_MASK) macro
/linux/arch/csky/kernel/
H A Dtraps.c112 if (ret != NOTIFY_STOP) in die()

12