Home
last modified time | relevance | path

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

/openbmc/u-boot/examples/api/
H A Dcrt0.S55 PTR_S $ra, return_addr
59 PTR_L $ra, return_addr
64 return_addr: label
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/
H A Dppc-musl.patch41 if (sigtramp32_vdso && (sigtramp32_vdso == current->return_addr)) {
48 } else if (sigtramp32_rt_vdso && (sigtramp32_rt_vdso == current->return_addr)) {
/openbmc/qemu/linux-user/aarch64/
H A Dsignal.c337 CPUARMState *env, uint64_t return_addr) in target_restore_fpsimd_record()
350 if (put_user_u64(return_addr, gcspr - 8)) { in target_restore_fpsimd_record()
824 abi_ulong frame_addr, return_addr; in setup_rt_frame()
904 return_addr = ka->sa_restorer;
906 return_addr = default_rt_sigreturn;
917 !target_setup_gcs_record((void *)frame + gcs_ofs, env, return_addr)) {
947 env->xregs[30] = return_addr;
690 abi_ulong frame_addr, return_addr; target_setup_frame() local