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

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

Completed in 211 milliseconds