Home
last modified time | relevance | path

Searched refs:NOTIFY_STOP (Results 1 – 25 of 50) 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.c418 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
428 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
431 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
/linux/arch/x86/kernel/
H A Dtraps.c215 NOTIFY_STOP) { in do_error_trap()
347 if (notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_AC, SIGBUS) == NOTIFY_STOP) in DEFINE_IDTENTRY_ERRORCODE()
524 X86_TRAP_BR, SIGSEGV) == NOTIFY_STOP) in DEFINE_IDTENTRY()
681 return notify_die(DIE_GPF, str, regs, error_code, trapnr, SIGSEGV) == NOTIFY_STOP; in gp_try_fixup_and_notify()
760 SIGTRAP) == NOTIFY_STOP) in do_int3()
770 return res == NOTIFY_STOP; in do_int3()
982 if (notify_die(DIE_DEBUG, "debug", regs, (long)dr6, 0, SIGTRAP) == NOTIFY_STOP) in notify_debug()
1215 SIGFPE) != NOTIFY_STOP) in math_error()
1446 X86_TRAP_IRET, SIGILL) != NOTIFY_STOP) { in DEFINE_IDTENTRY_SW()
/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-hotplug.rst83 NOTIFY_BAD, NOTIFY_STOP中的一个值。
90 NOTIFY_STOP停止对通知队列的进一步处理。
/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/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/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 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()
H A Dpm.c76 return NOTIFY_STOP; in mips_pm_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.c69 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/arch/hexagon/kernel/
H A Dkgdb.c159 return NOTIFY_STOP; in __kgdb_notify()
169 return NOTIFY_STOP; in __kgdb_notify()
/linux/crypto/
H A Dalgboss.c161 return NOTIFY_STOP; in cryptomgr_schedule_probe()
210 return NOTIFY_STOP; in cryptomgr_schedule_test()
/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/input/misc/
H A Drave-sp-pwrbutton.c35 return NOTIFY_STOP; in rave_sp_power_button_event()
/linux/drivers/edac/
H A Docteon_edac-pc.c81 return NOTIFY_STOP; in co_cache_error_event()
/linux/arch/loongarch/kernel/
H A Dtraps.c420 if (ret == NOTIFY_STOP) in die()
514 SIGFPE) == NOTIFY_STOP) in do_fpe()
758 current->thread.trap_nr, SIGTRAP) == NOTIFY_STOP) in do_bp()
858 SIGILL) == NOTIFY_STOP) in do_ri()
/linux/Documentation/core-api/
H A Dmemory-hotplug.rst75 NOTIFY_DONE, NOTIFY_OK, NOTIFY_BAD, NOTIFY_STOP
84 NOTIFY_STOP stops further processing of the notification queue.
/linux/arch/riscv/kernel/
H A Dtraps.c110 if (ret != NOTIFY_STOP) in die()
287 == NOTIFY_STOP) in handle_break()

12