Home
last modified time | relevance | path

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

123

/Linux-v6.1/include/linux/
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-v6.1/arch/s390/include/asm/
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()
43 static inline void swap_ex_entry_fixup(struct exception_table_entry *a, in swap_ex_entry_fixup()
44 struct exception_table_entry *b, in swap_ex_entry_fixup()
45 struct exception_table_entry tmp, in swap_ex_entry_fixup()
59 bool ex_handler_bpf(const struct exception_table_entry *ex, struct pt_regs *regs);
63 static inline bool ex_handler_bpf(const struct exception_table_entry *ex, struct pt_regs *regs) in ex_handler_bpf()
/Linux-v6.1/lib/
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-v6.1/arch/x86/mm/
Dextable.c27 ex_fixup_addr(const struct exception_table_entry *x) in ex_fixup_addr()
32 static bool ex_handler_default(const struct exception_table_entry *e, in ex_handler_default()
56 static bool ex_handler_zeropad(const struct exception_table_entry *e, in ex_handler_zeropad()
97 static bool ex_handler_fault(const struct exception_table_entry *fixup, in ex_handler_fault()
104 static bool ex_handler_sgx(const struct exception_table_entry *fixup, in ex_handler_sgx()
121 static bool ex_handler_fprestore(const struct exception_table_entry *fixup, in ex_handler_fprestore()
133 static bool ex_handler_uaccess(const struct exception_table_entry *fixup, in ex_handler_uaccess()
140 static bool ex_handler_copy(const struct exception_table_entry *fixup, in ex_handler_copy()
147 static bool ex_handler_msr(const struct exception_table_entry *fixup, in ex_handler_msr()
175 static bool ex_handler_clear_fs(const struct exception_table_entry *fixup, in ex_handler_clear_fs()
[all …]
/Linux-v6.1/arch/s390/mm/
Dextable.c11 const struct exception_table_entry *s390_search_extables(unsigned long addr) in s390_search_extables()
13 const struct exception_table_entry *fixup; in s390_search_extables()
23 static bool ex_handler_fixup(const struct exception_table_entry *ex, struct pt_regs *regs) in ex_handler_fixup()
29 static bool ex_handler_ua_store(const struct exception_table_entry *ex, struct pt_regs *regs) in ex_handler_ua_store()
38 static bool ex_handler_ua_load_mem(const struct exception_table_entry *ex, struct pt_regs *regs) in ex_handler_ua_load_mem()
50 static bool ex_handler_ua_load_reg(const struct exception_table_entry *ex, struct pt_regs *regs) in ex_handler_ua_load_reg()
63 const struct exception_table_entry *ex; in fixup_exception()
/Linux-v6.1/kernel/
Dextable.c29 extern struct exception_table_entry __start___ex_table[];
30 extern struct exception_table_entry __stop___ex_table[];
47 struct exception_table_entry *search_kernel_exception_table(unsigned long addr) in search_kernel_exception_table()
54 const struct exception_table_entry *search_exception_tables(unsigned long addr) in search_exception_tables()
56 const struct exception_table_entry *e; in search_exception_tables()
/Linux-v6.1/arch/riscv/mm/
Dextable.c18 get_ex_fixup(const struct exception_table_entry *ex) in get_ex_fixup()
23 static bool ex_handler_fixup(const struct exception_table_entry *ex, in ex_handler_fixup()
40 static bool ex_handler_uaccess_err_zero(const struct exception_table_entry *ex, in ex_handler_uaccess_err_zero()
55 const struct exception_table_entry *ex; in fixup_exception()
/Linux-v6.1/arch/arm64/mm/
Dextable.c14 get_ex_fixup(const struct exception_table_entry *ex) in get_ex_fixup()
19 static bool ex_handler_uaccess_err_zero(const struct exception_table_entry *ex, in ex_handler_uaccess_err_zero()
33 ex_handler_load_unaligned_zeropad(const struct exception_table_entry *ex, in ex_handler_load_unaligned_zeropad()
61 const struct exception_table_entry *ex; in fixup_exception()
/Linux-v6.1/arch/x86/um/
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-v6.1/arch/mips/include/asm/
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 *
Dextable.h5 struct exception_table_entry struct
/Linux-v6.1/arch/ia64/include/asm/
Dexception.h6 struct exception_table_entry;
9 const struct exception_table_entry *e);
14 const struct exception_table_entry *e; \
Dextable.h7 struct exception_table_entry { struct
/Linux-v6.1/arch/arm64/include/asm/
Dextable.h18 struct exception_table_entry struct
37 bool ex_handler_bpf(const struct exception_table_entry *ex, argument
41 bool ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf()
/Linux-v6.1/arch/riscv/include/asm/
Dextable.h18 struct exception_table_entry { struct
38 bool ex_handler_bpf(const struct exception_table_entry *ex, struct pt_regs *regs); argument
41 ex_handler_bpf(const struct exception_table_entry *ex, in ex_handler_bpf()
/Linux-v6.1/arch/x86/include/asm/
Dextable.h23 struct exception_table_entry { struct
55 bool ex_handler_bpf(const struct exception_table_entry *x, struct pt_regs *regs);
57 static inline bool ex_handler_bpf(const struct exception_table_entry *x, in ex_handler_bpf()
/Linux-v6.1/arch/powerpc/include/asm/
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-v6.1/tools/testing/selftests/powerpc/primitives/asm/
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-v6.1/arch/s390/kernel/
Dentry.h70 extern struct exception_table_entry _start_amode31_ex_table[];
71 extern struct exception_table_entry _stop_amode31_ex_table[];
/Linux-v6.1/arch/sparc/include/asm/
Dextable.h17 struct exception_table_entry { struct
/Linux-v6.1/include/asm-generic/
Dextable.h18 struct exception_table_entry struct
/Linux-v6.1/arch/sh/mm/
Dextable_32.c15 const struct exception_table_entry *fixup; in fixup_exception()
/Linux-v6.1/arch/loongarch/mm/
Dextable.c12 const struct exception_table_entry *fixup; in fixup_exception()
/Linux-v6.1/arch/mips/mm/
Dextable.c15 const struct exception_table_entry *fixup; in fixup_exception()
/Linux-v6.1/arch/nios2/mm/
Dextable.c16 const struct exception_table_entry *fixup; in fixup_exception()

123