1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux 1 2 /* 3 * Copyright (C) 2020-2022 Loongson Technology 4 */ 5 #ifndef __UAPI_ASM_BREAK_H 6 #define __UAPI_ASM_BREAK_H 7 8 #define BRK_DEFAULT 0 /* Use 9 #define BRK_BUG 1 /* Use 10 #define BRK_KDB 2 /* Use 11 #define BRK_MATHEMU 3 /* Use 12 #define BRK_USERBP 4 /* Use 13 #define BRK_SSTEPBP 5 /* Use 14 #define BRK_OVERFLOW 6 /* Ove 15 #define BRK_DIVZERO 7 /* Div 16 #define BRK_RANGE 8 /* Ran 17 #define BRK_MULOVFL 9 /* Mul 18 #define BRK_KPROBE_BP 10 /* Kpr 19 #define BRK_KPROBE_SSTEPBP 11 /* Kpr 20 #define BRK_UPROBE_BP 12 /* See 21 #define BRK_UPROBE_XOLBP 13 /* See 22 23 #endif /* __UAPI_ASM_BREAK_H */ 24
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.