Home
last modified time | relevance | path

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

1234

/Linux-v5.10/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-v5.10/arch/s390/include/asm/
Dextable.h25 struct exception_table_entry struct
31 extern struct exception_table_entry *__start_dma_ex_table; argument
32 extern struct exception_table_entry *__stop_dma_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-v5.10/lib/
Dextable.c18 static inline unsigned long ex_to_insn(const struct exception_table_entry *x) in ex_to_insn()
30 struct exception_table_entry *x = a, *y = b, tmp; in swap_ex()
54 const struct exception_table_entry *x = a, *y = b; in cmp_ex_sort()
64 void sort_extable(struct exception_table_entry *start, in sort_extable()
65 struct exception_table_entry *finish) in sort_extable()
67 sort(start, finish - start, sizeof(struct exception_table_entry), in sort_extable()
97 const struct exception_table_entry *_elt = elt; in cmp_ex_search()
115 const struct exception_table_entry *
116 search_extable(const struct exception_table_entry *base, in search_extable()
121 sizeof(struct exception_table_entry), cmp_ex_search); in search_extable()
/Linux-v5.10/arch/x86/mm/
Dextable.c12 typedef bool (*ex_handler_t)(const struct exception_table_entry *,
17 ex_fixup_addr(const struct exception_table_entry *x) in ex_fixup_addr()
22 ex_fixup_handler(const struct exception_table_entry *x) in ex_fixup_handler()
27 __visible bool ex_handler_default(const struct exception_table_entry *fixup, in ex_handler_default()
37 __visible bool ex_handler_fault(const struct exception_table_entry *fixup, in ex_handler_fault()
58 __visible bool ex_handler_fprestore(const struct exception_table_entry *fixup, in ex_handler_fprestore()
73 __visible bool ex_handler_uaccess(const struct exception_table_entry *fixup, in ex_handler_uaccess()
84 __visible bool ex_handler_copy(const struct exception_table_entry *fixup, in ex_handler_copy()
96 __visible bool ex_handler_rdmsr_unsafe(const struct exception_table_entry *fixup, in ex_handler_rdmsr_unsafe()
113 __visible bool ex_handler_wrmsr_unsafe(const struct exception_table_entry *fixup, in ex_handler_wrmsr_unsafe()
[all …]
/Linux-v5.10/arch/sparc/mm/
Dextable.c10 void sort_extable(struct exception_table_entry *start, in sort_extable()
11 struct exception_table_entry *finish) in sort_extable()
16 const struct exception_table_entry *
17 search_extable(const struct exception_table_entry *base, in search_extable()
94 const struct exception_table_entry *entry; in search_extables_range()
/Linux-v5.10/kernel/
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-v5.10/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-v5.10/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-v5.10/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-v5.10/arch/arm64/include/asm/
Dextable.h18 struct exception_table_entry struct
35 int arm64_bpf_fixup_exception(const struct exception_table_entry *ex, argument
39 int arm64_bpf_fixup_exception(const struct exception_table_entry *ex, in arm64_bpf_fixup_exception()
/Linux-v5.10/arch/powerpc/include/asm/
Dextable.h20 struct exception_table_entry { struct
25 static inline unsigned long extable_fixup(const struct exception_table_entry *x) in extable_fixup() argument
/Linux-v5.10/arch/s390/boot/
Dstartup.c26 extern struct exception_table_entry _start_dma_ex_table[];
27 extern struct exception_table_entry _stop_dma_ex_table[];
32 struct exception_table_entry *
34 struct exception_table_entry *
/Linux-v5.10/arch/x86/kernel/cpu/mce/
Dinternal.h189 __visible bool ex_handler_rdmsr_fault(const struct exception_table_entry *fixup,
194 __visible bool ex_handler_wrmsr_fault(const struct exception_table_entry *fixup,
/Linux-v5.10/arch/sparc/include/asm/
Dextable_64.h17 struct exception_table_entry { struct
/Linux-v5.10/include/asm-generic/
Dextable.h18 struct exception_table_entry struct
/Linux-v5.10/arch/nios2/mm/
Dextable.c16 const struct exception_table_entry *fixup; in fixup_exception()
/Linux-v5.10/arch/mips/mm/
Dextable.c15 const struct exception_table_entry *fixup; in fixup_exception()
/Linux-v5.10/arch/sh/mm/
Dextable_32.c15 const struct exception_table_entry *fixup; in fixup_exception()
/Linux-v5.10/arch/riscv/mm/
Dextable.c16 const struct exception_table_entry *fixup; in fixup_exception()
/Linux-v5.10/arch/nds32/mm/
Dextable.c9 const struct exception_table_entry *fixup; in fixup_exception()
/Linux-v5.10/arch/arm/mm/
Dextable.c10 const struct exception_table_entry *fixup; in fixup_exception()
/Linux-v5.10/arch/arm64/mm/
Dextable.c11 const struct exception_table_entry *fixup; in fixup_exception()
/Linux-v5.10/arch/ia64/mm/
Dextable.c15 ia64_handle_exception (struct pt_regs *regs, const struct exception_table_entry *e) in ia64_handle_exception()

1234