Home
last modified time | relevance | path

Searched refs:trap_handler (Results 1 – 3 of 3) 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/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)