Home
last modified time | relevance | path

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

/openbmc/linux/arch/microblaze/kernel/
H A Dunwind.c197 unsigned long return_to = pc + 2 * sizeof(unsigned long); in microblaze_unwind_inner() local
202 if ((return_to >= (unsigned long)&_hw_exception_handler) in microblaze_unwind_inner()
203 &&(return_to < (unsigned long)&ex_handler_unhandled)) { in microblaze_unwind_inner()
214 if ((return_to >= handler->start_addr) in microblaze_unwind_inner()
215 && (return_to <= handler->end_addr)) { in microblaze_unwind_inner()