Home
last modified time | relevance | path

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

/linux/arch/arc/kernel/
H A Dunwind.c148 unsigned stackDepth:8; member
791 if (state->stackDepth >= MAX_STACK_DEPTH) in processCFI()
793 state->stack[state->stackDepth++] = ptr.p8; in processCFI()
797 if (state->stackDepth) { in processCFI()
802 state->stack[state->stackDepth - 1]; in processCFI()
807 state->stackDepth = 0; in processCFI()