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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/oprofile/
H A Dbacktrace.c22 struct frame_head { struct
24 struct frame_head *fp;
35 static struct frame_head *dump_user_backtrace(struct frame_head *head)
37 struct frame_head bufhead[2];
39 /* Also check accessibility of one struct frame_head beyond */
58 struct frame_head *head = (struct frame_head *)(regs->r7);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/oprofile/
H A Dbacktrace.c51 struct frame_head { struct
52 struct frame_head *bp;
56 static struct frame_head *dump_user_backtrace(struct frame_head *head)
58 struct frame_head bufhead[2];
60 /* Also check accessibility of one struct frame_head beyond */
79 struct frame_head *head = (struct frame_head *)frame_pointer(regs);

Completed in 162 milliseconds