| /linux-4.4.14/arch/x86/mm/ | 
| D | extable.c | 7 ex_insn_addr(const struct exception_table_entry *x)  in ex_insn_addr() 12 ex_fixup_addr(const struct exception_table_entry *x)  in ex_fixup_addr() 19 	const struct exception_table_entry *fixup;  in fixup_exception() 55 	const struct exception_table_entry *fixup;  in early_fixup_exception() 81 const struct exception_table_entry * 82 search_extable(const struct exception_table_entry *first,  in search_extable() 83 	       const struct exception_table_entry *last,  in search_extable() 87 		const struct exception_table_entry *mid;  in search_extable() 111 	const struct exception_table_entry *x = a, *y = b;  in cmp_ex() 123 void sort_extable(struct exception_table_entry *start,  in sort_extable() [all …] 
 | 
| /linux-4.4.14/arch/ia64/mm/ | 
| D | extable.c | 15 	const struct exception_table_entry *l = a, *r = b;  in cmp_ex() 29 	struct exception_table_entry *l = a, *r = b, tmp;  in swap_ex() 49 void sort_extable (struct exception_table_entry *start,  in sort_extable() 50 		   struct exception_table_entry *finish)  in sort_extable() 52 	sort(start, finish - start, sizeof(struct exception_table_entry),  in sort_extable() 56 static inline unsigned long ex_to_addr(const struct exception_table_entry *x)  in ex_to_addr() 82 const struct exception_table_entry * 83 search_extable (const struct exception_table_entry *first,  in search_extable() 84 		const struct exception_table_entry *last,  in search_extable() 87 	const struct exception_table_entry *mid;  in search_extable() [all …] 
 | 
| /linux-4.4.14/arch/alpha/mm/ | 
| D | extable.c | 9 static inline unsigned long ex_to_addr(const struct exception_table_entry *x)  in ex_to_addr() 16 	struct exception_table_entry *ex_a = a, *ex_b = b;  in swap_ex() 34 	const struct exception_table_entry *x = a, *y = b;  in cmp_ex() 44 void sort_extable(struct exception_table_entry *start,  in sort_extable() 45 		  struct exception_table_entry *finish)  in sort_extable() 47 	sort(start, finish - start, sizeof(struct exception_table_entry),  in sort_extable() 72 const struct exception_table_entry * 73 search_extable(const struct exception_table_entry *first,  in search_extable() 74 	       const struct exception_table_entry *last,  in search_extable() 78 		const struct exception_table_entry *mid;  in search_extable()
  | 
| D | fault.c | 88 	const struct exception_table_entry *fixup;  in do_page_fault()
  | 
| /linux-4.4.14/lib/ | 
| D | extable.c | 26 	const struct exception_table_entry *x = a, *y = b;  in cmp_ex() 36 void sort_extable(struct exception_table_entry *start,  in sort_extable() 37 		  struct exception_table_entry *finish)  in sort_extable() 39 	sort(start, finish - start, sizeof(struct exception_table_entry),  in sort_extable() 71 const struct exception_table_entry * 72 search_extable(const struct exception_table_entry *first,  in search_extable() 73 	       const struct exception_table_entry *last,  in search_extable() 77 		const struct exception_table_entry *mid;  in search_extable()
  | 
| /linux-4.4.14/arch/sh/mm/ | 
| D | extable_64.c | 20 static const struct exception_table_entry __copy_user_fixup_ex = { 34 static const struct exception_table_entry *check_exception_ranges(unsigned long addr)  in check_exception_ranges() 44 const struct exception_table_entry * 45 search_extable(const struct exception_table_entry *first,  in search_extable() 46 		 const struct exception_table_entry *last,  in search_extable() 49 	const struct exception_table_entry *mid;  in search_extable() 73 	const struct exception_table_entry *fixup;  in fixup_exception()
  | 
| D | extable_32.c | 12 	const struct exception_table_entry *fixup;  in fixup_exception()
  | 
| /linux-4.4.14/arch/s390/mm/ | 
| D | extable.c | 12 const struct exception_table_entry * 13 search_extable(const struct exception_table_entry *first,  in search_extable() 14 	       const struct exception_table_entry *last,  in search_extable() 17 	const struct exception_table_entry *mid;  in search_extable() 42 	const struct exception_table_entry *x = a, *y = b;  in cmp_ex() 48 void sort_extable(struct exception_table_entry *start,  in sort_extable() 49 		  struct exception_table_entry *finish)  in sort_extable() 51 	struct exception_table_entry *p;  in sort_extable()
  | 
| D | fault.c | 256 	const struct exception_table_entry *fixup;  in do_no_context()
  | 
| /linux-4.4.14/arch/sparc/mm/ | 
| D | extable.c | 8 void sort_extable(struct exception_table_entry *start,  in sort_extable() 9 		  struct exception_table_entry *finish)  in sort_extable() 14 const struct exception_table_entry * 15 search_extable(const struct exception_table_entry *start,  in search_extable() 16 	       const struct exception_table_entry *last,  in search_extable() 19 	const struct exception_table_entry *walk;  in search_extable() 92 	const struct exception_table_entry *entry;  in search_extables_range()
  | 
| D | fault_64.c | 250 		const struct exception_table_entry *entry;  in do_kernel_fault()
  | 
| D | init_64.c | 2801 		const struct exception_table_entry *entry;  in hugetlb_setup()
  | 
| /linux-4.4.14/arch/score/include/asm/ | 
| D | module.h | 11 	const struct exception_table_entry *dbe_start; 12 	const struct exception_table_entry *dbe_end; 19 const struct exception_table_entry *search_module_dbetables(unsigned long addr); 21 static inline const struct exception_table_entry
  | 
| D | uaccess.h | 421 struct exception_table_entry {  struct
  | 
| /linux-4.4.14/kernel/ | 
| D | extable.c | 35 extern struct exception_table_entry __start___ex_table[]; 36 extern struct exception_table_entry __stop___ex_table[]; 51 const struct exception_table_entry *search_exception_tables(unsigned long addr)  in search_exception_tables() 53 	const struct exception_table_entry *e;  in search_exception_tables()
  | 
| D | module.c | 3990 const struct exception_table_entry *search_module_extables(unsigned long addr)  in search_module_extables() 3992 	const struct exception_table_entry *e = NULL;  in search_module_extables()
  | 
| /linux-4.4.14/arch/x86/um/ | 
| D | fault.c | 9 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-4.4.14/arch/powerpc/include/asm/ | 
| D | module.h | 85 struct exception_table_entry; 86 void sort_ex_table(struct exception_table_entry *start, 87 		   struct exception_table_entry *finish);
  | 
| D | uaccess.h | 78 struct exception_table_entry {  struct
  | 
| /linux-4.4.14/include/linux/ | 
| D | module.h | 159 struct exception_table_entry; 161 const struct exception_table_entry * 162 search_extable(const struct exception_table_entry *first, 163 	       const struct exception_table_entry *last, 165 void sort_extable(struct exception_table_entry *start, 166 		  struct exception_table_entry *finish); 272 const struct exception_table_entry *search_exception_tables(unsigned long add); 370 	struct exception_table_entry *extable; 627 const struct exception_table_entry *search_module_extables(unsigned long addr); 642 static inline const struct exception_table_entry *
  | 
| /linux-4.4.14/arch/mips/include/asm/ | 
| D | module.h | 11 	const struct exception_table_entry *dbe_start; 12 	const struct exception_table_entry *dbe_end; 75 const struct exception_table_entry*search_module_dbetables(unsigned long addr); 78 static inline const struct exception_table_entry *
  | 
| D | uaccess.h | 1485 struct exception_table_entry  struct
  | 
| /linux-4.4.14/arch/x86/kernel/ | 
| D | test_nx.c | 48 	struct exception_table_entry *extable;  in fudze_exception_table() 61 	extable = (struct exception_table_entry *)mod->extable;  in fudze_exception_table()
  | 
| /linux-4.4.14/arch/s390/include/asm/ | 
| D | uaccess.h | 77 struct exception_table_entry  struct 82 static inline unsigned long extable_insn(const struct exception_table_entry *x)  in extable_insn()  argument 87 static inline unsigned long extable_fixup(const struct exception_table_entry *x)  in extable_fixup()
  | 
| /linux-4.4.14/arch/ia64/include/asm/ | 
| D | uaccess.h | 348 struct exception_table_entry {  struct 353 extern void ia64_handle_exception (struct pt_regs *regs, const struct exception_table_entry *e);  argument 354 extern const struct exception_table_entry *search_exception_tables (unsigned long addr); 359 	const struct exception_table_entry *e;  in ia64_done_with_exception()
  | 
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | sections.h | 8 extern struct exception_table_entry __stop___ex_table[];
  | 
| D | uaccess.h | 106 struct exception_table_entry {  struct
  | 
| /linux-4.4.14/arch/mn10300/mm/ | 
| D | extable.c | 17 	const struct exception_table_entry *fixup;  in fixup_exception()
  | 
| D | misalignment.c | 319 	const struct exception_table_entry *fixup;  in misalignment()
  | 
| /linux-4.4.14/arch/mips/mm/ | 
| D | extable.c | 15 	const struct exception_table_entry *fixup;  in fixup_exception()
  | 
| /linux-4.4.14/arch/tile/mm/ | 
| D | extable.c | 21 	const struct exception_table_entry *fixup;  in fixup_exception()
  | 
| D | fault.c | 664 		const struct exception_table_entry *fixup;  in do_page_fault_ics()
  | 
| /linux-4.4.14/arch/nios2/mm/ | 
| D | extable.c | 16 	const struct exception_table_entry *fixup;  in fixup_exception()
  | 
| /linux-4.4.14/arch/m32r/mm/ | 
| D | extable.c | 10 	const struct exception_table_entry *fixup;  in fixup_exception()
  | 
| /linux-4.4.14/arch/score/mm/ | 
| D | extable.c | 30 	const struct exception_table_entry *fixup;  in fixup_exception()
  | 
| /linux-4.4.14/arch/arm64/mm/ | 
| D | extable.c | 10 	const struct exception_table_entry *fixup;  in fixup_exception()
  | 
| /linux-4.4.14/arch/unicore32/mm/ | 
| D | extable.c | 17 	const struct exception_table_entry *fixup;  in fixup_exception()
  | 
| /linux-4.4.14/arch/metag/mm/ | 
| D | extable.c | 7 	const struct exception_table_entry *fixup;  in fixup_exception()
  | 
| /linux-4.4.14/arch/arm/mm/ | 
| D | extable.c | 9 	const struct exception_table_entry *fixup;  in fixup_exception()
  | 
| /linux-4.4.14/arch/frv/mm/ | 
| D | extable.c | 20 	const struct exception_table_entry *extab;  in search_exception_table()
  | 
| /linux-4.4.14/arch/sh/include/asm/ | 
| D | uaccess.h | 183 struct exception_table_entry {  struct 194 const struct exception_table_entry *search_exception_tables(unsigned long addr);  argument
  | 
| /linux-4.4.14/arch/arc/mm/ | 
| D | extable.c | 16 	const struct exception_table_entry *fixup;  in fixup_exception()
  | 
| /linux-4.4.14/arch/mips/kernel/ | 
| D | module.c | 250 const struct exception_table_entry *search_module_dbetables(unsigned long addr)  in search_module_dbetables() 253 	const struct exception_table_entry *e = NULL;  in search_module_dbetables()
  | 
| D | traps.c | 413 extern struct exception_table_entry __start___dbe_table[]; 414 extern struct exception_table_entry __stop___dbe_table[]; 421 static const struct exception_table_entry *search_dbe_tables(unsigned long addr)  in search_dbe_tables() 423 	const struct exception_table_entry *e;  in search_dbe_tables() 434 	const struct exception_table_entry *fixup = NULL;  in do_be()
  | 
| /linux-4.4.14/arch/cris/arch-v10/mm/ | 
| D | fault.c | 28 extern const struct exception_table_entry
  | 
| /linux-4.4.14/arch/powerpc/platforms/embedded6xx/ | 
| D | mpc7448_hpc2.c | 173 	const struct exception_table_entry *entry;  in mpc7448_machine_check_exception()
  | 
| D | holly.c | 262 	const struct exception_table_entry *entry;  in ppc750_machine_check_exception()
  | 
| /linux-4.4.14/arch/score/kernel/ | 
| D | module.c | 129 const struct exception_table_entry *search_module_dbetables(unsigned long addr)  in search_module_dbetables()
  | 
| D | traps.c | 183 	const struct exception_table_entry *fixup;  in do_adedata()
  | 
| /linux-4.4.14/arch/cris/arch-v32/kernel/ | 
| D | traps.c | 153 		const struct exception_table_entry *fixup;  in fixup_BUG()
  | 
| /linux-4.4.14/arch/hexagon/mm/ | 
| D | vm_fault.c | 55 	const struct exception_table_entry *fixup;  in do_page_fault()
  | 
| /linux-4.4.14/arch/sh/kernel/ | 
| D | traps.c | 72 		const struct exception_table_entry *fixup;  in die_if_no_fixup()
  | 
| D | kprobes.c | 424 	const struct exception_table_entry *entry;  in kprobe_fault_handler()
  | 
| /linux-4.4.14/arch/m68k/include/asm/ | 
| D | uaccess_no.h | 42 struct exception_table_entry  struct
  | 
| D | uaccess_mm.h | 52 struct exception_table_entry  struct
  | 
| /linux-4.4.14/arch/microblaze/mm/ | 
| D | fault.c | 69 	const struct exception_table_entry *fixup;  in bad_page_fault()
  | 
| /linux-4.4.14/arch/openrisc/mm/ | 
| D | fault.c | 236 		const struct exception_table_entry *entry;  in do_page_fault()
  | 
| /linux-4.4.14/arch/nios2/include/asm/ | 
| D | uaccess.h | 37 struct exception_table_entry {  struct
  | 
| /linux-4.4.14/arch/avr32/mm/ | 
| D | fault.c | 61 	const struct exception_table_entry *fixup;  in do_page_fault()
  | 
| /linux-4.4.14/arch/parisc/include/asm/ | 
| D | uaccess.h | 63 struct exception_table_entry {  struct
  | 
| /linux-4.4.14/arch/arm64/include/asm/ | 
| D | uaccess.h | 51 struct exception_table_entry  struct
  | 
| /linux-4.4.14/arch/avr32/kernel/ | 
| D | traps.c | 82 		const struct exception_table_entry *fixup;  in _exception()
  | 
| /linux-4.4.14/arch/blackfin/include/asm/ | 
| D | uaccess.h | 62 struct exception_table_entry {  struct
  | 
| /linux-4.4.14/arch/avr32/include/asm/ | 
| D | uaccess.h | 323 struct exception_table_entry  struct
  | 
| /linux-4.4.14/arch/cris/mm/ | 
| D | fault.c | 375 	const struct exception_table_entry *fixup;  in find_fixup_code()
  | 
| /linux-4.4.14/arch/parisc/mm/ | 
| D | fault.c | 141 	const struct exception_table_entry *fix;  in fixup_exception()
  | 
| /linux-4.4.14/arch/metag/include/asm/ | 
| D | uaccess.h | 71 struct exception_table_entry {  struct
  | 
| /linux-4.4.14/arch/frv/include/asm/ | 
| D | uaccess.h | 80 struct exception_table_entry  struct
  | 
| /linux-4.4.14/arch/xtensa/mm/ | 
| D | fault.c | 246 	const struct exception_table_entry *entry;  in bad_page_fault()
  | 
| /linux-4.4.14/arch/openrisc/include/asm/ | 
| D | uaccess.h | 81 struct exception_table_entry {  struct
  | 
| /linux-4.4.14/include/asm-generic/ | 
| D | uaccess.h | 67 struct exception_table_entry  struct
  | 
| /linux-4.4.14/arch/sparc/include/asm/ | 
| D | uaccess_64.h | 97 struct exception_table_entry {  struct
  | 
| D | uaccess_32.h | 75 struct exception_table_entry  struct
  | 
| /linux-4.4.14/arch/s390/kernel/ | 
| D | traps.c | 71                 const struct exception_table_entry *fixup;  in do_report_trap()
  | 
| D | early.c | 250 	const struct exception_table_entry *fixup;  in early_pgm_check_handler()
  | 
| D | kprobes.c | 566 	const struct exception_table_entry *entry;  in kprobe_trap_handler()
  | 
| /linux-4.4.14/arch/microblaze/include/asm/ | 
| D | uaccess.h | 70 struct exception_table_entry {  struct
  | 
| /linux-4.4.14/arch/m32r/include/asm/ | 
| D | uaccess.h | 130 struct exception_table_entry  struct
  | 
| /linux-4.4.14/arch/mn10300/include/asm/ | 
| D | uaccess.h | 94 struct exception_table_entry  struct
  | 
| /linux-4.4.14/arch/powerpc/mm/ | 
| D | fault.c | 511 	const struct exception_table_entry *entry;  in bad_page_fault()
  | 
| /linux-4.4.14/arch/xtensa/include/asm/ | 
| D | uaccess.h | 493 struct exception_table_entry
  | 
| /linux-4.4.14/arch/alpha/include/asm/ | 
| D | uaccess.h | 463 struct exception_table_entry  struct
  | 
| /linux-4.4.14/arch/tile/include/asm/ | 
| D | uaccess.h | 118 struct exception_table_entry {  struct
  | 
| /linux-4.4.14/arch/powerpc/kernel/ | 
| D | kprobes.c | 408 	const struct exception_table_entry *entry;  in kprobe_fault_handler()
  | 
| D | traps.c | 333 	const struct exception_table_entry *entry;  in check_io_access()
  | 
| /linux-4.4.14/arch/cris/include/asm/ | 
| D | uaccess.h | 73 struct exception_table_entry {  struct
  | 
| /linux-4.4.14/arch/sparc/kernel/ | 
| D | kprobes.c | 327 	const struct exception_table_entry *entry;  in kprobe_fault_handler()
  | 
| D | unaligned_64.c | 262 	const struct exception_table_entry *entry;  in kernel_mna_trap_fault()
  | 
| D | traps_64.c | 278 		const struct exception_table_entry *entry;  in spitfire_data_access_exception() 330 		const struct exception_table_entry *entry;  in sun4v_data_access_exception() 1695 			const struct exception_table_entry *entry;  in cheetah_deferred_handler()
  | 
| /linux-4.4.14/arch/arm/include/asm/ | 
| D | uaccess.h | 45 struct exception_table_entry  struct
  | 
| /linux-4.4.14/arch/alpha/kernel/ | 
| D | traps.c | 466 	const struct exception_table_entry *fixup;  in do_entUna()
  | 
| /linux-4.4.14/arch/powerpc/sysdev/ | 
| D | fsl_rio.c | 100 	const struct exception_table_entry *entry;  in fsl_rio_mcheck_exception()
  | 
| /linux-4.4.14/arch/m68k/kernel/ | 
| D | signal.c | 93 	const struct exception_table_entry *fixup;  in handle_kernel_fault()
  | 
| /linux-4.4.14/arch/ia64/kernel/ | 
| D | unaligned.c | 1299 	const struct exception_table_entry *eh = NULL;  in ia64_handle_unaligned()
  |