Home | History | Annotate | Download | only in processor

Lines Matching refs:StackFramePPC64

62   StackFramePPC64* frame = new StackFramePPC64();
67 frame->context_validity = StackFramePPC64::CONTEXT_VALID_ALL;
91 StackFramePPC64* last_frame = static_cast<StackFramePPC64*>(
115 StackFramePPC64* frame = new StackFramePPC64();
120 frame->context_validity = StackFramePPC64::CONTEXT_VALID_SRR0 |
121 StackFramePPC64::CONTEXT_VALID_GPR1;
130 // return address value may access the context.srr0 field of StackFramePPC64.