Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/sparc/
H A Dtarget_cpu.h61 env->regwptr[WREG_SP] = newsp; in cpu_clone_regs_child()
94 return state->regwptr[WREG_SP] + TARGET_STACK_BIAS; in get_sp_from_cpustate()
H A Dsignal.c287 env->regwptr[WREG_SP] = sf_addr; in setup_frame()
345 env->regwptr[WREG_SP] = sf_addr - TARGET_STACK_BIAS; in setup_rt_frame()
386 sf_addr = env->regwptr[WREG_SP]; in do_sigreturn()
462 __get_user(ptr, &sf->regs.u_regs[8 + WREG_SP]); in do_rt_sigreturn()
/openbmc/qemu/target/sparc/
H A Dcpu.h48 WREG_SP = WREG_O6, enumerator