Searched refs:old_handler (Results 1 – 5 of 5) sorted by relevance
110 int (*old_handler)(struct pt_regs *regs); in crash_kexec_prepare_cpus() local150 old_handler = __debugger; in crash_kexec_prepare_cpus()171 __debugger = old_handler; in crash_kexec_prepare_cpus()305 int (*old_handler)(struct pt_regs *regs); in default_machine_crash_shutdown() local346 old_handler = __debugger_fault_handler; in default_machine_crash_shutdown()363 __debugger_fault_handler = old_handler; in default_machine_crash_shutdown()
33 char old_handler[0x80]; in pmax_setup_memory_region() local37 memcpy(&old_handler, (void *)(CKSEG0 + 0x80), 0x80); in pmax_setup_memory_region()50 memcpy((void *)(CKSEG0 + 0x80), &old_handler, 0x80); in pmax_setup_memory_region()
755 void *old_handler; in set_exception_table_vec() local757 old_handler = exception_handling_table[vec]; in set_exception_table_vec()759 return old_handler; in set_exception_table_vec()
294 unsigned long old_handler = exception_handlers[n]; in set_except_vector() local297 return (void *)old_handler; in set_except_vector()
1873 unsigned long old_handler; in set_except_vector() local1886 old_handler = xchg(&exception_handlers[n], handler); in set_except_vector()1906 return (void *)old_handler; in set_except_vector()1918 unsigned long old_handler = vi_handlers[n]; in set_vi_srs_handler() local2009 return (void *)old_handler; in set_vi_srs_handler()