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

/netbsd-6-1-5-RELEASE/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);
104 debug_frame_dump_XXX(uwf);
147 initunwindframe(struct unwind_frame *uwf, struct trapframe *tf) argument
175 rewindframe(struct unwind_frame *uwf, db_addr_t ip) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/ia64/unwind/
H A Dstackframe.h95 updateregs(struct unwind_frame *uwf, struct staterecord *, uint64_t) ;
H A Dstackframe.c1025 void updateregs(struct unwind_frame *uwf, struct staterecord *srec, uint64_t procoffset) argument
1032 /* XXX: Update uwf for regs other than rp and pfs*/
1036 /* Uses shadow arrays to update uwf from srec in a loop. */
1042 uint64_t *gr = (void *) uwf;
1051 uwf->psp -= (stptr[i].offset << 4);
1071 gr[i] = ia64_getrse_gr(uwf->bsp, roffset);
1086 memcpy(&gr[i], (char *) uwf->sp + roffset * 4, sizeof(uint64_t));
1102 memcpy(&gr[i], (char *) uwf->psp + 16 - (roffset * 4), sizeof(uint64_t));
1169 patchunwindframe(struct unwind_frame *uwf, uint64_t iprel, uint64_t relocoffset) argument
1201 updateregs(uwf, sre
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dutoppy.c1673 char uwf[UTOPPY_MAX_FILENAME_LEN + 1], *uwfp; local
1857 strncpy(uwf, &uwfp[2], sizeof(uwf));
1881 utoppy_add_string(sc, uwf, sizeof(uwf));

Completed in 117 milliseconds