/openbmc/linux/arch/arm64/include/asm/ |
H A D | extable.h | 18 struct exception_table_entry struct 37 bool ex_handler_bpf(const struct exception_table_entry *ex, argument
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | extable.h | 18 struct exception_table_entry { struct 36 bool ex_handler_bpf(const struct exception_table_entry *ex, struct pt_regs *regs); argument
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | extable.h | 18 struct exception_table_entry { struct 42 bool ex_handler_bpf(const struct exception_table_entry *ex, struct pt_regs *regs); argument
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | extable.h | 25 struct exception_table_entry struct 31 extern struct exception_table_entry *__start_amode31_ex_table; argument
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | extable.h | 23 struct exception_table_entry { struct 24 int insn, fixup, data;
|
/openbmc/linux/include/asm-generic/ |
H A D | extable.h | 18 struct exception_table_entry struct 20 unsigned long insn, fixup;
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | extable.h | 5 struct exception_table_entry struct 7 unsigned long insn; 8 unsigned long nextinsn;
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | extable.h | 17 struct exception_table_entry { struct 18 unsigned int insn, fixup;
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | extable.h | 7 struct exception_table_entry { struct 8 int insn; /* location-relative address of insn this fixup is for */ 9 int fixup; /* location-relative continuation addr.; if bit 2 is set, r9 is set to 0 */
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | extable.h | 28 struct exception_table_entry { struct 52 static inline void swap_ex_entry_fixup(struct exception_table_entry *a, in swap_ex_entry_fixup() argument
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | extable.h | 25 struct exception_table_entry struct 27 signed int insn; 28 union exception_fixup { 35 } fixup;
|
/openbmc/linux/arch/x86/um/ |
H A D | fault.c | 9 struct exception_table_entry struct 15 const struct exception_table_entry *search_exception_tables(unsigned long add); argument
|
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | extable.h | 22 struct exception_table_entry { struct 27 static inline unsigned long extable_fixup(const struct exception_table_entry *x) in extable_fixup() argument
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | extable.h | 22 struct exception_table_entry { struct 27 static inline unsigned long extable_fixup(const struct exception_table_entry *x) in extable_fixup() argument
|
/openbmc/u-boot/arch/powerpc/lib/ |
H A D | extable.c | 23 struct exception_table_entry struct 28 extern const struct exception_table_entry __start___ex_table[]; argument
|