ppc_push_iframe
void ppc_push_iframe(struct iframe_stack *stack, struct iframe *frame);
ppc_push_iframe(&thread->arch_info.iframes, iframe);
ppc_push_iframe(&gBootFrameStack, iframe);