Home
last modified time | relevance | path

Searched refs:TCG_TARGET_CALL_STACK_OFFSET (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/tcg/mips/
H A Dtcg-target.h76 # define TCG_TARGET_CALL_STACK_OFFSET 16 macro
80 # define TCG_TARGET_CALL_STACK_OFFSET 0 macro
/openbmc/qemu/tcg/i386/
H A Dtcg-target.h96 #define TCG_TARGET_CALL_STACK_OFFSET 32 macro
98 #define TCG_TARGET_CALL_STACK_OFFSET 0 macro
/openbmc/qemu/tcg/tci/
H A Dtcg-target.h150 #define TCG_TARGET_CALL_STACK_OFFSET 0 macro
/openbmc/qemu/tcg/arm/
H A Dtcg-target.h90 #define TCG_TARGET_CALL_STACK_OFFSET 0 macro
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.h72 #define TCG_TARGET_CALL_STACK_OFFSET (128 + 6*8 + TCG_TARGET_STACK_BIAS) macro
H A Dtcg-target.c.inc954 * TCG_TARGET_CALL_STACK_OFFSET includes the stack bias, but is
957 frame_size = TCG_TARGET_CALL_STACK_OFFSET - TCG_TARGET_STACK_BIAS;
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.h93 #define TCG_TARGET_CALL_STACK_OFFSET 0 macro
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.h55 #define TCG_TARGET_CALL_STACK_OFFSET 0 macro
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.h170 #define TCG_TARGET_CALL_STACK_OFFSET 160 macro
H A Dtcg-target.c.inc3552 #define FRAME_SIZE ((int)(TCG_TARGET_CALL_STACK_OFFSET \
3565 TCG_STATIC_CALL_ARGS_SIZE + TCG_TARGET_CALL_STACK_OFFSET,
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.h65 #define TCG_TARGET_CALL_STACK_OFFSET 0 macro
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc2794 # define TCG_TARGET_CALL_STACK_OFFSET (LINK_AREA_SIZE + 8 * SZR)
2812 #ifndef TCG_TARGET_CALL_STACK_OFFSET
2813 # define TCG_TARGET_CALL_STACK_OFFSET LINK_AREA_SIZE
2819 #define FRAME_SIZE ((TCG_TARGET_CALL_STACK_OFFSET \
/openbmc/qemu/tcg/
H A Dtcg.c1035 return TCG_TARGET_CALL_STACK_OFFSET + stk_slot * sizeof(tcg_target_long); in arg_slot_stk_ofs()
5877 int ofs_slot0 = TCG_TARGET_CALL_STACK_OFFSET; in tcg_out_ld_helper_args()
5943 ofs_slot0 = TCG_TARGET_CALL_STACK_OFFSET; in tcg_out_ld_helper_ret()