Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/kernel/
Dunwind.c386 unsigned long sp_low; in unwind_frame() local
389 sp_low = frame->sp; in unwind_frame()
390 ctrl.sp_high = ALIGN(sp_low - THREAD_SIZE, THREAD_ALIGN) in unwind_frame()
457 sp_low = frame->fp; in unwind_frame()
468 if (ctrl.vrs[SP] < sp_low || ctrl.vrs[SP] > ctrl.sp_high) in unwind_frame()