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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Duaccess.h324 #define SEARCH_EXCEPTION_TABLE(regs) search_exception_table(regs->cr_iip + ia64_psr(regs)->ri); macro
326 #define SEARCH_EXCEPTION_TABLE(regs) search_exception_table(regs->cr_iip); macro
333 fix = SEARCH_EXCEPTION_TABLE(regs);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Duaccess.h324 #define SEARCH_EXCEPTION_TABLE(regs) search_exception_table(regs->cr_iip + ia64_psr(regs)->ri); macro
326 #define SEARCH_EXCEPTION_TABLE(regs) search_exception_table(regs->cr_iip); macro
333 fix = SEARCH_EXCEPTION_TABLE(regs);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dunaligned.c1289 fix = SEARCH_EXCEPTION_TABLE(regs);

Completed in 36 milliseconds