Home
last modified time | relevance | path

Searched refs:STACK_INT_FRAME_SIZE (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/powerpc/kernel/
Dasm-offsets.c275 DEFINE(INT_FRAME_SIZE, STACK_INT_FRAME_SIZE); in main()
334 DEFINE(MAS0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas0)); in main()
336 DEFINE(MMUCR, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas0)); in main()
337 DEFINE(MAS1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas1)); in main()
338 DEFINE(MAS2, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas2)); in main()
339 DEFINE(MAS3, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas3)); in main()
340 DEFINE(MAS6, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas6)); in main()
341 DEFINE(MAS7, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas7)); in main()
342 DEFINE(_SRR0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, srr0)); in main()
343 DEFINE(_SRR1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, srr1)); in main()
[all …]
Dstacktrace.c146 if (sp <= stack_end - STACK_INT_FRAME_SIZE && in save_stack_trace_tsk_reliable()
Dprocess.c2101 if (validate_sp(sp, tsk, STACK_INT_FRAME_SIZE) in show_stack()
/Linux-v4.19/arch/powerpc/include/asm/
Dptrace.h47 #define STACK_INT_FRAME_SIZE (sizeof(struct pt_regs) + \ macro
68 #define STACK_INT_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_OVERHEAD) macro
/Linux-v4.19/arch/powerpc/perf/
Dcallchain.c70 if (next_sp == sp + STACK_INT_FRAME_SIZE && in perf_callchain_kernel()
/Linux-v4.19/arch/powerpc/lib/
Dsstep.c2602 if (ea - STACK_INT_FRAME_SIZE <= current->thread.ksp_limit) { in handle_stack_update()
2917 ea >= regs->gpr[1] - STACK_INT_FRAME_SIZE) { in emulate_loadstore()