Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dkgdb.c157 struct thread_info *backup_current_thread_info = in kgdb_singlestep() local
178 memcpy(backup_current_thread_info, exception_thread_info, sizeof *thread_info); in kgdb_singlestep()
186 memcpy(exception_thread_info, backup_current_thread_info, sizeof *thread_info); in kgdb_singlestep()