Home
last modified time | relevance | path

Searched refs:STACK_INT_FRAME_SIZE (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dasm-offsets.c309 DEFINE(INT_FRAME_SIZE, STACK_INT_FRAME_SIZE); in main()
364 DEFINE(MAS0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas0)); in main()
366 DEFINE(MMUCR, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas0)); in main()
367 DEFINE(MAS1, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas1)); in main()
368 DEFINE(MAS2, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas2)); in main()
369 DEFINE(MAS3, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas3)); in main()
370 DEFINE(MAS6, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas6)); in main()
371 DEFINE(MAS7, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, mas7)); in main()
372 DEFINE(_SRR0, STACK_INT_FRAME_SIZE+offsetof(struct exception_regs, srr0)); in main()
373 DEFINE(_SRR1, STACK_INT_FRAME_SIZE in main()
[all...]
H A Dstacktrace.c173 if (sp <= stack_end - STACK_INT_FRAME_SIZE && in __save_stack_trace_tsk_reliable()
H A Dsetup_64.c671 BUILD_BUG_ON(STACK_INT_FRAME_SIZE % 16); in alloc_stack()
/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Dcallchain.c63 if (next_sp == sp + STACK_INT_FRAME_SIZE && in perf_callchain_kernel()
64 validate_sp(sp, current, STACK_INT_FRAME_SIZE) && in perf_callchain_kernel()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H A Dcallchain.c63 if (next_sp == sp + STACK_INT_FRAME_SIZE && in perf_callchain_kernel()
64 validate_sp_size(sp, current, STACK_INT_FRAME_SIZE) && in perf_callchain_kernel()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dptrace.h86 #define STACK_INT_FRAME_SIZE (sizeof(struct pt_regs) + \ macro
107 #define STACK_INT_FRAME_SIZE (sizeof(struct pt_regs) + STACK_FRAME_OVERHEAD) macro
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dstacktrace.c121 if (sp <= stack_end - STACK_INT_FRAME_SIZE && in arch_stack_walk_reliable()
H A Dsetup_64.c720 BUILD_BUG_ON(STACK_INT_FRAME_SIZE % 16); in alloc_stack()
H A Dasm-offsets.c171 DEFINE(TM_FRAME_SIZE, STACK_INT_FRAME_SIZE + 16); in main()
264 DEFINE(INT_FRAME_SIZE, STACK_INT_FRAME_SIZE); in main()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dptrace.h165 #define STACK_INT_FRAME_SIZE (KERNEL_REDZONE_SIZE + STACK_USER_INT_FRAME_SIZE) macro
/kernel/linux/linux-5.10/arch/powerpc/lib/
H A Dsstep.c2999 if (ea - STACK_INT_FRAME_SIZE <= current->thread.ksp_limit) { in handle_stack_update()
3316 ea >= regs->gpr[1] - STACK_INT_FRAME_SIZE) { in emulate_loadstore()
/kernel/linux/linux-6.6/arch/powerpc/lib/
H A Dsstep.c3500 ea >= regs->gpr[1] - STACK_INT_FRAME_SIZE) { in emulate_loadstore()

Completed in 13 milliseconds