HomeSort by: relevance | last modified time | path
    Searched defs:staterecord (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/ia64/unwind/
stackframe.h 57 /* A staterecord contains the net state of
67 struct staterecord { struct
77 * Keep this in sync with the staterecord. See: stackframe.c:updateregs()
87 /* Don't mirror anything below this line with struct staterecord */
93 void initrecord(struct staterecord *);
94 void modifyrecord(struct staterecord *, struct recordchain *, uint64_t);
95 void pushrecord(struct staterecord *);
96 void poprecord(struct staterecord *, int);
97 void dump_staterecord(struct staterecord *);
103 void updateregs(struct unwind_frame *uwf, struct staterecord *, uint64_t)
    [all...]
stackframe.h 57 /* A staterecord contains the net state of
67 struct staterecord { struct
77 * Keep this in sync with the staterecord. See: stackframe.c:updateregs()
87 /* Don't mirror anything below this line with struct staterecord */
93 void initrecord(struct staterecord *);
94 void modifyrecord(struct staterecord *, struct recordchain *, uint64_t);
95 void pushrecord(struct staterecord *);
96 void poprecord(struct staterecord *, int);
97 void dump_staterecord(struct staterecord *);
103 void updateregs(struct unwind_frame *uwf, struct staterecord *, uint64_t)
    [all...]

Completed in 24 milliseconds