Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This file is subject to the terms and conditions of the GNU General Public
0003  * License.  See the file "COPYING" in the main directory of this archive
0004  * for more details.
0005  *
0006  * Copyright (C) 1995, 2003 by Ralf Baechle
0007  * Copyright (C) 1999 Silicon Graphics, Inc.
0008  */
0009 #ifndef __ASM_BREAK_H
0010 #define __ASM_BREAK_H
0011 
0012 #ifdef __UAPI_ASM_BREAK_H
0013 #error "Error: Do not directly include <uapi/asm/break.h>"
0014 #endif
0015 #include <uapi/asm/break.h>
0016 
0017 /*
0018  * Break codes used internally to the kernel.
0019  */
0020 #define BRK_KDB     513 /* Used in KDB_ENTER() */
0021 #define BRK_MEMU    514 /* Used by FPU emulator */
0022 #define BRK_KPROBE_BP   515 /* Kprobe break */
0023 #define BRK_KPROBE_SSTEPBP 516  /* Kprobe single step software implementation */
0024 #define BRK_MULOVF  1023    /* Multiply overflow */
0025 
0026 #endif /* __ASM_BREAK_H */