Home
last modified time | relevance | path

Searched defs:ucp (Results 1 – 25 of 93) sorted by relevance

1234

/netbsd/sys/arch/usermode/target/arm/
H A Dcpu_arm.c79 md_syscall_get_syscallnumber(ucontext_t *ucp, uint32_t *code) in md_syscall_get_syscallnumber()
85 md_syscall_getargs(lwp_t *l, ucontext_t *ucp, int nargs, int argsize, in md_syscall_getargs()
93 md_syscall_set_returnargs(lwp_t *l, ucontext_t *ucp, in md_syscall_set_returnargs()
100 md_get_pc(ucontext_t *ucp) in md_get_pc()
107 md_get_sp(ucontext_t *ucp) in md_get_sp()
114 md_syscall_check_opcode(ucontext_t *ucp) in md_syscall_check_opcode()
121 md_syscall_get_opcode(ucontext_t *ucp, uint32_t *opcode) in md_syscall_get_opcode()
127 md_syscall_inc_pc(ucontext_t *ucp, uint32_t opcode) in md_syscall_inc_pc()
133 md_syscall_dec_pc(ucontext_t *ucp, uint32_t opcode) in md_syscall_dec_pc()
/netbsd/sys/arch/usermode/target/x86_64/
H A Dcpu_x86_64.c100 ucontext_t *ucp; in sendsig_siginfo() local
180 ucontext_t *ucp; in setregs() local
202 md_syscall_get_syscallnumber(ucontext_t *ucp, uint32_t *code) in md_syscall_get_syscallnumber()
209 md_syscall_getargs(lwp_t *l, ucontext_t *ucp, int nargs, int argsize, in md_syscall_getargs()
239 md_syscall_set_returnargs(lwp_t *l, ucontext_t *ucp, in md_syscall_set_returnargs()
259 md_get_pc(ucontext_t *ucp) in md_get_pc()
267 md_get_sp(ucontext_t *ucp) in md_get_sp()
275 md_syscall_check_opcode(ucontext_t *ucp) in md_syscall_check_opcode()
295 md_syscall_get_opcode(ucontext_t *ucp, uint32_t *opcode) in md_syscall_get_opcode()
315 md_syscall_inc_pc(ucontext_t *ucp, uint32_t opcode) in md_syscall_inc_pc()
[all …]
/netbsd/sys/arch/usermode/target/i386/
H A Dcpu_i386.c104 ucontext_t *ucp; in sendsig_siginfo() local
178 ucontext_t *ucp; in setregs() local
221 md_syscall_get_syscallnumber(ucontext_t *ucp, uint32_t *code) in md_syscall_get_syscallnumber()
228 md_syscall_getargs(lwp_t *l, ucontext_t *ucp, int nargs, int argsize, in md_syscall_getargs()
242 md_syscall_set_returnargs(lwp_t *l, ucontext_t *ucp, in md_syscall_set_returnargs()
262 md_get_pc(ucontext_t *ucp) in md_get_pc()
271 md_get_sp(ucontext_t *ucp) in md_get_sp()
280 md_syscall_check_opcode(ucontext_t *ucp) in md_syscall_check_opcode()
299 md_syscall_get_opcode(ucontext_t *ucp, uint32_t *opcode) in md_syscall_get_opcode()
320 md_syscall_inc_pc(ucontext_t *ucp, uint32_t opcode) in md_syscall_inc_pc()
[all …]
/netbsd/lib/libpthread/arch/i386/
H A Dpthread_md.h47 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_UESP]) argument
50 _initcontext_u_md(ucontext_t *ucp) in _initcontext_u_md()
61 #define _INITCONTEXT_U_MD(ucp) _initcontext_u_md(ucp); argument
/netbsd/external/bsd/file/dist/src/
H A Dis_json.c133 json_parse_string(const unsigned char **ucp, const unsigned char *ue, in json_parse_string()
186 json_parse_array(const unsigned char **ucp, const unsigned char *ue, in json_parse_array()
223 json_parse_object(const unsigned char **ucp, const unsigned char *ue, in json_parse_object()
280 json_parse_number(const unsigned char **ucp, const unsigned char *ue, in json_parse_number()
332 json_parse_const(const unsigned char **ucp, const unsigned char *ue, in json_parse_const()
352 json_parse(const unsigned char **ucp, const unsigned char *ue, in json_parse()
/netbsd/lib/libpthread/arch/powerpc/
H A Dpthread_md.h51 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[1]) argument
58 #define _INITCONTEXT_U_MD(ucp) \ argument
/netbsd/lib/libpthread/arch/vax/
H A Dpthread_md.h45 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP]) argument
52 #define _INITCONTEXT_U_MD(ucp) \ argument
/netbsd/lib/libpthread/arch/alpha/
H A Dpthread_md.h47 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP]) argument
54 #define _INITCONTEXT_U_MD(ucp) \ argument
/netbsd/lib/libpthread/arch/sh3/
H A Dpthread_md.h50 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_R15]) argument
56 #define _INITCONTEXT_U_MD(ucp) \ argument
/netbsd/lib/libpthread/arch/hppa/
H A Dpthread_md.h47 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP]) argument
53 #define _INITCONTEXT_U_MD(ucp) \ argument
/netbsd/lib/libpthread/arch/aarch64/
H A Dpthread_md.h48 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP]) argument
54 #define _INITCONTEXT_U_MD(ucp) \ argument
/netbsd/lib/libpthread/arch/arm/
H A Dpthread_md.h63 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP]) argument
70 #define _INITCONTEXT_U_MD(ucp) \ argument
/netbsd/lib/libpthread/arch/x86_64/
H A Dpthread_md.h48 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_URSP]) argument
57 #define _INITCONTEXT_U_MD(ucp) \ argument
/netbsd/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dhwprofile.h56 #define SETFUNCTIONCONTEXT(ucp,funcp) \ argument
74 #define SETFUNCTIONCONTEXT(ucp,funcp) \ argument
83 #define SETFUNCTIONCONTEXT(ucp,funcp) \ argument
/netbsd/sys/arch/usermode/usermode/
H A Dprocess_machdep.c92 ucontext_t *ucp; in process_read_regs() local
107 ucontext_t *ucp; in process_read_fpregs() local
H A Dsyscall.c53 ucontext_t *ucp = &pcb->pcb_userret_ucp; in md_child_return() local
89 ucontext_t *ucp = &pcb->pcb_userret_ucp; in syscall() local
/netbsd/lib/libc/sys/
H A DLint_getcontext.c12 getcontext(ucp) in getcontext() argument
/netbsd/lib/libc/gen/
H A DLint_swapcontext.c12 swapcontext(oucp, ucp) in swapcontext() argument
/netbsd/lib/libc/arch/ia64/gen/
H A Dmakecontext.c41 makecontext(ucontext_t *ucp, void (*func)(void), int argc, ...) in makecontext()
/netbsd/lib/libpthread/arch/ia64/
H A Dpthread_md.h43 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP]) argument
/netbsd/lib/libpthread/arch/mips/
H A Dpthread_md.h45 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP]) argument
/netbsd/lib/libpthread/arch/or1k/
H A Dpthread_md.h45 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[1]) argument
/netbsd/lib/libpthread/arch/sparc64/
H A Dpthread_md.h45 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_O6]) argument
/netbsd/lib/libpthread/arch/riscv/
H A Dpthread_md.h45 #define pthread__uc_sp(ucp) ((ucp)->uc_mcontext.__gregs[_REG_SP]) argument
/netbsd/external/cddl/osnet/dev/dtrace/i386/
H A Ddtrace_isa.c163 ucontext_t *ucp = (ucontext_t *)oldcontext; in dtrace_getustack_common() local
171 ucontext32_t *ucp = (ucontext32_t *)oldcontext; in dtrace_getustack_common() local
387 ucontext_t *ucp = (ucontext_t *)oldcontext; in dtrace_getufpstack() local
395 ucontext_t *ucp = (ucontext_t *)oldcontext; in dtrace_getufpstack() local

1234