Home | History | Annotate | Download | only in processor

Lines Matching refs:StackFramePPC

71   StackFramePPC* frame = new StackFramePPC();
76 frame->context_validity = StackFramePPC::CONTEXT_VALID_ALL;
100 StackFramePPC* last_frame = static_cast<StackFramePPC*>(
124 StackFramePPC* frame = new StackFramePPC();
129 frame->context_validity = StackFramePPC::CONTEXT_VALID_SRR0 |
130 StackFramePPC::CONTEXT_VALID_GPR1;
139 // return address value may access the context.srr0 field of StackFramePPC.