/linux-2.4.37.9/include/asm-ia64/ |
D | uaccess.h | 324 extern struct exception_fixup search_exception_table (unsigned long addr); 328 #define SEARCH_EXCEPTION_TABLE(regs) search_exception_table(regs->cr_iip + ia64_psr(regs)->ri); 330 #define SEARCH_EXCEPTION_TABLE(regs) search_exception_table(regs->cr_iip);
|
/linux-2.4.37.9/arch/cris/mm/ |
D | extable.c | 43 search_exception_table(unsigned long addr) in search_exception_table() function
|
/linux-2.4.37.9/arch/m68k/mm/ |
D | extable.c | 34 search_exception_table(unsigned long addr) in search_exception_table() function
|
D | fault.c | 40 if ((fixup = search_exception_table(regs->pc))) { in send_fault_sig()
|
/linux-2.4.37.9/arch/sh/mm/ |
D | extable.c | 37 search_exception_table(unsigned long addr) in search_exception_table() function
|
/linux-2.4.37.9/arch/parisc/mm/ |
D | extable.c | 47 search_exception_table (unsigned long addr) in search_exception_table() function
|
D | fault.c | 233 fix = search_exception_table(regs->iaoq[0]); in do_page_fault()
|
/linux-2.4.37.9/arch/mips64/mm/ |
D | extable.c | 40 unsigned long search_exception_table(unsigned long addr) in search_exception_table() function
|
D | fault.c | 208 fixup = search_exception_table(exception_epc(regs)); in do_page_fault()
|
/linux-2.4.37.9/arch/arm/mm/ |
D | extable.c | 36 search_exception_table(unsigned long addr) in search_exception_table() function
|
/linux-2.4.37.9/arch/mips/mm/ |
D | extable.c | 36 search_exception_table(unsigned long addr) in search_exception_table() function
|
D | fault.c | 186 fixup = search_exception_table(exception_epc(regs)); in do_page_fault()
|
/linux-2.4.37.9/arch/s390x/mm/ |
D | extable.c | 43 search_exception_table(unsigned long addr) in search_exception_table() function
|
/linux-2.4.37.9/arch/i386/mm/ |
D | extable.c | 37 search_exception_table(unsigned long addr) in search_exception_table() function
|
/linux-2.4.37.9/arch/x86_64/mm/ |
D | extable.c | 38 search_exception_table(unsigned long addr) in search_exception_table() function
|
/linux-2.4.37.9/arch/sh64/mm/ |
D | extable.c | 71 search_exception_table(unsigned long addr) in search_exception_table() function
|
/linux-2.4.37.9/arch/s390/mm/ |
D | extable.c | 43 search_exception_table(unsigned long addr) in search_exception_table() function
|
/linux-2.4.37.9/arch/sparc/mm/ |
D | extable.c | 63 search_exception_table(unsigned long addr, unsigned long *g2) in search_exception_table() function
|
D | fault.c | 163 i = search_exception_table(ret_pc, &g2); in lookup_fault() 337 if (!from_user && (fixup = search_exception_table (regs->pc, &g2))) { in do_sparc_fault()
|
/linux-2.4.37.9/arch/sparc64/mm/ |
D | extable.c | 63 search_exception_table(unsigned long addr, unsigned long *g2) in search_exception_table() function
|
/linux-2.4.37.9/arch/ppc/mm/ |
D | extable.c | 71 search_exception_table(unsigned long addr) in search_exception_table() function
|
/linux-2.4.37.9/arch/ppc64/mm/ |
D | extable.c | 78 search_exception_table(unsigned long addr) in search_exception_table() function
|
/linux-2.4.37.9/arch/ia64/mm/ |
D | extable.c | 44 search_exception_table (unsigned long addr) in search_exception_table() function
|
/linux-2.4.37.9/arch/alpha/mm/ |
D | extable.c | 71 search_exception_table(unsigned long addr, unsigned long exc_gp) in search_exception_table() function
|
D | fault.c | 181 if ((fixup = search_exception_table(regs->pc, regs->gp)) != 0) { in do_page_fault()
|