Searched refs:tf_usr_sp (Results 1 – 10 of 10) sorted by relevance
/openbsd/sys/arch/arm/arm/ |
H A D | sig_machdep.c | 89 !sigonstack(tf->tf_usr_sp) && onstack) in sendsig() 93 fp = (struct sigframe *)tf->tf_usr_sp; in sendsig() 122 frame.sf_sc.sc_usr_sp = tf->tf_usr_sp; in sendsig() 158 tf->tf_usr_sp = (register_t)fp; in sendsig() 227 tf->tf_usr_sp = ksc.sc_usr_sp; in sys_sigreturn()
|
H A D | process_machdep.c | 127 regs->r_sp = tf->tf_usr_sp; in process_read_regs() 161 tf->tf_usr_sp = regs->r_sp; in process_write_regs()
|
H A D | arm_machdep.c | 115 tf->tf_usr_sp = stack; in setregs()
|
H A D | db_machdep.c | 62 frame->tf_r12, frame->tf_usr_sp, frame->tf_usr_lr, frame->tf_pc); in db_show_frame_cmd()
|
H A D | syscall.c | 126 if ((error = copyin((void *)frame->tf_usr_sp, copyargs + nap, in swi_handler()
|
H A D | vm_machdep.c | 116 tf->tf_usr_sp = (vaddr_t)stack & -8; in cpu_fork()
|
H A D | db_interface.c | 78 { "usr_sp", (long *)&ddb_regs.tf_usr_sp, FCN_NULL, },
|
H A D | fault.c | 421 tf->tf_usr_sp, tf->tf_usr_lr); in dab_fatal()
|
/openbsd/sys/arch/arm/include/ |
H A D | frame.h | 73 register_t tf_usr_sp; member 82 #define tf_r13 tf_usr_sp
|
H A D | cpu.h | 130 #define PROC_STACK(p) ((p)->p_addr->u_pcb.pcb_tf->tf_usr_sp)
|