162306a36Sopenharmony_ci/* 262306a36Sopenharmony_ci * This file is subject to the terms and conditions of the GNU General Public 362306a36Sopenharmony_ci * License. See the file "COPYING" in the main directory of this archive 462306a36Sopenharmony_ci * for more details. 562306a36Sopenharmony_ci * 662306a36Sopenharmony_ci * Copyright (C) 1995, 2003 by Ralf Baechle 762306a36Sopenharmony_ci * Copyright (C) 1999 Silicon Graphics, Inc. 862306a36Sopenharmony_ci */ 962306a36Sopenharmony_ci#ifndef __ASM_BREAK_H 1062306a36Sopenharmony_ci#define __ASM_BREAK_H 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#ifdef __UAPI_ASM_BREAK_H 1362306a36Sopenharmony_ci#error "Error: Do not directly include <uapi/asm/break.h>" 1462306a36Sopenharmony_ci#endif 1562306a36Sopenharmony_ci#include <uapi/asm/break.h> 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ci/* 1862306a36Sopenharmony_ci * Break codes used internally to the kernel. 1962306a36Sopenharmony_ci */ 2062306a36Sopenharmony_ci#define BRK_KDB 513 /* Used in KDB_ENTER() */ 2162306a36Sopenharmony_ci#define BRK_MEMU 514 /* Used by FPU emulator */ 2262306a36Sopenharmony_ci#define BRK_KPROBE_BP 515 /* Kprobe break */ 2362306a36Sopenharmony_ci#define BRK_KPROBE_SSTEPBP 516 /* Kprobe single step software implementation */ 2462306a36Sopenharmony_ci#define BRK_MULOVF 1023 /* Multiply overflow */ 2562306a36Sopenharmony_ci 2662306a36Sopenharmony_ci#endif /* __ASM_BREAK_H */ 27