Home
last modified time | relevance | path

Searched refs:tf_usr_sp (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dframe.h78 register_t tf_usr_sp; member
87 #define tf_r13 tf_usr_sp
H A Dcpu.h57 #define cpu_getstack(td) ((td)->td_frame->tf_usr_sp)
58 #define cpu_setstack(td, sp) ((td)->td_frame->tf_usr_sp = (sp))
H A Dpmc_mdep.h64 #define PMC_TRAPFRAME_TO_USR_SP(TF) ((TF)->tf_usr_sp)
/f-stack/freebsd/arm/arm/
H A Dmachdep_kdb.c98 regs->r_sp = tf->tf_usr_sp; in fill_regs()
118 tf->tf_usr_sp = regs->r_sp; in set_regs()
H A Dmachdep.c349 tf->tf_usr_sp = stack; in exec_setregs()
450 gr[_REG_SP] = tf->tf_usr_sp; in get_mcontext()
516 tf->tf_usr_sp = gr[_REG_SP]; in set_mcontext()
551 onstack = sigonstack(tf->tf_usr_sp);
565 fp = (struct sigframe *)td->td_frame->tf_usr_sp;
613 tf->tf_usr_sp = (register_t)fp;
629 tf->tf_usr_sp);
681 pcb->pcb_regs.sf_sp = tf->tf_usr_sp; in makectx()
H A Dsyscall.c128 error = copyin((void *)td->td_frame->tf_usr_sp, sa->args + in cpu_fetch_syscall_args()
H A Ddb_interface.c92 { "usr_sp", DB_OFFSET(tf_usr_sp), db_frame },
H A Dvm_machdep.c234 tf->tf_usr_sp = STACKALIGN((int)stack->ss_sp + stack->ss_size); in cpu_set_upcall()
H A Dmachdep_ptrace.c76 ret = td->td_frame->tf_usr_sp; in ptrace_get_usr_reg()
H A Dtrap-v6.c606 tf->tf_usr_sp, tf->tf_usr_lr); in abort_fatal()
/f-stack/freebsd/arm/cloudabi32/
H A Dcloudabi32_sysvec.c91 error = copyin((void *)td->td_frame->tf_usr_sp, &sa->args[4], in cloudabi32_fetch_syscall_args()