/linux-4.1.27/Documentation/input/ |
D | notifier.txt | 22 For each kind of event but the last, the callback may return NOTIFY_STOP in 31 if (notifier_call_chain(KBD_KEYCODE,¶ms) == NOTIFY_STOP) 39 if (notifier_call_chain(KBD_UNICODE,¶ms) == NOTIFY_STOP) 46 if (notifier_call_chain(KBD_KEYSYM,¶ms) == NOTIFY_STOP)
|
/linux-4.1.27/arch/sh/kernel/ |
D | traps.c | 135 SIGTRAP) == NOTIFY_STOP) in BUILD_TRAP_HANDLER() 152 SIGTRAP) == NOTIFY_STOP) in BUILD_TRAP_HANDLER() 177 case NOTIFY_STOP: in BUILD_TRAP_HANDLER()
|
D | kprobes.c | 499 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()
|
D | hw_breakpoint.c | 283 int cpu, i, rc = NOTIFY_STOP; in hw_breakpoint_handler()
|
D | kgdb.c | 348 return NOTIFY_STOP; in __kgdb_notify()
|
/linux-4.1.27/arch/x86/kernel/ |
D | traps.c | 296 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()
|
D | uprobes.c | 921 ret = NOTIFY_STOP; in arch_uprobe_exception_notify() 927 ret = NOTIFY_STOP; in arch_uprobe_exception_notify()
|
D | kgdb.c | 511 return NOTIFY_STOP; in single_step_cont() 568 return NOTIFY_STOP; in __kgdb_notify()
|
D | dumpstack.c | 276 current->thread.trap_nr, SIGSEGV) == NOTIFY_STOP) in __die()
|
D | hw_breakpoint.c | 417 int i, cpu, rc = NOTIFY_STOP; in hw_breakpoint_handler()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | uprobes.c | 151 return NOTIFY_STOP; in arch_uprobe_exception_notify() 155 return NOTIFY_STOP; in arch_uprobe_exception_notify()
|
D | hw_breakpoint.c | 210 int rc = NOTIFY_STOP; in hw_breakpoint_handler() 329 return NOTIFY_STOP; in single_step_dabr_instruction()
|
D | kprobes.c | 483 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 487 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
|
D | traps.c | 214 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()
|
D | process.c | 313 11, SIGSEGV) == NOTIFY_STOP) in do_send_trap() 331 11, SIGSEGV) == NOTIFY_STOP) in do_break()
|
/linux-4.1.27/drivers/accessibility/braille/ |
D | braille_console.c | 174 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/ |
D | nvec_ps2.c | 88 return NOTIFY_STOP; in nvec_ps2_notifier() 99 return NOTIFY_STOP; in nvec_ps2_notifier()
|
D | nvec_kbd.c | 68 return NOTIFY_STOP; in nvec_keys_notifier() 83 return NOTIFY_STOP; in nvec_keys_notifier()
|
D | nvec_power.c | 103 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/ |
D | traps_64.c | 92 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 …]
|
D | nmi.c | 74 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP) in die_nmi() 97 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP) in perfctr_irq()
|
D | kprobes.c | 407 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()
|
D | perf_event.c | 1638 return NOTIFY_STOP; in perf_event_nmi_handler()
|
/linux-4.1.27/arch/s390/kernel/ |
D | traps.c | 89 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()
|
D | kprobes.c | 655 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 659 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 664 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
|
D | uprobes.c | 121 return NOTIFY_STOP; in arch_uprobe_exception_notify() 125 return NOTIFY_STOP; in arch_uprobe_exception_notify()
|
/linux-4.1.27/arch/avr32/kernel/ |
D | kprobes.c | 217 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 221 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
|
D | traps.c | 109 case NOTIFY_STOP: in do_nmi()
|
D | ptrace.c | 256 == NOTIFY_STOP) in do_debug()
|
/linux-4.1.27/arch/tile/kernel/ |
D | kprobes.c | 351 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 355 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 363 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
|
D | kgdb.c | 356 return NOTIFY_STOP; in kgdb_notify() 369 return NOTIFY_STOP; in kgdb_notify()
|
/linux-4.1.27/arch/mips/kernel/ |
D | pm.c | 80 return NOTIFY_STOP; in mips_pm_notifier()
|
D | kprobes.c | 498 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 502 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 511 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
|
D | traps.c | 387 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()
|
D | kgdb.c | 329 return NOTIFY_STOP; in kgdb_mips_notify()
|
/linux-4.1.27/arch/mips/loongson/loongson-3/ |
D | cop2-ex.c | 53 return NOTIFY_STOP; /* Don't call default notifier */ in loongson_cu2_call()
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | kgdb.c | 203 return NOTIFY_STOP; in __kgdb_notify() 213 return NOTIFY_STOP; in __kgdb_notify()
|
D | traps.c | 216 NOTIFY_STOP) in die()
|
/linux-4.1.27/arch/sparc/oprofile/ |
D | init.c | 31 ret = NOTIFY_STOP; in profile_timer_exceptions_notify()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | traps.c | 66 != NOTIFY_STOP) in die() 111 == NOTIFY_STOP) in ia64_bad_break() 175 == NOTIFY_STOP) in ia64_bad_break() 566 == NOTIFY_STOP) in ia64_fault()
|
D | kprobes.c | 998 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 1004 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
|
D | mca.c | 115 == NOTIFY_STOP) && ((spin) == 1)) \ 122 == NOTIFY_STOP) && ((spin) == 1)) \
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | traps.c | 192 if (ret == NOTIFY_STOP) in __die() 236 if (ret != NOTIFY_STOP) in die()
|
/linux-4.1.27/crypto/ |
D | algboss.c | 199 return NOTIFY_STOP; in cryptomgr_schedule_probe() 266 return NOTIFY_STOP; in cryptomgr_schedule_test()
|
D | api.c | 276 if (ok == NOTIFY_STOP) in crypto_alg_mod_lookup()
|
D | algapi.c | 334 if (err != NOTIFY_STOP) { in crypto_wait_for_test()
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | kprobes.c | 575 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/ |
D | traps.c | 153 if (rc == NOTIFY_STOP) in do_insterror_or_kprobe()
|
D | kprobes.c | 374 return NOTIFY_STOP; in kprobe_exceptions_notify() 379 return NOTIFY_STOP; in kprobe_exceptions_notify()
|
/linux-4.1.27/drivers/edac/ |
D | octeon_edac-pc.c | 82 return NOTIFY_STOP; in co_cache_error_event()
|
D | mce_amd.c | 757 return NOTIFY_STOP; in amd_decode_mce() 825 return NOTIFY_STOP; in amd_decode_mce()
|
D | i7core_edac.c | 1902 return NOTIFY_STOP; in i7core_mce_check_error()
|
D | sb_edac.c | 2228 return NOTIFY_STOP; in sbridge_mce_check_error()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | traps.c | 200 if (ret == NOTIFY_STOP) in __die() 247 if (ret != NOTIFY_STOP) in die()
|
D | kgdb.c | 270 return NOTIFY_STOP; in __kgdb_notify()
|
/linux-4.1.27/include/linux/ |
D | notifier.h | 165 #define NOTIFY_STOP (NOTIFY_OK|NOTIFY_STOP_MASK) macro
|
/linux-4.1.27/arch/arm/kernel/ |
D | kgdb.c | 197 return NOTIFY_STOP; in __kgdb_notify()
|
D | traps.c | 248 if (ret == NOTIFY_STOP) in __die()
|
/linux-4.1.27/arch/mips/mm/ |
D | fault.c | 65 (regs->cp0_cause >> 2) & 0x1f, SIGSEGV) == NOTIFY_STOP) in __do_page_fault()
|
/linux-4.1.27/drivers/acpi/ |
D | acpi_extlog.c | 180 return NOTIFY_STOP; in extlog_print()
|
/linux-4.1.27/arch/x86/mm/ |
D | kmmio.c | 560 return NOTIFY_STOP; in kmmio_die_notifier()
|
/linux-4.1.27/drivers/tty/vt/ |
D | keyboard.c | 1308 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()
|
D | vt.c | 2298 ¶m) == NOTIFY_STOP) in do_con_write()
|
/linux-4.1.27/arch/tile/mm/ |
D | fault.c | 715 regs->faultnum, SIGSEGV) == NOTIFY_STOP) in do_page_fault()
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-cadence.c | 744 return NOTIFY_STOP; in cdns_i2c_clk_notifier_cb()
|
D | i2c-rk3x.c | 671 return NOTIFY_STOP; in rk3x_i2c_clk_notifier_cb()
|
/linux-4.1.27/Documentation/ |
D | memory-hotplug.txt | 429 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/ |
D | main.c | 1484 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/ |
D | core.c | 1024 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
|
/linux-4.1.27/arch/mips/kvm/ |
D | mips.c | 1612 return NOTIFY_STOP; in kvm_mips_csr_die_notify()
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
D | mce.c | 284 if (ret == NOTIFY_STOP) in print_mce()
|
/linux-4.1.27/drivers/char/ipmi/ |
D | ipmi_si_intf.c | 3288 return NOTIFY_STOP; in dell_poweredge_bt_xaction_handler()
|