Searched defs:stack_frame (Results 1 – 4 of 4) sorted by relevance
60 stack_frame(struct task_struct *task, struct pt_regs *regs) in stack_frame() function78 stack_frame(struct task_struct *task, struct pt_regs *regs) in stack_frame() function95 struct stack_frame { struct96 struct stack_frame *next_frame; argument107 struct stack_frame *frame; in caller_frame_pointer() argument
7 struct stack_frame { struct8 struct stack_frame *next_frame; argument9 unsigned long return_address;
141 struct stack_frame { struct148 struct stack_frame { struct149 unsigned long empty1[5];150 unsigned int empty2[8];151 unsigned long gprs[10];152 unsigned long back_chain;
30 unsigned int stack_frame[2]; in user_getsp32() local57 unsigned long stack_frame[3]; in user_getsp64() local75 unsigned long *stack_frame = (unsigned long *)sp; in kernel_getsp() local