Searched refs:target_sigsp (Results 1 – 18 of 18) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | signal-common.h | 33 abi_ulong target_sigsp(abi_ulong sp, struct target_sigaction *ka);
|
H A D | signal.c | 268 abi_ulong target_sigsp(abi_ulong sp, struct target_sigaction *ka) in target_sigsp() function
|
/openbmc/qemu/linux-user/openrisc/ |
H A D | signal.c | 84 sp = target_sigsp(sp, ka); in get_sigframe()
|
/openbmc/qemu/linux-user/riscv/ |
H A D | signal.c | 74 sp = target_sigsp(sp, ka) - framesize; in get_sigframe()
|
/openbmc/qemu/linux-user/alpha/ |
H A D | signal.c | 120 sp = target_sigsp(get_sp_from_cpustate(env), sa); in get_sigframe()
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | signal.c | 60 sp = target_sigsp(get_sp_from_cpustate(env), sa); in get_sigframe()
|
/openbmc/qemu/linux-user/microblaze/ |
H A D | signal.c | 130 sp = target_sigsp(sp, ka); in get_sigframe()
|
/openbmc/qemu/linux-user/mips/ |
H A D | signal.c | 183 sp = target_sigsp(get_sp_from_cpustate(regs) - 32, ka); in get_sigframe()
|
/openbmc/qemu/linux-user/sh4/ |
H A D | signal.c | 79 sp = target_sigsp(sp, ka); in get_sigframe()
|
/openbmc/qemu/linux-user/s390x/ |
H A D | signal.c | 105 sp = target_sigsp(sp, ka); in get_sigframe()
|
/openbmc/qemu/linux-user/m68k/ |
H A D | signal.c | 120 sp = target_sigsp(get_sp_from_cpustate(regs), ka); in get_sigframe()
|
/openbmc/qemu/linux-user/hexagon/ |
H A D | signal.c | 70 sp = target_sigsp(sp, ka) - framesize; in get_sigframe()
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | signal.c | 339 sp = target_sigsp(get_sp_from_cpustate(env), ka); in get_sigframe()
|
/openbmc/qemu/linux-user/ppc/ |
H A D | signal.c | 229 oldsp = target_sigsp(get_sp_from_cpustate(env), ka); in get_sigframe()
|
/openbmc/qemu/linux-user/arm/ |
H A D | signal.c | 163 sp = target_sigsp(get_sp_from_cpustate(regs), ka); in get_sigframe()
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | signal.c | 517 sp = target_sigsp(get_sp_from_cpustate(env), ka); in get_sigframe()
|
/openbmc/qemu/linux-user/sparc/ |
H A D | signal.c | 111 sp = target_sigsp(sp, sa) - framesize; in get_sigframe()
|
/openbmc/qemu/linux-user/i386/ |
H A D | signal.c | 258 sp = target_sigsp(sp, ka); in get_sigframe()
|