Home
last modified time | relevance | path

Searched refs:TARGET_STACK_BIAS (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/linux-user/sparc/
H A Dtarget_cpu.h24 # define TARGET_STACK_BIAS 2047 macro
26 # define TARGET_STACK_BIAS 0 macro
94 return state->regwptr[WREG_SP] + TARGET_STACK_BIAS; in get_sp_from_cpustate()
H A Dsignal.c345 env->regwptr[WREG_SP] = sf_addr - TARGET_STACK_BIAS; in setup_rt_frame()
463 if ((ptr + TARGET_STACK_BIAS) & 7) { in do_rt_sigreturn()
/openbmc/qemu/linux-user/
H A Delfload.c1022 - TARGET_STACK_BIAS); in init_thread()