···2323#endif24242525void do_bad_area(unsigned long addr, unsigned int fsr, struct pt_regs *regs);2626-unsigned long search_exception_table(unsigned long addr);2726void early_abt_enable(void);28272928#endif /* __ARCH_ARM_FAULT_H */
-3
arch/m68k/include/asm/uaccess_no.h
···4444 unsigned long insn, fixup;4545};46464747-/* Returns 0 if exception not found and fixup otherwise. */4848-extern unsigned long search_exception_table(unsigned long);4949-50475148/*5249 * These are the main single-value transfer routines. They automatically
-3
arch/microblaze/include/asm/uaccess.h
···7171 unsigned long insn, fixup;7272};73737474-/* Returns 0 if exception not found and fixup otherwise. */7575-extern unsigned long search_exception_table(unsigned long);7676-7774#ifndef CONFIG_MMU78757976/* Check against bounds of physical memory */
-4
arch/openrisc/include/asm/uaccess.h
···8282 unsigned long insn, fixup;8383};84848585-/* Returns 0 if exception not found and fixup otherwise. */8686-extern unsigned long search_exception_table(unsigned long);8787-extern void sort_exception_table(void);8888-8985/*9086 * These are the main single-value transfer routines. They automatically9187 * use the right size if we just have the right pointer type.
-2
arch/sh/include/asm/uaccess.h
···192192#endif193193194194int fixup_exception(struct pt_regs *regs);195195-/* Returns 0 if exception not found and fixup.unit otherwise. */196196-unsigned long search_exception_table(unsigned long addr);197195const struct exception_table_entry *search_exception_tables(unsigned long addr);198196199197extern void *set_exception_table_vec(unsigned int vec, void *handler);
···495495 unsigned long insn, fixup;496496};497497498498-/* Returns 0 if exception not found and fixup.unit otherwise. */499499-500500-extern unsigned long search_exception_table(unsigned long addr);501501-extern void sort_exception_table(void);502502-503503-/* Returns the new pc */504504-#define fixup_exception(map_reg, fixup_unit, pc) \505505-({ \506506- fixup_unit; \507507-})508508-509498#endif /* __ASSEMBLY__ */510499#endif /* _XTENSA_UACCESS_H */
-4
include/asm-generic/uaccess.h
···6969 unsigned long insn, fixup;7070};71717272-/* Returns 0 if exception not found and fixup otherwise. */7373-extern unsigned long search_exception_table(unsigned long);7474-7575-7672/*7773 * architectures with an MMU should override these two7874 */