![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef _SPARC64_KDEBUG_H 0003 #define _SPARC64_KDEBUG_H 0004 0005 struct pt_regs; 0006 0007 void bad_trap(struct pt_regs *, long); 0008 0009 /* Grossly misnamed. */ 0010 enum die_val { 0011 DIE_OOPS = 1, 0012 DIE_DEBUG, /* ta 0x70 */ 0013 DIE_DEBUG_2, /* ta 0x71 */ 0014 DIE_BPT, /* ta 0x73 */ 0015 DIE_SSTEP, /* ta 0x74 */ 0016 DIE_DIE, 0017 DIE_TRAP, 0018 DIE_TRAP_TL1, 0019 DIE_CALL, 0020 DIE_NMI, 0021 DIE_NMIWATCHDOG, 0022 }; 0023 0024 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |