Home
last modified time | relevance | path

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

12345678910>>...14

/netbsd-src/external/bsd/openpam/dist/t/
H A 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 …]
H A 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/
H A Dmips_emul.c66 mips_emul_branch(struct trapframe *tf, vaddr_t instpc, uint32_t fpuCSR, in mips_emul_branch()
189 struct trapframe *tf) in mips_emul_inst()
264 send_sigsegv(intptr_t vaddr, uint32_t exccode, struct trapframe *tf, in send_sigsegv()
280 update_pc(struct trapframe *tf, uint32_t cause) in update_pc()
295 mips_emul_ll(uint32_t inst, struct trapframe *tf, uint32_t cause) in mips_emul_ll()
328 mips_emul_sc(uint32_t inst, struct trapframe *tf, uint32_t cause) in mips_emul_sc()
379 mips_emul_special(uint32_t inst, struct trapframe *tf, uint32_t cause) in mips_emul_special()
404 mips_emul_special3(uint32_t inst, struct trapframe *tf, uint32_t cause) in mips_emul_special3()
491 mips_emul_lwc1(uint32_t inst, struct trapframe *tf, uint32_t cause) in mips_emul_lwc1()
554 mips_emul_ldc1(uint32_t inst, struct trapframe *tf, uint32_t cause) in mips_emul_ldc1()
[all …]
/netbsd-src/sys/arch/powerpc/booke/
H A Dtrap.c101 usertrap_p(struct trapframe *tf) in usertrap_p() argument
107 mchk_exception(struct trapframe *tf, ksiginfo_t *ksi) in mchk_exception() argument
127 get_faulttype(const struct trapframe * const tf) in get_faulttype() argument
133 get_faultmap(const struct trapframe * const tf, register_t psl_mask) in get_faultmap() argument
145 trap_pte_lookup(struct trapframe *tf, vaddr_ argument
213 dsi_exception(struct trapframe * tf,ksiginfo_t * ksi) dsi_exception() argument
266 isi_exception(struct trapframe * tf,ksiginfo_t * ksi) isi_exception() argument
342 dtlb_exception(struct trapframe * tf,ksiginfo_t * ksi) dtlb_exception() argument
377 itlb_exception(struct trapframe * tf,ksiginfo_t * ksi) itlb_exception() argument
397 spe_exception(struct trapframe * tf,ksiginfo_t * ksi) spe_exception() argument
420 emulate_opcode(struct trapframe * tf,ksiginfo_t * ksi) emulate_opcode() argument
452 pgm_exception(struct trapframe * tf,ksiginfo_t * ksi) pgm_exception() argument
574 ali_exception(struct trapframe * tf,ksiginfo_t * ksi) ali_exception() argument
600 embedded_fp_data_exception(struct trapframe * tf,ksiginfo_t * ksi) embedded_fp_data_exception() argument
624 embedded_fp_round_exception(struct trapframe * tf,ksiginfo_t * ksi) embedded_fp_round_exception() argument
648 dump_trapframe(const struct trapframe * tf,void (* pr)(const char *,...)) dump_trapframe() argument
664 ddb_exception(struct trapframe * tf) ddb_exception() argument
701 onfaulted(struct trapframe * tf,register_t rv) onfaulted() argument
719 trap(enum ppc_booke_exceptions trap_code,struct trapframe * tf) trap() argument
[all...]
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dtrap.c169 trap_doast(struct trapframe *tf) in trap_doast()
198 trap_el1h_sync(struct trapframe *tf) in trap_el1h_sync()
380 emul_aarch64_insn(struct trapframe *tf) in emul_aarch64_insn()
410 trap_el0_sync(struct trapframe *tf) in trap_el0_sync()
504 cpu_irq(struct trapframe *tf) in cpu_irq()
551 cpu_fiq(struct trapframe *tf) in cpu_fiq()
678 emul_arm_swp(uint32_t insn, struct trapframe *tf) in emul_arm_swp()
720 emul_thumb_insn(struct trapframe *tf, uint32_t insn, int insn_size) in emul_thumb_insn()
742 emul_arm_insn(struct trapframe *tf) in emul_arm_insn()
822 trap_el0_32sync(struct trapframe *tf) in trap_el0_32sync()
[all …]
/netbsd-src/sys/arch/sh3/sh3/
H A 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
/netbsd-src/sys/arch/powerpc/powerpc/
H A 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
H A 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()
H A 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
H A 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()
/netbsd-src/sys/arch/arm/arm32/
H A 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/sun2/sun2/
H A 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/riscv/include/
H A Ddb_machdep.h51 PC_REGS(tf) global() argument
53 PC_ADVANCE(tf) global() argument
59 PC_BREAK_ADVANCE(tf) global() argument
96 db_set_ddb_regs(int type,struct trapframe * tf) db_set_ddb_regs() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtransitivevisitor.d331 if (auto tf = t.isTypeFunction()) in ParseVisitMethods() local
395 if (auto tf = t.next.isTypeFunction()) in ParseVisitMethods() local
822 auto tf = f.type.isTypeFunction(); in ParseVisitMethods() local
832 auto tf = f.type.isTypeFunction(); in ParseVisitMethods() local
/netbsd-src/sys/arch/sparc64/sparc64/
H A 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/sparc/sparc/
H A 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()
H A 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/sun3/sun3/
H A 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/ia64/ia64/
H A 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/arch/arm/arm/
H A 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
H A 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
H A 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/compat/linux32/arch/amd64/
H A 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/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_surface.c233 void dc_transfer_func_retain(struct dc_transfer_func *tf) in dc_transfer_func_retain()
240 struct dc_transfer_func *tf = container_of(kref, struct dc_transfer_func, refcount); in dc_transfer_func_free() local
244 void dc_transfer_func_release(struct dc_transfer_func *tf) in dc_transfer_func_release()
251 struct dc_transfer_func *tf = kvzalloc(sizeof(*tf), GFP_KERNEL); in dc_create_transfer_func() local
/netbsd-src/sys/arch/i386/i386/
H A 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()

12345678910>>...14