Home
last modified time | relevance | path

Searched refs:old_handler (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/kexec/
A Dcrash.c110 int (*old_handler)(struct pt_regs *regs); in crash_kexec_prepare_cpus() local
153 old_handler = __debugger; in crash_kexec_prepare_cpus()
174 __debugger = old_handler; in crash_kexec_prepare_cpus()
313 int (*old_handler)(struct pt_regs *regs); in default_machine_crash_shutdown() local
357 old_handler = __debugger_fault_handler; in default_machine_crash_shutdown()
374 __debugger_fault_handler = old_handler; in default_machine_crash_shutdown()
/linux/arch/mips/dec/prom/
A Dmemory.c33 char old_handler[0x80]; in pmax_setup_memory_region() local
37 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()
/linux/arch/sh/kernel/
A Dtraps_32.c747 void *old_handler; in set_exception_table_vec() local
749 old_handler = exception_handling_table[vec]; in set_exception_table_vec()
751 return old_handler; in set_exception_table_vec()
/linux/arch/mips/kernel/
A Dtraps.c2016 unsigned long old_handler; in set_except_vector() local
2029 old_handler = xchg(&exception_handlers[n], handler); in set_except_vector()
2049 return (void *)old_handler; in set_except_vector()
2061 unsigned long old_handler = vi_handlers[n]; in set_vi_srs_handler() local
2152 return (void *)old_handler; in set_vi_srs_handler()

Completed in 10 milliseconds