/linux-3.4.99/arch/sh/kernel/ |
D | traps.c | 64 SIGTRAP) == NOTIFY_STOP) in BUILD_TRAP_HANDLER() 81 SIGTRAP) == NOTIFY_STOP) in BUILD_TRAP_HANDLER() 106 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()
|
/linux-3.4.99/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-3.4.99/arch/x86/kernel/ |
D | traps.c | 185 == NOTIFY_STOP) \ 200 == NOTIFY_STOP) \ 227 X86_TRAP_SS, SIGBUS) == NOTIFY_STOP) in do_stack_segment() 300 X86_TRAP_GP, SIGSEGV) == NOTIFY_STOP) in do_general_protection() 310 SIGTRAP) == NOTIFY_STOP) in do_int3() 315 SIGTRAP) == NOTIFY_STOP) in do_int3() 416 SIGTRAP) == NOTIFY_STOP) in do_debug() 470 if (notify_die(DIE_TRAP, str, regs, error_code, trapnr, SIGFPE) == NOTIFY_STOP) in math_error() 653 X86_TRAP_IRET, SIGILL) == NOTIFY_STOP) in do_iret_error()
|
/linux-3.4.99/drivers/staging/nvec/ |
D | nvec_ps2.c | 79 return NOTIFY_STOP; in nvec_ps2_notifier() 90 return NOTIFY_STOP; in nvec_ps2_notifier()
|
D | nvec_kbd.c | 61 return NOTIFY_STOP; in nvec_keys_notifier() 76 return NOTIFY_STOP; in nvec_keys_notifier()
|
D | nvec_power.c | 101 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-3.4.99/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-3.4.99/arch/sparc/kernel/ |
D | traps_64.c | 88 0, lvl, SIGTRAP) == NOTIFY_STOP) in bad_trap() 118 0, lvl, SIGTRAP) == NOTIFY_STOP) in bad_trap_tl1() 191 0, 0x8, SIGTRAP) == NOTIFY_STOP) in spitfire_insn_access_exception() 214 0, 0x8, SIGTRAP) == NOTIFY_STOP) in spitfire_insn_access_exception_tl1() 228 0, 0x8, SIGTRAP) == NOTIFY_STOP) in sun4v_insn_access_exception() 253 0, 0x8, SIGTRAP) == NOTIFY_STOP) in sun4v_insn_access_exception_tl1() 265 0, 0x30, SIGTRAP) == NOTIFY_STOP) in spitfire_data_access_exception() 301 0, 0x30, SIGTRAP) == NOTIFY_STOP) in spitfire_data_access_exception_tl1() 315 0, 0x8, SIGTRAP) == NOTIFY_STOP) in sun4v_data_access_exception() 355 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() 109 pt_regs_trap_type(regs), SIGINT) == NOTIFY_STOP) in perfctr_irq()
|
D | kprobes.c | 406 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 410 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 434 regs, 0, trap_level, SIGTRAP) != NOTIFY_STOP) in kprobe_trap()
|
/linux-3.4.99/arch/avr32/kernel/ |
D | kprobes.c | 217 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 221 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
|
/linux-3.4.99/arch/powerpc/kernel/ |
D | hw_breakpoint.c | 209 int rc = NOTIFY_STOP; in hw_breakpoint_handler() 326 return NOTIFY_STOP; in single_step_dabr_instruction()
|
D | traps.c | 205 if (notify_die(DIE_OOPS, str, regs, err, 255, SIGSEGV) == NOTIFY_STOP) in __die() 718 5, SIGTRAP) == NOTIFY_STOP) in instruction_breakpoint_exception() 735 5, SIGTRAP) == NOTIFY_STOP) in single_step_exception() 1017 == NOTIFY_STOP) in program_check_exception() 1331 5, SIGTRAP) == NOTIFY_STOP) { in DebugException() 1345 5, SIGTRAP) == NOTIFY_STOP) { in DebugException()
|
D | kprobes.c | 500 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 504 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
|
/linux-3.4.99/arch/hexagon/kernel/ |
D | kgdb.c | 199 return NOTIFY_STOP; in __kgdb_notify() 209 return NOTIFY_STOP; in __kgdb_notify()
|
/linux-3.4.99/arch/sparc/oprofile/ |
D | init.c | 31 ret = NOTIFY_STOP; in profile_timer_exceptions_notify()
|
/linux-3.4.99/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()
|
/linux-3.4.99/arch/mips/kernel/ |
D | traps.c | 379 if (notify_die(DIE_OOPS, str, regs, 0, regs_to_trapnr(regs), SIGSEGV) == NOTIFY_STOP) in die() 466 == NOTIFY_STOP) in do_be() 702 == NOTIFY_STOP) in do_fpe() 765 if (kgdb_ll_trap(DIE_TRAP, str, regs, code, regs_to_trapnr(regs), SIGTRAP) == NOTIFY_STOP) in do_trap_or_bp() 769 if (notify_die(DIE_TRAP, str, regs, code, regs_to_trapnr(regs), SIGTRAP) == NOTIFY_STOP) in do_trap_or_bp() 841 if (notify_die(DIE_BREAK, "debug", regs, bcode, regs_to_trapnr(regs), SIGTRAP) == NOTIFY_STOP) in do_bp() 846 …(notify_die(DIE_SSTEPBP, "single_step", regs, bcode, regs_to_trapnr(regs), SIGTRAP) == NOTIFY_STOP) in do_bp() 887 == NOTIFY_STOP) in do_ri()
|
D | kprobes.c | 495 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 499 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 508 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
|
/linux-3.4.99/arch/unicore32/kernel/ |
D | traps.c | 198 if (ret == NOTIFY_STOP) in __die() 242 if (ret != NOTIFY_STOP) in die()
|
/linux-3.4.99/kernel/time/ |
D | tick-common.c | 275 return NOTIFY_STOP; in tick_check_new_device() 282 ret = NOTIFY_STOP; in tick_check_new_device()
|
/linux-3.4.99/arch/s390/kernel/ |
D | kprobes.c | 593 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 597 ret = NOTIFY_STOP; in kprobe_exceptions_notify() 602 ret = NOTIFY_STOP; in kprobe_exceptions_notify()
|
/linux-3.4.99/crypto/ |
D | algboss.c | 199 return NOTIFY_STOP; in cryptomgr_schedule_probe() 264 return NOTIFY_STOP; in cryptomgr_schedule_test()
|
/linux-3.4.99/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()
|