Searched refs:unw_reg_state (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind_i.h82 struct unw_reg_state { struct
83 struct unw_reg_state *next; /* next (outer) element on state stack */
90 struct unw_reg_state saved_state;
114 struct unw_reg_state curr; /* current state */
H A Dunwind.c76 #define alloc_reg_state() kmalloc(sizeof(struct unw_reg_state), GFP_ATOMIC)
619 struct unw_reg_state *rs;
633 struct unw_reg_state *rs = sr->curr.next;
644 static struct unw_reg_state *
645 dup_state_stack (struct unw_reg_state *rs)
647 struct unw_reg_state *copy, *prev = NULL, *first = NULL;
668 free_state_stack (struct unw_reg_state *rs)
670 struct unw_reg_state *p, *next;

Completed in 90 milliseconds