Searched refs:uwf (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/ia64/ia64/
H A Ddb_trace.c57 #define debug_frame_dump_XXX(uwf) \
59 uwf->bsp, uwf->pfs, IA64_CFM_SOL(uwf->pfs), uwf->rp); \
62 initunwindframe(struct unwind_frame *uwf, struct trapframe *tf);
64 rewindframe(struct unwind_frame *uwf, db_addr_t ip);
99 struct unwind_frame *uwf = &current_frame; local
100 debug_frame_dump_XXX(uwf);
105 debug_frame_dump_XXX(uwf);
148 initunwindframe(struct unwind_frame *uwf, struct trapframe *tf) argument
176 rewindframe(struct unwind_frame *uwf, db_addr_t ip) argument
[all...]
/netbsd-current/sys/arch/ia64/unwind/
H A Dstackframe.h103 void updateregs(struct unwind_frame *uwf, struct staterecord *, uint64_t);
H A Dstackframe.c1102 updateregs(struct unwind_frame *uwf, struct staterecord *srec, argument
1105 /* XXX: Update uwf for regs other than rp and pfs*/
1108 /* Uses shadow arrays to update uwf from srec in a loop. */
1114 uint64_t *gr = (void *) uwf;
1127 uwf->psp -= (stptr[i].offset << 4);
1148 gr[i] = ia64_getrse_gr(uwf->bsp, roffset);
1164 memcpy(&gr[i], (char *) uwf->sp + roffset * 4,
1182 memcpy(&gr[i], (char *) uwf->psp + 16 - (roffset * 4),
1248 patchunwindframe(struct unwind_frame *uwf, uint64_t iprel, uint64_t relocoffset) argument
1283 updateregs(uwf, sre
[all...]
/netbsd-current/sys/dev/usb/
H A Dutoppy.c1607 char uwf[UTOPPY_MAX_FILENAME_LEN + 1], *uwfp; local
1791 strncpy(uwf, &uwfp[2], sizeof(uwf));
1815 utoppy_add_string(sc, uwf, sizeof(uwf));

Completed in 209 milliseconds