exception_regs    342 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas0));
exception_regs    344 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MMUCR, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas0));
exception_regs    345 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas1));
exception_regs    346 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS2, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas2));
exception_regs    347 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS3, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas3));
exception_regs    348 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS6, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas6));
exception_regs    349 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS7, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas7));
exception_regs    350 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_SRR0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, srr0));
exception_regs    351 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_SRR1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, srr1));
exception_regs    352 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_CSRR0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, csrr0));
exception_regs    353 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_CSRR1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, csrr1));
exception_regs    354 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_DSRR0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, dsrr0));
exception_regs    355 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_DSRR1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, dsrr1));
exception_regs    356 arch/powerpc/kernel/asm-offsets.c 	DEFINE(SAVED_KSP_LIMIT, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, saved_ksp_limit));
exception_regs    532 arch/powerpc/kernel/head_booke.h #define STACK_EXC_LVL_FRAME_SIZE	_ALIGN_UP(sizeof (struct exception_regs), 16)