Home
last modified time | relevance | path

Searched refs:TRAP_NOARG (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/sh/kernel/
H A Dsignal_32.c56 #define TRAP_NOARG 0xc320 /* Syscall w/no args (NR in R3) */ macro
58 #define TRAP_NOARG 0xc310 /* Syscall w/no args (NR in R3) */ macro
297 err |= __put_user(TRAP_NOARG, &frame->retcode[1]); in setup_frame()
367 err |= __put_user(TRAP_NOARG, &frame->retcode[1]); in setup_rt_frame()
/openbmc/qemu/linux-user/sh4/
H A Dsignal.c74 #define TRAP_NOARG 0xc310 /* Syscall w/no args (NR in R3) SH3/4 */ macro
339 __put_user(TRAP_NOARG, &tramp[1]); in setup_sigtramp()
344 __put_user(TRAP_NOARG, &tramp[4]); in setup_sigtramp()