Home
last modified time | relevance | path

Searched refs:TARGET_SIGSTACK_ALIGN (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_signal.h73 #define TARGET_SIGSTACK_ALIGN 16 macro
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_signal.h89 #define TARGET_SIGSTACK_ALIGN 8 macro
/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_signal.h80 #define TARGET_SIGSTACK_ALIGN 16 macro
/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_signal.h91 #define TARGET_SIGSTACK_ALIGN 8 macro
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_signal.h100 #define TARGET_SIGSTACK_ALIGN 16 macro
/openbmc/qemu/bsd-user/
H A Dsignal.c731 return ROUND_DOWN(sp - frame_size, TARGET_SIGSTACK_ALIGN); in get_sigframe()