Home
last modified time | relevance | path

Searched defs:TRAP (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Dppc_defs.h74 #define TRAP 176 macro
/openbmc/linux/arch/sparc/include/asm/
H A Dttable.h25 #define TRAP(routine) \ macro
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1046 FIXTURE(TRAP) { in FIXTURE() argument
1050 FIXTURE_SETUP(TRAP) in FIXTURE_SETUP() argument
1067 FIXTURE_TEARDOWN(TRAP) in FIXTURE_TEARDOWN() argument
1073 TEST_F_SIGNAL(TRAP, dfl, SIGSYS) in TEST_F_SIGNAL() argument
1086 TEST_F_SIGNAL(TRAP, ign, SIGSYS) in TEST_F_SIGNAL() argument
1108 TEST_F(TRAP, handler) in TEST_F() argument
/openbmc/linux/arch/powerpc/include/asm/
H A Dptrace.h254 #define TRAP(regs) ((regs)->trap & ~TRAP_FLAGS_MASK) macro
/openbmc/qemu/disas/
H A Dmips.c1116 #define TRAP INSN_TRAP macro