Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arc/kernel/
Dunwind.c148 unsigned stackDepth:8; member
798 if (state->stackDepth >= MAX_STACK_DEPTH) in processCFI()
800 state->stack[state->stackDepth++] = ptr.p8; in processCFI()
804 if (state->stackDepth) { in processCFI()
809 state->stack[state->stackDepth - 1]; in processCFI()
814 state->stackDepth = 0; in processCFI()