Searched refs:unw_regstate (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/ia64/include/
H A Dunwind.h36 struct unw_regstate { struct
43 int unw_create_from_pcb(struct unw_regstate *s, struct pcb *pcb);
44 int unw_create_from_frame(struct unw_regstate *s, struct trapframe *tf);
45 void unw_delete(struct unw_regstate *s);
46 int unw_step(struct unw_regstate *s);
48 int unw_get_bsp(struct unw_regstate *s, uint64_t *r);
49 int unw_get_cfm(struct unw_regstate *s, uint64_t *r);
50 int unw_get_ip(struct unw_regstate *s, uint64_t *r);
51 int unw_get_sp(struct unw_regstate *s, uint64_t *r);
/freebsd-10.0-release/sys/ia64/ia64/
H A Dunwind.c253 struct unw_regstate *rs = (void*)tok;
285 struct unw_regstate *rs = (void*)tok;
311 unw_create_from_frame(struct unw_regstate *rs, struct trapframe *tf)
338 unw_create_from_pcb(struct unw_regstate *rs, struct pcb *pcb)
371 unw_delete(struct unw_regstate *rs)
379 unw_step(struct unw_regstate *rs)
401 unw_get_bsp(struct unw_regstate *s, uint64_t *r)
410 unw_get_cfm(struct unw_regstate *s, uint64_t *r)
419 unw_get_ip(struct unw_regstate *s, uint64_t *r)
428 unw_get_sp(struct unw_regstate *
[all...]
H A Ddb_machdep.c227 struct unw_regstate rs;

Completed in 93 milliseconds