Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ia64/
Duaccess.h328 #define SEARCH_EXCEPTION_TABLE(regs) search_exception_table(regs->cr_iip + ia64_psr(regs)->ri); macro
330 #define SEARCH_EXCEPTION_TABLE(regs) search_exception_table(regs->cr_iip); macro
337 fix = SEARCH_EXCEPTION_TABLE(regs); in done_with_exception()
/linux-2.4.37.9/arch/ia64/kernel/
Dunaligned.c1329 fix = SEARCH_EXCEPTION_TABLE(regs); in ia64_handle_unaligned()