18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 28c2ecf20Sopenharmony_ci#ifndef _ASM_IA64_BREAK_H 38c2ecf20Sopenharmony_ci#define _ASM_IA64_BREAK_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci/* 68c2ecf20Sopenharmony_ci * IA-64 Linux break numbers. 78c2ecf20Sopenharmony_ci * 88c2ecf20Sopenharmony_ci * Copyright (C) 1999 Hewlett-Packard Co 98c2ecf20Sopenharmony_ci * Copyright (C) 1999 David Mosberger-Tang <davidm@hpl.hp.com> 108c2ecf20Sopenharmony_ci */ 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci/* 138c2ecf20Sopenharmony_ci * OS-specific debug break numbers: 148c2ecf20Sopenharmony_ci */ 158c2ecf20Sopenharmony_ci#define __IA64_BREAK_KDB 0x80100 168c2ecf20Sopenharmony_ci#define __IA64_BREAK_KPROBE 0x81000 /* .. 0x81fff */ 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci/* 198c2ecf20Sopenharmony_ci * OS-specific break numbers: 208c2ecf20Sopenharmony_ci */ 218c2ecf20Sopenharmony_ci#define __IA64_BREAK_SYSCALL 0x100000 228c2ecf20Sopenharmony_ci 238c2ecf20Sopenharmony_ci#endif /* _ASM_IA64_BREAK_H */ 24