Lines Matching refs:ucp
79 md_syscall_get_syscallnumber(ucontext_t *ucp, uint32_t *code) in md_syscall_get_syscallnumber() argument
85 md_syscall_getargs(lwp_t *l, ucontext_t *ucp, int nargs, int argsize, in md_syscall_getargs() argument
93 md_syscall_set_returnargs(lwp_t *l, ucontext_t *ucp, in md_syscall_set_returnargs() argument
100 md_get_pc(ucontext_t *ucp) in md_get_pc() argument
102 unsigned int *reg = (unsigned int *)&ucp->uc_mcontext; in md_get_pc()
107 md_get_sp(ucontext_t *ucp) in md_get_sp() argument
109 unsigned int *reg = (unsigned int *)&ucp->uc_mcontext; in md_get_sp()
114 md_syscall_check_opcode(ucontext_t *ucp) in md_syscall_check_opcode() argument
121 md_syscall_get_opcode(ucontext_t *ucp, uint32_t *opcode) in md_syscall_get_opcode() argument
127 md_syscall_inc_pc(ucontext_t *ucp, uint32_t opcode) in md_syscall_inc_pc() argument
133 md_syscall_dec_pc(ucontext_t *ucp, uint32_t opcode) in md_syscall_dec_pc() argument