Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mm/
Dfault.h3 unsigned long search_exception_table(unsigned long addr);
/linux-2.6.39/arch/frv/mm/
Dextable.c43 unsigned long search_exception_table(unsigned long pc) in search_exception_table() function
Dfault.c201 if ((fixup = search_exception_table(__frame->pc)) != 0) { in do_page_fault()
/linux-2.6.39/arch/frv/include/asm/
Duaccess.h86 extern unsigned long search_exception_table(unsigned long);
317 extern unsigned long search_exception_table(unsigned long addr);
/linux-2.6.39/arch/h8300/include/asm/
Duaccess.h46 extern unsigned long search_exception_table(unsigned long);
/linux-2.6.39/arch/m68k/include/asm/
Duaccess_no.h48 extern unsigned long search_exception_table(unsigned long);
/linux-2.6.39/arch/sh/include/asm/
Duaccess.h254 unsigned long search_exception_table(unsigned long addr);
/linux-2.6.39/include/asm-generic/
Duaccess.h72 extern unsigned long search_exception_table(unsigned long);
/linux-2.6.39/arch/microblaze/include/asm/
Duaccess.h75 extern unsigned long search_exception_table(unsigned long);
/linux-2.6.39/arch/xtensa/include/asm/
Duaccess.h490 extern unsigned long search_exception_table(unsigned long addr);
/linux-2.6.39/Documentation/x86/
Dexception-tables.txt267 4.) do page fault calls search_exception_table (regs->eip == c017e7a5);
268 5.) search_exception_table looks up the address c017e7a5 in the
/linux-2.6.39/arch/frv/kernel/
Dtraps.c365 fixup = search_exception_table(__frame->pc); in memory_access_exception()