Home
last modified time | relevance | path

Searched refs:search_one_table (Results 1 – 20 of 20) sorted by relevance

/linux-2.4.37.9/arch/alpha/mm/
Dextable.c13 search_one_table(const struct exception_table_entry *first, in search_one_table() function
46 ret = search_one_table(__start___ex_table, __stop___ex_table - 1, in search_exception_table_without_gp()
59 ret = search_one_table(mp->ex_table_start, in search_exception_table_without_gp()
76 ret = search_one_table(__start___ex_table, __stop___ex_table - 1, in search_exception_table()
90 ret = search_one_table(mp->ex_table_start, in search_exception_table()
/linux-2.4.37.9/arch/cris/mm/
Dextable.c22 search_one_table(const struct exception_table_entry *first, in search_one_table() function
47 return search_one_table(__start___ex_table, __stop___ex_table-1, addr); in search_exception_table()
55 ret = search_one_table(mp->ex_table_start, in search_exception_table()
/linux-2.4.37.9/arch/m68k/mm/
Dextable.c13 search_one_table(const struct exception_table_entry *first, in search_one_table() function
40 ret = search_one_table(__start___ex_table, __stop___ex_table-1, addr); in search_exception_table()
48 ret = search_one_table(mp->ex_table_start, in search_exception_table()
/linux-2.4.37.9/arch/sh/mm/
Dextable.c16 search_one_table(const struct exception_table_entry *first, in search_one_table() function
43 ret = search_one_table(__start___ex_table, __stop___ex_table-1, addr); in search_exception_table()
51 ret = search_one_table(mp->ex_table_start, in search_exception_table()
/linux-2.4.37.9/arch/parisc/mm/
Dextable.c19 search_one_table (const struct exception_table_entry *first, in search_one_table() function
51 return search_one_table(__start___ex_table, in search_exception_table()
62 ret = search_one_table(mp->ex_table_start, mp->ex_table_end - 1, in search_exception_table()
/linux-2.4.37.9/arch/mips64/mm/
Dextable.c18 search_one_table(const struct exception_table_entry *first, in search_one_table() function
46 ret = search_one_table(__start___ex_table, __stop___ex_table-1, addr); in search_exception_table()
57 ret = search_one_table(mp->ex_table_start, in search_exception_table()
/linux-2.4.37.9/arch/arm/mm/
Dextable.c13 search_one_table(const struct exception_table_entry *first, in search_one_table() function
42 ret = search_one_table(__start___ex_table, __stop___ex_table-1, addr); in search_exception_table()
54 ret = search_one_table(mp->ex_table_start, in search_exception_table()
/linux-2.4.37.9/arch/mips/mm/
Dextable.c13 search_one_table(const struct exception_table_entry *first, in search_one_table() function
42 ret = search_one_table(__start___ex_table, __stop___ex_table-1, addr); in search_exception_table()
53 ret = search_one_table(mp->ex_table_start, in search_exception_table()
/linux-2.4.37.9/arch/s390x/mm/
Dextable.c20 search_one_table(const struct exception_table_entry *first, in search_one_table() function
50 ret = search_one_table(__start___ex_table, __stop___ex_table-1, addr); in search_exception_table()
60 ret = search_one_table(mp->ex_table_start, in search_exception_table()
/linux-2.4.37.9/arch/i386/mm/
Dextable.c14 search_one_table(const struct exception_table_entry *first, in search_one_table() function
43 ret = search_one_table(__start___ex_table, __stop___ex_table-1, addr); in search_exception_table()
54 ret = search_one_table(mp->ex_table_start, in search_exception_table()
/linux-2.4.37.9/arch/x86_64/mm/
Dextable.c15 search_one_table(const struct exception_table_entry *first, in search_one_table() function
49 ret = search_one_table(__start___ex_table, __stop___ex_table-1, addr); in search_exception_table()
59 ret = search_one_table(mp->ex_table_start, in search_exception_table()
/linux-2.4.37.9/arch/sh64/mm/
Dextable.c22 search_one_table(const struct exception_table_entry *first, in search_one_table() function
80 ret = search_one_table(__start___ex_table, __stop___ex_table-1, addr); in search_exception_table()
88 ret = search_one_table(mp->ex_table_start, in search_exception_table()
/linux-2.4.37.9/arch/s390/mm/
Dextable.c20 search_one_table(const struct exception_table_entry *first, in search_one_table() function
51 ret = search_one_table(__start___ex_table, __stop___ex_table-1, addr); in search_exception_table()
63 ret = search_one_table(mp->ex_table_start, in search_exception_table()
/linux-2.4.37.9/arch/sparc/mm/
Dextable.c13 search_one_table(const struct exception_table_entry *start, in search_one_table() function
69 ret = search_one_table(__start___ex_table, in search_exception_table()
80 ret = search_one_table(mp->ex_table_start, in search_exception_table()
/linux-2.4.37.9/arch/sparc64/mm/
Dextable.c13 search_one_table(const struct exception_table_entry *start, in search_one_table() function
69 ret = search_one_table(__start___ex_table, in search_exception_table()
80 ret = search_one_table(mp->ex_table_start, in search_exception_table()
/linux-2.4.37.9/arch/ppc/mm/
Dextable.c50 search_one_table(const struct exception_table_entry *first, in search_one_table() function
77 ret = search_one_table(__start___ex_table, __stop___ex_table-1, addr); in search_exception_table()
85 ret = search_one_table(mp->ex_table_start, in search_exception_table()
/linux-2.4.37.9/arch/ppc64/mm/
Dextable.c55 search_one_table(const struct exception_table_entry *first, in search_one_table() function
84 ret = search_one_table(__start___ex_table, __stop___ex_table-1, addr); in search_exception_table()
95 ret = search_one_table(mp->ex_table_start, in search_exception_table()
/linux-2.4.37.9/arch/ia64/mm/
Dextable.c17 search_one_table (const struct exception_table_entry *first, in search_one_table() function
51 entry = search_one_table(__start___ex_table, __stop___ex_table - 1, addr, main_gp); in search_exception_table()
68 entry = search_one_table(mp->ex_table_start, mp->ex_table_end - 1, in search_exception_table()
/linux-2.4.37.9/arch/mips/kernel/
Dtraps.c291 search_one_table(const struct exception_table_entry *first, in search_one_table() function
318 ret = search_one_table(__start___dbe_table, __stop___dbe_table-1, addr); in search_dbe_table()
338 ret = search_one_table(ap->dbe_table_start, in search_dbe_table()
/linux-2.4.37.9/arch/mips64/kernel/
Dtraps.c301 search_one_table(const struct exception_table_entry *first, in search_one_table() function
328 ret = search_one_table(__start___dbe_table, __stop___dbe_table-1, addr); in search_dbe_table()
348 ret = search_one_table(ap->dbe_table_start, in search_dbe_table()