Home
last modified time | relevance | path

Searched defs:tf (Results 1 – 25 of 220) sorted by relevance

123456789

/netbsd/src/external/bsd/openpam/dist/t/
Dt_openpam_readword.c61 orw_expect(struct t_file *tf, const char *expected, int lines, int eof, int eol) in orw_expect()
118 struct t_file *tf; variable
129 struct t_file *tf; variable
142 struct t_file *tf; variable
155 struct t_file *tf; variable
168 struct t_file *tf; variable
181 struct t_file *tf; variable
194 struct t_file *tf; variable
207 struct t_file *tf; variable
220 struct t_file *tf; variable
[all …]
Dt_openpam_readlinev.c62 orlv_expect(struct t_file *tf, const char **expectedv, int lines, int eof) in orlv_expect()
173 struct t_file *tf; variable
184 struct t_file *tf; variable
197 struct t_file *tf; variable
210 struct t_file *tf; variable
223 struct t_file *tf; variable
236 struct t_file *tf; variable
249 struct t_file *tf; variable
268 struct t_file *tf; variable
281 struct t_file *tf; variable
[all …]
/netbsd/src/sys/arch/mips/mips/
Dmips_emul.c70 mips_emul_branch(struct trapframe *tf, vaddr_t instpc, uint32_t fpuCSR, in mips_emul_branch()
193 struct trapframe *tf) in mips_emul_inst()
268 send_sigsegv(intptr_t vaddr, uint32_t exccode, struct trapframe *tf, in send_sigsegv()
284 update_pc(struct trapframe *tf, uint32_t cause) in update_pc()
299 mips_emul_ll(uint32_t inst, struct trapframe *tf, uint32_t cause) in mips_emul_ll()
332 mips_emul_sc(uint32_t inst, struct trapframe *tf, uint32_t cause) in mips_emul_sc()
383 mips_emul_special(uint32_t inst, struct trapframe *tf, uint32_t cause) in mips_emul_special()
408 mips_emul_special3(uint32_t inst, struct trapframe *tf, uint32_t cause) in mips_emul_special3()
495 mips_emul_lwc1(uint32_t inst, struct trapframe *tf, uint32_t cause) in mips_emul_lwc1()
558 mips_emul_ldc1(uint32_t inst, struct trapframe *tf, uint32_t cause) in mips_emul_ldc1()
[all …]
/netbsd/src/sys/arch/powerpc/booke/
Dtrap.c101 usertrap_p(struct trapframe *tf) in usertrap_p()
107 mchk_exception(struct trapframe *tf, ksiginfo_t *ksi) in mchk_exception()
127 get_faulttype(const struct trapframe * const tf) in get_faulttype()
133 get_faultmap(const struct trapframe * const tf, register_t psl_mask) in get_faultmap()
145 trap_pte_lookup(struct trapframe *tf, vaddr_t va, register_t psl_mask) in trap_pte_lookup()
213 dsi_exception(struct trapframe *tf, ksiginfo_t *ksi) in dsi_exception()
266 isi_exception(struct trapframe *tf, ksiginfo_t *ksi) in isi_exception()
342 dtlb_exception(struct trapframe *tf, ksiginfo_t *ksi) in dtlb_exception()
377 itlb_exception(struct trapframe *tf, ksiginfo_t *ksi) in itlb_exception()
397 spe_exception(struct trapframe *tf, ksiginfo_t *ksi) in spe_exception()
[all …]
/netbsd/src/sys/arch/sh3/sh3/
Dprocess_machdep.c115 struct trapframe *tf = process_frame(l); in process_read_regs() local
148 struct trapframe *tf = process_frame(l); in process_write_regs() local
264 struct trapframe *tf = process_frame(l); in process_machdep_read_regs40() local
298 struct trapframe *tf = process_frame(l); in process_machdep_write_regs40() local
354 struct trapframe *tf = process_frame(l); in process_set_pc() local
Dsh3_machdep.c354 struct trapframe *tf = l->l_md.md_regs; in sendsig_siginfo() local
400 const struct trapframe *tf = l->l_md.md_regs; in cpu_getmcontext() local
441 struct trapframe *tf = l->l_md.md_regs; in cpu_mcontext_validate() local
453 struct trapframe *tf = l->l_md.md_regs; in cpu_setmcontext() local
516 struct trapframe *tf; in setregs() local
/netbsd/src/sys/arch/arm/arm32/
Dfault.c168 call_trapsignal(struct lwp *l, const struct trapframe *tf, ksiginfo_t *ksi) in call_trapsignal()
190 data_abort_fixup(trapframe_t *tf, u_int fsr, u_int far, struct lwp *l) in data_abort_fixup()
230 data_abort_handler(trapframe_t *tf) in data_abort_handler()
570 dab_fatal(trapframe_t *tf, u_int fsr, u_int far, struct lwp *l, ksiginfo_t *ksi) in dab_fatal()
622 dab_align(trapframe_t *tf, u_int fsr, u_int far, struct lwp *l, ksiginfo_t *ksi) in dab_align()
669 dab_buserr(trapframe_t *tf, u_int fsr, u_int far, struct lwp *l, in dab_buserr()
754 prefetch_abort_fixup(trapframe_t *tf) in prefetch_abort_fixup()
805 prefetch_abort_handler(trapframe_t *tf) in prefetch_abort_handler()
/netbsd/src/sys/arch/powerpc/powerpc/
Dtrap_subr.S52 #define SAVE_VRSAVE(tf,b) \ argument
56 #define RESTORE_VRSAVE(tf,b) \ argument
60 #define SAVE_VRSAVE(tf,b) argument
61 #define RESTORE_VRSAVE(tf,b) argument
165 #define SAVE_MQ(tf,b) \ argument
169 #define RESTORE_MQ(tf,b) \ argument
173 #define SAVE_MQ(tf,b) argument
174 #define RESTORE_MQ(tf,b) argument
Dfix_unaligned.c133 #define DISASM(tf, insn) \ argument
139 #define DISASM(tf, insn) __nothing argument
150 fix_unaligned(struct trapframe *tf, ksiginfo_t *ksi) in fix_unaligned()
185 emul_unaligned(struct trapframe *tf, ksiginfo_t *ksi, const union instr *insn) in emul_unaligned()
377 do_lst(struct trapframe *tf, const union instr *insn, int flags) in do_lst()
455 do_lstmw(struct trapframe *tf, const union instr *insn, int flags) in do_lstmw()
Dsig_machdep.c69 struct trapframe * const tf = l->l_md.md_utf; in sendsig_siginfo() local
176 const struct trapframe * const tf = l->l_md.md_utf; in cpu_getmcontext() local
224 struct trapframe * const tf = l->l_md.md_utf; in cpu_setmcontext() local
302 struct trapframe * const tf = l->l_md.md_utf; in cpu_lwp_setprivate() local
Dintr_stubs.c184 intr_critintr(struct trapframe *tf) in intr_critintr()
193 intr_extintr(struct trapframe *tf) in intr_extintr()
202 intr_decrintr(struct trapframe *tf) in intr_decrintr()
211 intr_fitintr(struct trapframe *tf) in intr_fitintr()
220 intr_wdogintr(struct trapframe *tf) in intr_wdogintr()
Dprocess_machdep.c60 struct trapframe * const tf = l->l_md.md_utf; in process_read_regs() local
75 struct trapframe * const tf = l->l_md.md_utf; in process_write_regs() local
126 struct trapframe * const tf = l->l_md.md_utf; in process_set_pc() local
137 struct trapframe * const tf = l->l_md.md_utf; in process_sstep() local
336 struct trapframe * const tf = l->l_md.md_utf; in ppc_sstep() local
/netbsd/src/sys/arch/sun2/sun2/
Dtrap.c203 userret(struct lwp *l, struct trapframe *tf, u_quad_t oticks) in userret()
240 trap(struct trapframe *tf, int type, u_int code, u_int v) in trap()
606 _nodb_trap(int type, struct trapframe *tf) in _nodb_trap()
632 trap_kdebug(int type, struct trapframe tf) in trap_kdebug()
655 straytrap(struct trapframe tf) in straytrap()
/netbsd/src/sys/arch/sun3/sun3/
Dtrap.c212 userret(struct lwp *l, struct trapframe *tf, u_quad_t oticks) in userret()
249 trap(struct trapframe *tf, int type, u_int code, u_int v) in trap()
621 _nodb_trap(int type, struct trapframe *tf) in _nodb_trap()
647 trap_kdebug(int type, struct trapframe tf) in trap_kdebug()
670 straytrap(struct trapframe tf) in straytrap()
/netbsd/src/sys/arch/arm/arm/
Dprocess_machdep.c154 struct trapframe * const tf = lwp_trapframe(l); in process_read_regs() local
192 struct trapframe * const tf = lwp_trapframe(l); in process_write_regs() local
228 struct trapframe * const tf = lwp_trapframe(l); in process_set_pc() local
Dsig_machdep.c67 struct trapframe * const tf = lwp_trapframe(l); in getframe() local
93 struct trapframe * const tf = lwp_trapframe(l); in sendsig_siginfo() local
162 struct trapframe * const tf = lwp_trapframe(l); in cpu_getmcontext() local
218 struct trapframe * const tf = lwp_trapframe(l); in cpu_setmcontext() local
Dsyscall.c94 swi_handler(trapframe_t *tf) in swi_handler()
182 syscall(struct trapframe *tf, lwp_t *l, uint32_t insn) in syscall()
288 struct trapframe * const tf = lwp_trapframe(l); in md_child_return() local
/netbsd/src/sys/arch/sparc/sparc/
Demul.c50 #define GPR(tf, i) ((int32_t *) &tf->tf_global)[i] argument
51 #define IPR(tf, i) ((int32_t *) tf->tf_out[6])[i - 16] argument
67 readgpreg(struct trapframe *tf, int i, void *val) in readgpreg()
82 writegpreg(struct trapframe *tf, int i, const void *val) in writegpreg()
115 decodeaddr(struct trapframe *tf, union instr *code, void *val) in decodeaddr()
133 muldiv(struct trapframe *tf, in muldiv()
220 fixalign(struct lwp *l, struct trapframe *tf, void **data_address) in fixalign()
385 emulinstr(int pc, struct trapframe *tf) in emulinstr()
Dsyscall.c105 handle_new(struct trapframe *tf, register_t *code) in handle_new()
135 getargs(struct proc *p, struct trapframe *tf, register_t *code, in getargs()
179 save_fpu(struct trapframe *tf) in save_fpu()
213 syscall(register_t code, struct trapframe *tf, register_t pc) in syscall()
/netbsd/src/sys/arch/sparc64/sparc64/
Demul.c51 #define GPR(tf, i) ((int32_t *)(u_long)&tf->tf_global)[i] argument
52 #define IPR(tf, i) ((int32_t *)(u_long)tf->tf_out[6])[i - 16] argument
68 readgpreg(struct trapframe64 *tf, int i, void *val) in readgpreg()
83 writegpreg(struct trapframe64 *tf, int i, const void *val) in writegpreg()
115 decodeaddr(struct trapframe64 *tf, union instr *code, void *val) in decodeaddr()
132 muldiv(struct trapframe64 *tf, union instr *code, int32_t *rd, int32_t *rs1, in muldiv()
217 fixalign(struct lwp *l, struct trapframe64 *tf) in fixalign()
377 emulinstr(vaddr_t pc, struct trapframe64 *tf) in emulinstr()
/netbsd/src/sys/arch/ia64/ia64/
Dtrap.c254 printtrap(int vector, struct trapframe *tf, int isfatal, int user) in printtrap()
292 trap_decode_break(struct trapframe *tf) in trap_decode_break()
350 trap_panic(int vector, struct trapframe *tf) in trap_panic()
367 do_ast(struct trapframe *tf) in do_ast()
378 trap(int vector, struct trapframe *tf) in trap()
/netbsd/src/sys/compat/linux32/arch/amd64/
Dlinux32_machdep.c105 struct trapframe *tf; in linux32_old_sendsig() local
175 struct trapframe *tf; in linux32_rt_sendsig() local
282 struct trapframe *tf; in linux32_setregs() local
328 linux32_save_ucontext(struct lwp *l, struct trapframe *tf, in linux32_save_ucontext()
341 linux32_save_sigcontext(struct lwp *l, struct trapframe *tf, in linux32_save_sigcontext()
412 struct trapframe *tf; in linux32_restore_sigcontext() local
/netbsd/src/sys/arch/vax/vax/
Dtrap.c86 #define USERMODE_P(tf) ((((tf)->tf_psl) & (PSL_U)) == PSL_U) argument
89 trap(struct trapframe *tf) in trap()
372 struct trapframe * const tf = l->l_md.md_utf; in setregs() local
/netbsd/src/sys/arch/i386/i386/
Dtrap.c178 struct trapframe tf; in trap_tss() local
202 onfault_handler(const struct pcb *pcb, const struct trapframe *tf) in onfault_handler()
249 ss_shadow(struct trapframe *tf) in ss_shadow()
817 frame_dump(const struct trapframe *tf, const struct pcb *pcb) in frame_dump()
842 sigdebug(const struct trapframe *tf, const ksiginfo_t *ksi, int e) in sigdebug()
/netbsd/src/sys/compat/linux/arch/amd64/
Dlinux_machdep.c87 struct trapframe *tf; in linux_setregs() local
141 struct trapframe *tf = l->l_md.md_regs; in linux_sendsig() local
317 struct trapframe *tf = l->l_md.md_regs; in linux_sys_rt_sigreturn() local
463 struct trapframe *tf = arg; in linux_usertrap() local
515 struct trapframe *tf = l->l_md.md_regs; in linux_buildcontext() local

123456789