Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/input/
Dnotifier.txt22 For each kind of event but the last, the callback may return NOTIFY_STOP in
31 if (notifier_call_chain(KBD_KEYCODE,&params) == NOTIFY_STOP)
39 if (notifier_call_chain(KBD_UNICODE,&params) == NOTIFY_STOP)
46 if (notifier_call_chain(KBD_KEYSYM,&params) == NOTIFY_STOP)
/linux-4.1.27/arch/sh/kernel/
Dtraps.c135 SIGTRAP) == NOTIFY_STOP) in BUILD_TRAP_HANDLER()
152 SIGTRAP) == NOTIFY_STOP) in BUILD_TRAP_HANDLER()
177 case NOTIFY_STOP: in BUILD_TRAP_HANDLER()
Dkprobes.c499 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
509 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
512 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
517 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
Dhw_breakpoint.c283 int cpu, i, rc = NOTIFY_STOP; in hw_breakpoint_handler()
Dkgdb.c348 return NOTIFY_STOP; in __kgdb_notify()
/linux-4.1.27/arch/x86/kernel/
Dtraps.c296 NOTIFY_STOP) { in do_error_trap()
382 X86_TRAP_BR, SIGSEGV) == NOTIFY_STOP) in do_bounds()
478 X86_TRAP_GP, SIGSEGV) != NOTIFY_STOP) in do_general_protection()
521 SIGTRAP) == NOTIFY_STOP) in do_int3()
531 SIGTRAP) == NOTIFY_STOP) in do_int3()
661 SIGTRAP) == NOTIFY_STOP) in do_debug()
717 if (notify_die(DIE_TRAP, str, regs, error_code, trapnr, SIGFPE) == NOTIFY_STOP) in math_error()
914 X86_TRAP_IRET, SIGILL) != NOTIFY_STOP) { in do_iret_error()
Duprobes.c921 ret = NOTIFY_STOP; in arch_uprobe_exception_notify()
927 ret = NOTIFY_STOP; in arch_uprobe_exception_notify()
Dkgdb.c511 return NOTIFY_STOP; in single_step_cont()
568 return NOTIFY_STOP; in __kgdb_notify()
Ddumpstack.c276 current->thread.trap_nr, SIGSEGV) == NOTIFY_STOP) in __die()
Dhw_breakpoint.c417 int i, cpu, rc = NOTIFY_STOP; in hw_breakpoint_handler()
/linux-4.1.27/arch/powerpc/kernel/
Duprobes.c151 return NOTIFY_STOP; in arch_uprobe_exception_notify()
155 return NOTIFY_STOP; in arch_uprobe_exception_notify()
Dhw_breakpoint.c210 int rc = NOTIFY_STOP; in hw_breakpoint_handler()
329 return NOTIFY_STOP; in single_step_dabr_instruction()
Dkprobes.c483 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
487 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
Dtraps.c214 if (notify_die(DIE_OOPS, str, regs, err, 255, SIGSEGV) == NOTIFY_STOP) in __die()
782 5, SIGTRAP) == NOTIFY_STOP) in instruction_breakpoint_exception()
804 5, SIGTRAP) == NOTIFY_STOP) in single_step_exception()
1156 == NOTIFY_STOP) in program_check_exception()
1631 5, SIGTRAP) == NOTIFY_STOP) { in DebugException()
1645 5, SIGTRAP) == NOTIFY_STOP) { in DebugException()
Dprocess.c313 11, SIGSEGV) == NOTIFY_STOP) in do_send_trap()
331 11, SIGSEGV) == NOTIFY_STOP) in do_break()
/linux-4.1.27/drivers/accessibility/braille/
Dbraille_console.c174 ret = NOTIFY_STOP; in keyboard_notifier_call()
177 ret = NOTIFY_STOP; in keyboard_notifier_call()
234 if (ret == NOTIFY_STOP) in keyboard_notifier_call()
/linux-4.1.27/drivers/staging/nvec/
Dnvec_ps2.c88 return NOTIFY_STOP; in nvec_ps2_notifier()
99 return NOTIFY_STOP; in nvec_ps2_notifier()
Dnvec_kbd.c68 return NOTIFY_STOP; in nvec_keys_notifier()
83 return NOTIFY_STOP; in nvec_keys_notifier()
Dnvec_power.c103 return NOTIFY_STOP; in nvec_power_notifier()
218 return NOTIFY_STOP; in nvec_power_bat_notifier()
221 return NOTIFY_STOP; in nvec_power_bat_notifier()
/linux-4.1.27/arch/sparc/kernel/
Dtraps_64.c92 0, lvl, SIGTRAP) == NOTIFY_STOP) in bad_trap()
122 0, lvl, SIGTRAP) == NOTIFY_STOP) in bad_trap_tl1()
196 0, 0x8, SIGTRAP) == NOTIFY_STOP) in spitfire_insn_access_exception()
221 0, 0x8, SIGTRAP) == NOTIFY_STOP) in spitfire_insn_access_exception_tl1()
235 0, 0x8, SIGTRAP) == NOTIFY_STOP) in sun4v_insn_access_exception()
260 0, 0x8, SIGTRAP) == NOTIFY_STOP) in sun4v_insn_access_exception_tl1()
273 0, 0x30, SIGTRAP) == NOTIFY_STOP) in spitfire_data_access_exception()
311 0, 0x30, SIGTRAP) == NOTIFY_STOP) in spitfire_data_access_exception_tl1()
325 0, 0x8, SIGTRAP) == NOTIFY_STOP) in sun4v_data_access_exception()
365 0, 0x8, SIGTRAP) == NOTIFY_STOP) in sun4v_data_access_exception_tl1()
[all …]
Dnmi.c74 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP) in die_nmi()
97 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP) in perfctr_irq()
Dkprobes.c407 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
411 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
437 regs, 0, trap_level, SIGTRAP) != NOTIFY_STOP) in kprobe_trap()
Dperf_event.c1638 return NOTIFY_STOP; in perf_event_nmi_handler()
/linux-4.1.27/arch/s390/kernel/
Dtraps.c89 regs->int_code, si_signo) == NOTIFY_STOP) in do_trap()
99 if (notify_die(DIE_SSTEP, "sstep", regs, 0, 0, SIGTRAP) == NOTIFY_STOP) in do_per_trap()
216 3, SIGTRAP) != NOTIFY_STOP) in illegal_op()
Dkprobes.c655 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
659 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
664 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
Duprobes.c121 return NOTIFY_STOP; in arch_uprobe_exception_notify()
125 return NOTIFY_STOP; in arch_uprobe_exception_notify()
/linux-4.1.27/arch/avr32/kernel/
Dkprobes.c217 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
221 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
Dtraps.c109 case NOTIFY_STOP: in do_nmi()
Dptrace.c256 == NOTIFY_STOP) in do_debug()
/linux-4.1.27/arch/tile/kernel/
Dkprobes.c351 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
355 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
363 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
Dkgdb.c356 return NOTIFY_STOP; in kgdb_notify()
369 return NOTIFY_STOP; in kgdb_notify()
/linux-4.1.27/arch/mips/kernel/
Dpm.c80 return NOTIFY_STOP; in mips_pm_notifier()
Dkprobes.c498 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
502 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
511 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
Dtraps.c387 SIGSEGV) == NOTIFY_STOP) in die()
473 SIGBUS) == NOTIFY_STOP) in do_be()
829 SIGFPE) == NOTIFY_STOP) in do_fpe()
884 if (kgdb_ll_trap(DIE_TRAP, str, regs, code, regs_to_trapnr(regs), SIGTRAP) == NOTIFY_STOP) in do_trap_or_bp()
889 SIGTRAP) == NOTIFY_STOP) in do_trap_or_bp()
990 regs_to_trapnr(regs), SIGTRAP) == NOTIFY_STOP) in do_bp()
996 regs_to_trapnr(regs), SIGTRAP) == NOTIFY_STOP) in do_bp()
1097 SIGILL) == NOTIFY_STOP) in do_ri()
1446 regs_to_trapnr(regs), SIGFPE) == NOTIFY_STOP) in do_msa_fpe()
Dkgdb.c329 return NOTIFY_STOP; in kgdb_mips_notify()
/linux-4.1.27/arch/mips/loongson/loongson-3/
Dcop2-ex.c53 return NOTIFY_STOP; /* Don't call default notifier */ in loongson_cu2_call()
/linux-4.1.27/arch/hexagon/kernel/
Dkgdb.c203 return NOTIFY_STOP; in __kgdb_notify()
213 return NOTIFY_STOP; in __kgdb_notify()
Dtraps.c216 NOTIFY_STOP) in die()
/linux-4.1.27/arch/sparc/oprofile/
Dinit.c31 ret = NOTIFY_STOP; in profile_timer_exceptions_notify()
/linux-4.1.27/arch/ia64/kernel/
Dtraps.c66 != NOTIFY_STOP) in die()
111 == NOTIFY_STOP) in ia64_bad_break()
175 == NOTIFY_STOP) in ia64_bad_break()
566 == NOTIFY_STOP) in ia64_fault()
Dkprobes.c998 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
1004 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
Dmca.c115 == NOTIFY_STOP) && ((spin) == 1)) \
122 == NOTIFY_STOP) && ((spin) == 1)) \
/linux-4.1.27/arch/unicore32/kernel/
Dtraps.c192 if (ret == NOTIFY_STOP) in __die()
236 if (ret != NOTIFY_STOP) in die()
/linux-4.1.27/crypto/
Dalgboss.c199 return NOTIFY_STOP; in cryptomgr_schedule_probe()
266 return NOTIFY_STOP; in cryptomgr_schedule_test()
Dapi.c276 if (ok == NOTIFY_STOP) in crypto_alg_mod_lookup()
Dalgapi.c334 if (err != NOTIFY_STOP) { in crypto_wait_for_test()
/linux-4.1.27/arch/mn10300/kernel/
Dkprobes.c575 return NOTIFY_STOP; in kprobe_exceptions_notify()
578 return NOTIFY_STOP; in kprobe_exceptions_notify()
584 return NOTIFY_STOP; in kprobe_exceptions_notify()
/linux-4.1.27/arch/arc/kernel/
Dtraps.c153 if (rc == NOTIFY_STOP) in do_insterror_or_kprobe()
Dkprobes.c374 return NOTIFY_STOP; in kprobe_exceptions_notify()
379 return NOTIFY_STOP; in kprobe_exceptions_notify()
/linux-4.1.27/drivers/edac/
Docteon_edac-pc.c82 return NOTIFY_STOP; in co_cache_error_event()
Dmce_amd.c757 return NOTIFY_STOP; in amd_decode_mce()
825 return NOTIFY_STOP; in amd_decode_mce()
Di7core_edac.c1902 return NOTIFY_STOP; in i7core_mce_check_error()
Dsb_edac.c2228 return NOTIFY_STOP; in sbridge_mce_check_error()
/linux-4.1.27/arch/arm64/kernel/
Dtraps.c200 if (ret == NOTIFY_STOP) in __die()
247 if (ret != NOTIFY_STOP) in die()
Dkgdb.c270 return NOTIFY_STOP; in __kgdb_notify()
/linux-4.1.27/include/linux/
Dnotifier.h165 #define NOTIFY_STOP (NOTIFY_OK|NOTIFY_STOP_MASK) macro
/linux-4.1.27/arch/arm/kernel/
Dkgdb.c197 return NOTIFY_STOP; in __kgdb_notify()
Dtraps.c248 if (ret == NOTIFY_STOP) in __die()
/linux-4.1.27/arch/mips/mm/
Dfault.c65 (regs->cp0_cause >> 2) & 0x1f, SIGSEGV) == NOTIFY_STOP) in __do_page_fault()
/linux-4.1.27/drivers/acpi/
Dacpi_extlog.c180 return NOTIFY_STOP; in extlog_print()
/linux-4.1.27/arch/x86/mm/
Dkmmio.c560 return NOTIFY_STOP; in kmmio_die_notifier()
/linux-4.1.27/drivers/tty/vt/
Dkeyboard.c1308 if (rc == NOTIFY_STOP || !key_map) { in kbd_keycode()
1329 if (rc != NOTIFY_STOP) in kbd_keycode()
1349 if (rc == NOTIFY_STOP) in kbd_keycode()
Dvt.c2298 &param) == NOTIFY_STOP) in do_con_write()
/linux-4.1.27/arch/tile/mm/
Dfault.c715 regs->faultnum, SIGSEGV) == NOTIFY_STOP) in do_page_fault()
/linux-4.1.27/drivers/i2c/busses/
Di2c-cadence.c744 return NOTIFY_STOP; in cdns_i2c_clk_notifier_cb()
Di2c-rk3x.c671 return NOTIFY_STOP; in rk3x_i2c_clk_notifier_cb()
/linux-4.1.27/Documentation/
Dmemory-hotplug.txt429 NOTIFY_DONE, NOTIFY_OK, NOTIFY_BAD, NOTIFY_STOP
438 NOTIFY_STOP stops further processing of the notification queue.
/linux-4.1.27/drivers/staging/speakup/
Dmain.c1484 return NOTIFY_STOP; in pre_handle_cursor()
1491 return NOTIFY_STOP; in pre_handle_cursor()
2197 ret = NOTIFY_STOP; in keyboard_notifier_call()
/linux-4.1.27/arch/x86/kernel/kprobes/
Dcore.c1024 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
/linux-4.1.27/arch/mips/kvm/
Dmips.c1612 return NOTIFY_STOP; in kvm_mips_csr_die_notify()
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
Dmce.c284 if (ret == NOTIFY_STOP) in print_mce()
/linux-4.1.27/drivers/char/ipmi/
Dipmi_si_intf.c3288 return NOTIFY_STOP; in dell_poweredge_bt_xaction_handler()