Lines Matching defs:td
155 struct thread *td; in sendsig() local
336 sys_sigreturn(struct thread *td, struct sigreturn_args *uap) in sys_sigreturn()
362 freebsd4_sigreturn(struct thread *td, struct freebsd4_sigreturn_args *uap) in freebsd4_sigreturn()
389 grab_mcontext(struct thread *td, mcontext_t *mcp, int flags) in grab_mcontext()
458 get_mcontext(struct thread *td, mcontext_t *mcp, int flags) in get_mcontext()
473 set_mcontext(struct thread *td, mcontext_t *mcp) in set_mcontext()
582 cleanup_power_extras(struct thread *td) in cleanup_power_extras()
611 cpu_update_pcb(struct thread *td) in cpu_update_pcb()
672 exec_setregs(struct thread *td, struct image_params *imgp, uintptr_t stack) in exec_setregs()
718 ppc32_setregs(struct thread *td, struct image_params *imgp, uintptr_t stack) in ppc32_setregs()
744 fill_regs(struct thread *td, struct reg *regs) in fill_regs()
755 fill_dbregs(struct thread *td, struct dbreg *dbregs) in fill_dbregs()
762 fill_fpregs(struct thread *td, struct fpreg *fpregs) in fill_fpregs()
782 set_regs(struct thread *td, struct reg *regs) in set_regs()
793 set_dbregs(struct thread *td, struct dbreg *dbregs) in set_dbregs()
800 set_fpregs(struct thread *td, struct fpreg *fpregs) in set_fpregs()
818 set_regs32(struct thread *td, struct reg32 *regs) in set_regs32()
836 fill_regs32(struct thread *td, struct reg32 *regs) in fill_regs32()
854 grab_mcontext32(struct thread *td, mcontext32_t *mcp, int flags) in grab_mcontext32()
878 get_mcontext32(struct thread *td, mcontext32_t *mcp, int flags) in get_mcontext32()
893 set_mcontext32(struct thread *td, mcontext32_t *mcp) in set_mcontext32()
918 freebsd32_sigreturn(struct thread *td, struct freebsd32_sigreturn_args *uap) in freebsd32_sigreturn()
957 freebsd32_getcontext(struct thread *td, struct freebsd32_getcontext_args *uap) in freebsd32_getcontext()
976 freebsd32_setcontext(struct thread *td, struct freebsd32_setcontext_args *uap) in freebsd32_setcontext()
997 freebsd32_swapcontext(struct thread *td, struct freebsd32_swapcontext_args *uap) in freebsd32_swapcontext()
1028 cpu_set_syscall_retval(struct thread *td, int error) in cpu_set_syscall_retval()
1082 cpu_thread_exit(struct thread *td) in cpu_thread_exit()
1088 cpu_thread_clean(struct thread *td) in cpu_thread_clean()
1093 cpu_thread_alloc(struct thread *td) in cpu_thread_alloc()
1104 cpu_thread_free(struct thread *td) in cpu_thread_free()
1109 cpu_set_user_tls(struct thread *td, void *tls_base, int thr_flags __unused) in cpu_set_user_tls()
1120 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread()
1168 cpu_set_upcall(struct thread *td, void (*entry)(void *), void *arg, in cpu_set_upcall()
1229 struct thread *td; in emulate_mfspr() local
1249 struct thread *td; in emulate_mtspr() local
1267 ppc_instr_emulate(struct trapframe *frame, struct thread *td) in ppc_instr_emulate()