Searched refs:old_handler (Results 1 – 4 of 4) sorted by relevance
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()
120 int (*old_handler)(struct pt_regs *regs); in crash_kexec_prepare_cpus() local171 old_handler = __debugger; in crash_kexec_prepare_cpus()192 __debugger = old_handler; in crash_kexec_prepare_cpus()357 int (*old_handler)(struct pt_regs *regs); in default_machine_crash_shutdown() local379 old_handler = __debugger_fault_handler; in default_machine_crash_shutdown()396 __debugger_fault_handler = old_handler; in default_machine_crash_shutdown()
756 void *old_handler; in set_exception_table_vec() local758 old_handler = exception_handling_table[vec]; in set_exception_table_vec()760 return old_handler; in set_exception_table_vec()
2024 unsigned long old_handler; in set_except_vector() local2037 old_handler = xchg(&exception_handlers[n], handler); in set_except_vector()2056 return (void *)old_handler; in set_except_vector()2071 unsigned long old_handler = vi_handlers[n]; in set_vi_handler() local2127 return (void *)old_handler; in set_vi_handler()
Completed in 12 milliseconds