Searched defs:TRAP (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/util/kvm-stat-arch/ | ||
| H A D | riscv_trap_types.h | 41 #define TRAP(x) { x, #x } macro |
| /linux/tools/testing/selftests/seccomp/ | ||
| H A D | seccomp_bpf.c | 1095 FIXTURE_TEARDOWN(TRAP) in TEST_F_SIGNAL() argument |
| /linux/arch/powerpc/include/asm/ | ||
| H A D | ptrace.h | 254 #define TRAP(regs) ((regs)->trap & ~TRAP_FLAGS_MASK) macro |