Searched refs:search_exception_tables (Results 1 - 25 of 43) sorted by relevance

12

/linux-master/arch/x86/um/
H A Dfault.c15 const struct exception_table_entry *search_exception_tables(unsigned long add);
22 fixup = search_exception_tables(address);
/linux-master/arch/nios2/mm/
H A Dextable.c18 fixup = search_exception_tables(regs->ea);
/linux-master/arch/sh/mm/
H A Dextable_32.c17 fixup = search_exception_tables(regs->pc);
/linux-master/arch/mips/mm/
H A Dextable.c17 fixup = search_exception_tables(exception_epc(regs));
/linux-master/arch/arm/mm/
H A Dextable.c12 fixup = search_exception_tables(instruction_pointer(regs));
/linux-master/arch/arc/mm/
H A Dextable.c16 fixup = search_exception_tables(instruction_pointer(regs));
/linux-master/include/linux/
H A Dextable.h21 const struct exception_table_entry *search_exception_tables(unsigned long add);
/linux-master/arch/arm64/mm/
H A Dextable.c63 ex = search_exception_tables(instruction_pointer(regs));
/linux-master/arch/loongarch/mm/
H A Dextable.c49 ex = search_exception_tables(exception_era(regs));
/linux-master/arch/microblaze/mm/
H A Dfault.c72 fixup = search_exception_tables(regs->pc);
143 if (kernel_mode(regs) && !search_exception_tables(regs->pc))
/linux-master/kernel/
H A Dextable.c54 const struct exception_table_entry *search_exception_tables(unsigned long addr) function
/linux-master/arch/riscv/mm/
H A Dextable.c86 ex = search_exception_tables(regs->epc);
/linux-master/arch/s390/mm/
H A Dextable.c16 fixup = search_exception_tables(addr);
/linux-master/arch/hexagon/mm/
H A Dvm_fault.c144 fixup = search_exception_tables(pt_elr(regs));
/linux-master/arch/sh/kernel/
H A Dtraps.c79 fixup = search_exception_tables(regs->pc);
/linux-master/arch/alpha/mm/
H A Dfault.c193 if ((fixup = search_exception_tables(regs->pc)) != 0) {
/linux-master/arch/openrisc/mm/
H A Dfault.c234 if ((entry = search_exception_tables(regs->pc)) != NULL) {
/linux-master/arch/openrisc/kernel/
H A Dtraps.c334 if ((entry = search_exception_tables(orig_pc))) {
381 if ((entry = search_exception_tables(orig_pc))) {
/linux-master/arch/x86/mm/
H A Dextable.c302 const struct exception_table_entry *e = search_exception_tables(ip);
327 e = search_exception_tables(regs->ip);
/linux-master/arch/sparc/mm/
H A Dfault_64.c237 entry = search_exception_tables(regs->tpc);
326 !search_exception_tables(regs->tpc)) {
/linux-master/arch/powerpc/mm/
H A Dfault.c218 if (!search_exception_tables(regs->nip))
648 entry = search_exception_tables(instruction_pointer(regs));
/linux-master/arch/sparc/kernel/
H A Dunaligned_32.c219 entry = search_exception_tables(regs->pc);
/linux-master/arch/csky/mm/
H A Dfault.c13 fixup = search_exception_tables(instruction_pointer(regs));
/linux-master/arch/powerpc/platforms/embedded6xx/
H A Dholly.c248 if ((entry = search_exception_tables(regs->nip)) != NULL) {
/linux-master/arch/xtensa/mm/
H A Dfault.c242 if ((entry = search_exception_tables(regs->pc)) != NULL) {

Completed in 413 milliseconds

12