Searched refs:STACK_INT_FRAME_SIZE (Results 1 – 5 of 5) sorted by relevance
/arch/powerpc/include/asm/ |
D | ptrace.h | 46 #define STACK_INT_FRAME_SIZE (sizeof(struct pt_regs) + \ macro 67 #define STACK_INT_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_OVERHEAD) macro
|
/arch/powerpc/kernel/ |
D | asm-offsets.c | 264 DEFINE(INT_FRAME_SIZE, STACK_INT_FRAME_SIZE); in main() 347 DEFINE(MAS0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas0)); in main() 349 DEFINE(MMUCR, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas0)); in main() 350 DEFINE(MAS1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas1)); in main() 351 DEFINE(MAS2, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas2)); in main() 352 DEFINE(MAS3, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas3)); in main() 353 DEFINE(MAS6, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas6)); in main() 354 DEFINE(MAS7, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas7)); in main() 355 DEFINE(_SRR0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, srr0)); in main() 356 DEFINE(_SRR1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, srr1)); in main() [all …]
|
D | process.c | 1591 if (validate_sp(sp, tsk, STACK_INT_FRAME_SIZE) in show_stack()
|
/arch/powerpc/perf/ |
D | callchain.c | 69 if (next_sp == sp + STACK_INT_FRAME_SIZE && in perf_callchain_kernel()
|
/arch/powerpc/lib/ |
D | sstep.c | 1732 if (ea - STACK_INT_FRAME_SIZE <= current->thread.ksp_limit) { in handle_stack_update() 1916 op.ea >= regs->gpr[1] - STACK_INT_FRAME_SIZE) { in emulate_step()
|