Searched refs:exception_table_entry (Results 1 - 25 of 88) sorted by relevance

1234

/arch/score/include/asm/
H A Dmodule.h11 const struct exception_table_entry *dbe_start;
12 const struct exception_table_entry *dbe_end;
19 const struct exception_table_entry *search_module_dbetables(unsigned long addr);
21 static inline const struct exception_table_entry
/arch/x86/um/
H A Dfault.c9 struct exception_table_entry struct
15 const struct exception_table_entry *search_exception_tables(unsigned long add);
20 const struct exception_table_entry *fixup;
/arch/sh/mm/
H A Dextable_64.c20 static const struct exception_table_entry __copy_user_fixup_ex = {
34 static const struct exception_table_entry *check_exception_ranges(unsigned long addr)
44 const struct exception_table_entry *
45 search_extable(const struct exception_table_entry *first,
46 const struct exception_table_entry *last,
49 const struct exception_table_entry *mid;
73 const struct exception_table_entry *fixup;
H A Dextable_32.c12 const struct exception_table_entry *fixup;
/arch/x86/include/asm/
H A Dsections.h8 extern struct exception_table_entry __stop___ex_table[];
/arch/s390/mm/
H A Dextable.c12 const struct exception_table_entry *
13 search_extable(const struct exception_table_entry *first,
14 const struct exception_table_entry *last,
17 const struct exception_table_entry *mid;
42 const struct exception_table_entry *x = a, *y = b;
48 void sort_extable(struct exception_table_entry *start,
49 struct exception_table_entry *finish)
51 struct exception_table_entry *p;
/arch/alpha/mm/
H A Dextable.c9 static inline unsigned long ex_to_addr(const struct exception_table_entry *x)
16 struct exception_table_entry *ex_a = a, *ex_b = b;
34 const struct exception_table_entry *x = a, *y = b;
44 void sort_extable(struct exception_table_entry *start,
45 struct exception_table_entry *finish)
47 sort(start, finish - start, sizeof(struct exception_table_entry),
72 const struct exception_table_entry *
73 search_extable(const struct exception_table_entry *first,
74 const struct exception_table_entry *last,
78 const struct exception_table_entry *mi
[all...]
/arch/x86/mm/
H A Dextable.c7 ex_insn_addr(const struct exception_table_entry *x)
12 ex_fixup_addr(const struct exception_table_entry *x)
19 const struct exception_table_entry *fixup;
55 const struct exception_table_entry *fixup;
81 const struct exception_table_entry *
82 search_extable(const struct exception_table_entry *first,
83 const struct exception_table_entry *last,
87 const struct exception_table_entry *mid;
111 const struct exception_table_entry *x = a, *y = b;
123 void sort_extable(struct exception_table_entry *star
[all...]
/arch/sparc/mm/
H A Dextable.c8 void sort_extable(struct exception_table_entry *start,
9 struct exception_table_entry *finish)
14 const struct exception_table_entry *
15 search_extable(const struct exception_table_entry *start,
16 const struct exception_table_entry *last,
19 const struct exception_table_entry *walk;
92 const struct exception_table_entry *entry;
/arch/powerpc/include/asm/
H A Dmodule.h85 struct exception_table_entry;
86 void sort_ex_table(struct exception_table_entry *start,
87 struct exception_table_entry *finish);
/arch/frv/mm/
H A Dextable.c17 static inline unsigned long search_one_table(const struct exception_table_entry *first,
18 const struct exception_table_entry *last,
22 const struct exception_table_entry __attribute__((aligned(8))) *mid;
43 const struct exception_table_entry *extab;
/arch/m32r/mm/
H A Dextable.c10 const struct exception_table_entry *fixup;
/arch/score/mm/
H A Dextable.c30 const struct exception_table_entry *fixup;
/arch/ia64/mm/
H A Dextable.c15 const struct exception_table_entry *l = a, *r = b;
29 struct exception_table_entry *l = a, *r = b, tmp;
49 void sort_extable (struct exception_table_entry *start,
50 struct exception_table_entry *finish)
52 sort(start, finish - start, sizeof(struct exception_table_entry),
56 static inline unsigned long ex_to_addr(const struct exception_table_entry *x)
82 const struct exception_table_entry *
83 search_extable (const struct exception_table_entry *first,
84 const struct exception_table_entry *last,
87 const struct exception_table_entry *mi
[all...]
/arch/arm/mm/
H A Dextable.c9 const struct exception_table_entry *fixup;
/arch/arm64/mm/
H A Dextable.c10 const struct exception_table_entry *fixup;
/arch/metag/mm/
H A Dextable.c7 const struct exception_table_entry *fixup;
/arch/mips/mm/
H A Dextable.c15 const struct exception_table_entry *fixup;
/arch/mn10300/mm/
H A Dextable.c17 const struct exception_table_entry *fixup;
/arch/tile/mm/
H A Dextable.c21 const struct exception_table_entry *fixup;
/arch/unicore32/mm/
H A Dextable.c17 const struct exception_table_entry *fixup;
/arch/mips/include/asm/
H A Dmodule.h11 const struct exception_table_entry *dbe_start;
12 const struct exception_table_entry *dbe_end;
75 const struct exception_table_entry*search_module_dbetables(unsigned long addr);
78 static inline const struct exception_table_entry *
/arch/x86/kernel/
H A Dtest_nx.c48 struct exception_table_entry *extable;
61 extable = (struct exception_table_entry *)mod->extable;
/arch/arc/mm/
H A Dextable.c16 const struct exception_table_entry *fixup;
/arch/cris/arch-v10/mm/
H A Dfault.c28 extern const struct exception_table_entry

Completed in 932 milliseconds

1234