Home
last modified time | relevance | path

Searched refs:trap_handler (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/nios2/cpu/
H A Dtraps.c10 void trap_handler (struct pt_regs *regs) in trap_handler() function
H A Dexceptions.S90 movhi r3, %hi(trap_handler)
91 ori r3, r3, %lo(trap_handler)
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dexec_prot.c45 static void trap_handler(int signum, siginfo_t *sinfo, void *ctx) in trap_handler() function
129 trap_act.sa_sigaction = trap_handler; in test()
H A Dpkey_exec_prot.c30 static void trap_handler(int signum, siginfo_t *sinfo, void *ctx) in trap_handler() function
122 trap_act.sa_sigaction = trap_handler; in test()
/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/
H A D0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch68 ((sigint_handler = trap_to_sighandler (SIGINT)) == trap_handler))
70 trap_handler (SIGINT); /* set pending_traps[SIGINT] */
102 if (temp_handler == trap_handler && signal_is_trapped (SIGINT) == 0)