Searched refs:previousLocations (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/kernel/arch/ppc/
H A Darch_debug.cpp119 uint32 previousLocations[NUM_PREVIOUS_LOCATIONS]; local
237 if (already_visited(previousLocations, &last, &num, framePointer)) {
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp120 uint32 previousLocations[NUM_PREVIOUS_LOCATIONS]; local
230 if (already_visited(previousLocations, &last, &num, framePointer)) {
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp358 addr_t previousLocations[NUM_PREVIOUS_LOCATIONS]; local
434 if (already_visited(previousLocations, &last, &num, fp)) {
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp349 addr_t previousLocations[NUM_PREVIOUS_LOCATIONS]; local
416 if (already_visited(previousLocations, &last, &num, fp)) {
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp683 addr_t previousLocations[NUM_PREVIOUS_LOCATIONS]; local
741 if (already_visited(previousLocations, &last, &num, bp)) {

Completed in 93 milliseconds