| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | extable.h | 17 struct exception_table_entry { struct 18 int insn, fixup, handler;
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | extable.h | 25 struct exception_table_entry struct 31 extern struct exception_table_entry *__start_dma_ex_table; argument
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | extable_64.h | 17 struct exception_table_entry { struct 18 unsigned int insn, fixup;
|
| H A D | uaccess_32.h | 65 struct exception_table_entry struct 67 unsigned long insn, fixup;
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | extable.h | 18 struct exception_table_entry struct 20 unsigned long insn, fixup;
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | extable.h | 5 struct exception_table_entry struct 7 unsigned long insn; 8 unsigned long nextinsn;
|
| /OK3568_Linux_fs/kernel/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;
|
| /OK3568_Linux_fs/kernel/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 */
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | extable.h | 20 struct exception_table_entry { struct 25 static inline unsigned long extable_fixup(const struct exception_table_entry *x) in extable_fixup() argument
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | extable.h | 18 struct exception_table_entry struct 26 int arm64_bpf_fixup_exception(const struct exception_table_entry *ex, argument
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/lib/ |
| H A D | extable.c | 26 struct exception_table_entry struct 31 extern const struct exception_table_entry __start___ex_table[]; argument
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | uaccess.h | 51 struct exception_table_entry { struct 52 int insn; /* relative address of insn that is allowed to fault. */ 53 int fixup; /* relative address of fixup routine */
|
| /OK3568_Linux_fs/kernel/arch/csky/include/asm/ |
| H A D | uaccess.h | 403 struct exception_table_entry { struct 404 unsigned long insn; 405 unsigned long nextinsn;
|
| /OK3568_Linux_fs/kernel/arch/nds32/include/asm/ |
| H A D | uaccess.h | 30 struct exception_table_entry { struct 31 unsigned long insn, fixup;
|