Home
last modified time | relevance | path

Searched refs:exception_table_entry (Results 1 – 25 of 75) sorted by relevance

123

/linux/include/linux/
A Dextable.h9 struct exception_table_entry;
11 const struct exception_table_entry *
12 search_extable(const struct exception_table_entry *base,
15 void sort_extable(struct exception_table_entry *start,
16 struct exception_table_entry *finish);
21 const struct exception_table_entry *search_exception_tables(unsigned long add);
22 const struct exception_table_entry *
27 const struct exception_table_entry *search_module_extables(unsigned long addr);
29 static inline const struct exception_table_entry *
37 const struct exception_table_entry *search_bpf_extables(unsigned long addr);
[all …]
/linux/arch/s390/include/asm/
A Dextable.h25 struct exception_table_entry struct
31 extern struct exception_table_entry *__start_amode31_ex_table; argument
32 extern struct exception_table_entry *__stop_amode31_ex_table;
34 const struct exception_table_entry *s390_search_extables(unsigned long addr);
36 static inline unsigned long extable_fixup(const struct exception_table_entry *x) in extable_fixup()
41 typedef bool (*ex_handler_t)(const struct exception_table_entry *,
45 ex_fixup_handler(const struct exception_table_entry *x) in ex_fixup_handler()
52 static inline bool ex_handle(const struct exception_table_entry *x, in ex_handle()
65 static inline void swap_ex_entry_fixup(struct exception_table_entry *a, in swap_ex_entry_fixup()
66 struct exception_table_entry *b, in swap_ex_entry_fixup()
[all …]
/linux/lib/
A Dextable.c18 static inline unsigned long ex_to_insn(const struct exception_table_entry *x) in ex_to_insn()
29 struct exception_table_entry *x = a, *y = b, tmp; in swap_ex()
53 const struct exception_table_entry *x = a, *y = b; in cmp_ex_sort()
63 void sort_extable(struct exception_table_entry *start, in sort_extable()
64 struct exception_table_entry *finish) in sort_extable()
66 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
93 const struct exception_table_entry *_elt = elt; in cmp_ex_search()
111 const struct exception_table_entry *
112 search_extable(const struct exception_table_entry *base, in search_extable()
117 sizeof(struct exception_table_entry), cmp_ex_search); in search_extable()
/linux/arch/x86/mm/
A Dextable.c13 ex_fixup_addr(const struct exception_table_entry *x) in ex_fixup_addr()
18 static bool ex_handler_default(const struct exception_table_entry *fixup, in ex_handler_default()
25 static bool ex_handler_fault(const struct exception_table_entry *fixup, in ex_handler_fault()
42 static bool ex_handler_fprestore(const struct exception_table_entry *fixup, in ex_handler_fprestore()
54 static bool ex_handler_uaccess(const struct exception_table_entry *fixup, in ex_handler_uaccess()
61 static bool ex_handler_copy(const struct exception_table_entry *fixup, in ex_handler_copy()
68 static bool ex_handler_rdmsr_unsafe(const struct exception_table_entry *fixup, in ex_handler_rdmsr_unsafe()
81 static bool ex_handler_wrmsr_unsafe(const struct exception_table_entry *fixup, in ex_handler_wrmsr_unsafe()
93 static bool ex_handler_clear_fs(const struct exception_table_entry *fixup, in ex_handler_clear_fs()
104 const struct exception_table_entry *e = search_exception_tables(ip); in ex_get_fixup_type()
[all …]
/linux/arch/arm64/mm/
A Dextable.c13 typedef bool (*ex_handler_t)(const struct exception_table_entry *,
17 get_ex_fixup(const struct exception_table_entry *ex) in get_ex_fixup()
22 static bool ex_handler_fixup(const struct exception_table_entry *ex, in ex_handler_fixup()
29 static bool ex_handler_uaccess_err_zero(const struct exception_table_entry *ex, in ex_handler_uaccess_err_zero()
43 ex_handler_load_unaligned_zeropad(const struct exception_table_entry *ex, in ex_handler_load_unaligned_zeropad()
71 const struct exception_table_entry *ex; in fixup_exception()
/linux/kernel/
A Dextable.c28 extern struct exception_table_entry __start___ex_table[];
29 extern struct exception_table_entry __stop___ex_table[];
46 struct exception_table_entry *search_kernel_exception_table(unsigned long addr) in search_kernel_exception_table()
53 const struct exception_table_entry *search_exception_tables(unsigned long addr) in search_exception_tables()
55 const struct exception_table_entry *e; in search_exception_tables()
/linux/arch/mips/include/asm/
A Dmodule.h12 const struct exception_table_entry *dbe_start;
13 const struct exception_table_entry *dbe_end;
76 const struct exception_table_entry*search_module_dbetables(unsigned long addr);
79 static inline const struct exception_table_entry *
A Dextable.h5 struct exception_table_entry struct
/linux/arch/x86/um/
A Dfault.c9 struct exception_table_entry struct
15 const struct exception_table_entry *search_exception_tables(unsigned long add); argument
20 const struct exception_table_entry *fixup; in arch_fixup()
/linux/arch/ia64/include/asm/
A Dexception.h6 struct exception_table_entry;
9 const struct exception_table_entry *e);
14 const struct exception_table_entry *e; \
A Dextable.h7 struct exception_table_entry { struct
/linux/arch/arm64/include/asm/
A Dextable.h18 struct exception_table_entry struct
46 bool ex_handler_bpf(const struct exception_table_entry *ex,
50 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf()
/linux/arch/x86/include/asm/
A Dextable.h23 struct exception_table_entry { struct
51 bool ex_handler_bpf(const struct exception_table_entry *x, struct pt_regs *regs);
53 static inline bool ex_handler_bpf(const struct exception_table_entry *x, in ex_handler_bpf()
/linux/arch/powerpc/include/asm/
A Dextable.h22 struct exception_table_entry { struct
27 static inline unsigned long extable_fixup(const struct exception_table_entry *x) in extable_fixup() argument
/linux/tools/testing/selftests/powerpc/primitives/asm/
A Dextable.h22 struct exception_table_entry { struct
27 static inline unsigned long extable_fixup(const struct exception_table_entry *x) in extable_fixup() argument
/linux/arch/riscv/mm/
A Dextable.c15 int rv_bpf_fixup_exception(const struct exception_table_entry *ex, struct pt_regs *regs);
20 const struct exception_table_entry *fixup; in fixup_exception()
/linux/arch/s390/kernel/
A Dentry.h67 extern struct exception_table_entry _start_amode31_ex_table[];
68 extern struct exception_table_entry _stop_amode31_ex_table[];
/linux/arch/sparc/include/asm/
A Dextable.h17 struct exception_table_entry { struct
/linux/include/asm-generic/
A Dextable.h18 struct exception_table_entry struct
/linux/arch/sh/mm/
A Dextable_32.c15 const struct exception_table_entry *fixup; in fixup_exception()
/linux/arch/nios2/mm/
A Dextable.c16 const struct exception_table_entry *fixup; in fixup_exception()
/linux/arch/mips/mm/
A Dextable.c15 const struct exception_table_entry *fixup; in fixup_exception()
/linux/arch/nds32/mm/
A Dextable.c9 const struct exception_table_entry *fixup; in fixup_exception()
/linux/arch/arm/mm/
A Dextable.c10 const struct exception_table_entry *fixup; in fixup_exception()
/linux/arch/ia64/mm/
A Dextable.c15 ia64_handle_exception (struct pt_regs *regs, const struct exception_table_entry *e) in ia64_handle_exception()

Completed in 24 milliseconds

123