STACK_INT_FRAME_SIZE  287 arch/powerpc/kernel/asm-offsets.c 	DEFINE(INT_FRAME_SIZE, STACK_INT_FRAME_SIZE);
STACK_INT_FRAME_SIZE  342 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas0));
STACK_INT_FRAME_SIZE  344 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MMUCR, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas0));
STACK_INT_FRAME_SIZE  345 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas1));
STACK_INT_FRAME_SIZE  346 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS2, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas2));
STACK_INT_FRAME_SIZE  347 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS3, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas3));
STACK_INT_FRAME_SIZE  348 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS6, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas6));
STACK_INT_FRAME_SIZE  349 arch/powerpc/kernel/asm-offsets.c 	DEFINE(MAS7, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas7));
STACK_INT_FRAME_SIZE  350 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_SRR0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, srr0));
STACK_INT_FRAME_SIZE  351 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_SRR1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, srr1));
STACK_INT_FRAME_SIZE  352 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_CSRR0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, csrr0));
STACK_INT_FRAME_SIZE  353 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_CSRR1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, csrr1));
STACK_INT_FRAME_SIZE  354 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_DSRR0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, dsrr0));
STACK_INT_FRAME_SIZE  355 arch/powerpc/kernel/asm-offsets.c 	DEFINE(_DSRR1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, dsrr1));
STACK_INT_FRAME_SIZE  356 arch/powerpc/kernel/asm-offsets.c 	DEFINE(SAVED_KSP_LIMIT, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, saved_ksp_limit));
STACK_INT_FRAME_SIZE 2082 arch/powerpc/kernel/process.c 		if (validate_sp(sp, tsk, STACK_INT_FRAME_SIZE)
STACK_INT_FRAME_SIZE  665 arch/powerpc/kernel/setup_64.c 	BUILD_BUG_ON(STACK_INT_FRAME_SIZE % 16);
STACK_INT_FRAME_SIZE  171 arch/powerpc/kernel/stacktrace.c 		if (sp <= stack_end - STACK_INT_FRAME_SIZE &&
STACK_INT_FRAME_SIZE 2708 arch/powerpc/lib/sstep.c 	if (ea - STACK_INT_FRAME_SIZE <= current->thread.ksp_limit) {
STACK_INT_FRAME_SIZE 3023 arch/powerpc/lib/sstep.c 		    ea >= regs->gpr[1] - STACK_INT_FRAME_SIZE) {
STACK_INT_FRAME_SIZE   66 arch/powerpc/perf/callchain.c 		if (next_sp == sp + STACK_INT_FRAME_SIZE &&