Home
last modified time | relevance | path

Searched refs:search_exception_table (Results 1 – 25 of 68) sorted by relevance

123

/linux-2.4.37.9/include/asm-ia64/
Duaccess.h324 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/
Dextable.c43 search_exception_table(unsigned long addr) in search_exception_table() function
/linux-2.4.37.9/arch/m68k/mm/
Dextable.c34 search_exception_table(unsigned long addr) in search_exception_table() function
Dfault.c40 if ((fixup = search_exception_table(regs->pc))) { in send_fault_sig()
/linux-2.4.37.9/arch/sh/mm/
Dextable.c37 search_exception_table(unsigned long addr) in search_exception_table() function
/linux-2.4.37.9/arch/parisc/mm/
Dextable.c47 search_exception_table (unsigned long addr) in search_exception_table() function
Dfault.c233 fix = search_exception_table(regs->iaoq[0]); in do_page_fault()
/linux-2.4.37.9/arch/mips64/mm/
Dextable.c40 unsigned long search_exception_table(unsigned long addr) in search_exception_table() function
Dfault.c208 fixup = search_exception_table(exception_epc(regs)); in do_page_fault()
/linux-2.4.37.9/arch/arm/mm/
Dextable.c36 search_exception_table(unsigned long addr) in search_exception_table() function
/linux-2.4.37.9/arch/mips/mm/
Dextable.c36 search_exception_table(unsigned long addr) in search_exception_table() function
Dfault.c186 fixup = search_exception_table(exception_epc(regs)); in do_page_fault()
/linux-2.4.37.9/arch/s390x/mm/
Dextable.c43 search_exception_table(unsigned long addr) in search_exception_table() function
/linux-2.4.37.9/arch/i386/mm/
Dextable.c37 search_exception_table(unsigned long addr) in search_exception_table() function
/linux-2.4.37.9/arch/x86_64/mm/
Dextable.c38 search_exception_table(unsigned long addr) in search_exception_table() function
/linux-2.4.37.9/arch/sh64/mm/
Dextable.c71 search_exception_table(unsigned long addr) in search_exception_table() function
/linux-2.4.37.9/arch/s390/mm/
Dextable.c43 search_exception_table(unsigned long addr) in search_exception_table() function
/linux-2.4.37.9/arch/sparc/mm/
Dextable.c63 search_exception_table(unsigned long addr, unsigned long *g2) in search_exception_table() function
Dfault.c163 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/
Dextable.c63 search_exception_table(unsigned long addr, unsigned long *g2) in search_exception_table() function
/linux-2.4.37.9/arch/ppc/mm/
Dextable.c71 search_exception_table(unsigned long addr) in search_exception_table() function
/linux-2.4.37.9/arch/ppc64/mm/
Dextable.c78 search_exception_table(unsigned long addr) in search_exception_table() function
/linux-2.4.37.9/arch/ia64/mm/
Dextable.c44 search_exception_table (unsigned long addr) in search_exception_table() function
/linux-2.4.37.9/arch/alpha/mm/
Dextable.c71 search_exception_table(unsigned long addr, unsigned long exc_gp) in search_exception_table() function
Dfault.c181 if ((fixup = search_exception_table(regs->pc, regs->gp)) != 0) { in do_page_fault()

123