Searched refs:trapped (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/tools/testing/selftests/breakpoints/ |
D | breakpoint_test.c | 131 static int trapped; variable 139 if (!trapped) in check_trapped() 141 trapped = 0; in check_trapped() 279 if (ptrace(PTRACE_POKEDATA, child_pid, &trapped, 1)) in check_success()
|
/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | io.c | 409 if (!IoAdapter->trapped && IoAdapter->trapFnc) in request() 415 if (IoAdapter->trapped && IoAdapter->os_trap_nfy_Fnc) { in request() 523 for (rc = 0, i = (IoAdapter->trapped ? 3000 : 250); !rc && (i > 0); --i) in pcm_req() 561 for (i = (IoAdapter->trapped ? 3000 : 250); --i > 0;) in pcm_req() 574 int trapped = IoAdapter->trapped; in pcm_req() local 579 if (!trapped && IoAdapter->trapped && IoAdapter->os_trap_nfy_Fnc) { in pcm_req()
|
D | s_bri.c | 67 IoAdapter->trapped = 1; in bri_cpu_trapped() 94 IoAdapter->trapped = 2; in bri_cpu_trapped()
|
D | s_pri.c | 62 IoAdapter->trapped = 1; in pri_cpu_trapped() 84 IoAdapter->trapped = 2; in pri_cpu_trapped()
|
D | s_4bri.c | 66 IoAdapter->trapped = 1; in qBri_cpu_trapped() 92 IoAdapter->trapped = 2; in qBri_cpu_trapped()
|
D | io.h | 91 int trapped; member
|
D | divasproc.c | 324 } else if (a->xdi_adapter.trapped) { in info_proc_show()
|
D | os_bri.c | 458 } else if (a->xdi_adapter.trapped) { in diva_bri_cmd_card_proc() 582 IoAdapter->trapped = 0; in diva_bri_reset_adapter()
|
D | os_pri.c | 386 IoAdapter->trapped = 0; in diva_pri_reset_adapter() 705 } else if (a->xdi_adapter.trapped) { in diva_pri_cmd_card_proc()
|
D | os_4bri.c | 697 } else if (a->xdi_adapter.trapped) { in diva_4bri_cmd_card_proc() 885 Slave->trapped = 0; in diva_4bri_reset_adapter()
|
/Linux-v4.19/Documentation/powerpc/ |
D | DAWR-POWER9.txt | 56 trapped in GDB. The watchpoint is remembered, so if the guest is
|
/Linux-v4.19/arch/nios2/ |
D | Kconfig | 89 2 or 4. Any non-aligned load/store instructions will be trapped and
|
/Linux-v4.19/fs/affs/ |
D | Changes | 224 can be trapped. Previously, ro remounts didn't
|
/Linux-v4.19/Documentation/sysctl/ |
D | kernel.txt | 262 When the value in this file is 0, ctrl-alt-del is trapped and 535 trapped and potentially data must be migrated. However, the higher the scan 1047 value is non-zero, unknown NMI is trapped and then panic occurs. At
|
/Linux-v4.19/Documentation/ |
D | kprobes.txt | 32 .. [1] some parts of the kernel code can not be trapped, see
|
/Linux-v4.19/arch/arm/ |
D | Kconfig.debug | 1358 semihosting enabled for the special svc call to be trapped
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | api.txt | 2728 correctly trapped and the KVM run loop exits at the breakpoint and not
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 2859 noiotrap [SH] Disables trapped I/O port accesses.
|