Searched refs:tf_esp (Results 1 – 10 of 10) sorted by relevance
61 { "esp", (long *)&ddb_regs.tf_esp, FCN_NULL },198 &((struct callframe *)(ddb_regs.tf_esp-4))->f_arg0; in db_stack_trace_print()215 lastframe = (struct callframe *)(ddb_regs.tf_esp-4); in db_stack_trace_print()332 cf = (struct callframe *)((long)&tf->tf_esp - sizeof(long)); in db_get_pc()334 cf = (struct callframe *)(tf->tf_esp - sizeof(long)); in db_get_pc()
138 ddb_regs.tf_esp = (int)®s->tf_esp; /* kernel stack pointer */ in db_ktrap()172 regs->tf_esp = ddb_regs.tf_esp; in db_ktrap()
303 vframe = (void *)((int)&frame->tf_esp - in trap()308 vframe = (void *)((int)&frame->tf_esp - in trap()313 vframe = (void *)((int)&frame->tf_esp - in trap()320 vframe = (void *)((int)&frame->tf_esp - in trap()325 vframe = (void *)((int)&frame->tf_esp - in trap()551 params = (caddr_t)frame->tf_esp + sizeof(int); in syscall()
157 regs->r_esp = tf->tf_esp; in process_read_regs()259 tf->tf_esp = regs->r_esp; in process_write_regs()
94 tf->tf_esp = (u_int)stack; in cpu_fork()
2383 !sigonstack(tf->tf_esp) && onstack) in sendsig()2386 sp = tf->tf_esp; in sendsig()2427 frame.sf_sc.sc_esp = tf->tf_esp; in sendsig()2450 tf->tf_esp = (int)fp; in sendsig()2521 tf->tf_esp = ksc.sc_esp; in sys_sigreturn()2910 tf->tf_esp = stack; in setregs()
108 member tf_esp
69 int tf_esp; member
292 #define PROC_STACK(p) ((p)->p_md.md_regs->tf_esp)
354 args = (vaddr_t *)(tf->tf_esp + 4); in dt_prov_kprobe_hook()