HomeSort by: relevance | last modified time | path
    Searched refs:unwind_frame (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/ia64/ia64/
db_trace.c 62 initunwindframe(struct unwind_frame *uwf, struct trapframe *tf);
64 rewindframe(struct unwind_frame *uwf, db_addr_t ip);
75 struct unwind_frame current_frame;
99 struct unwind_frame *uwf = &current_frame;
148 initunwindframe(struct unwind_frame *uwf, struct trapframe *tf)
172 * Assumes unwind_frame is setup already.
176 rewindframe(struct unwind_frame *uwf, db_addr_t ip)
  /src/sys/arch/ia64/unwind/
stackframe.h 80 struct unwind_frame { struct
102 void patchunwindframe(struct unwind_frame *, uint64_t, uint64_t);
103 void updateregs(struct unwind_frame *uwf, struct staterecord *, uint64_t);
stackframe.c 1102 updateregs(struct unwind_frame *uwf, struct staterecord *srec,
1113 /* Pointer to current unwind_frame element */
1248 patchunwindframe(struct unwind_frame *uwf, uint64_t iprel, uint64_t relocoffset)

Completed in 15 milliseconds