#ifndef _ASM_IA64_BREAK_H1#define _ASM_IA64_BREAK_H23/*4* IA-64 Linux break numbers.5*6* Copyright (C) 1999 Hewlett-Packard Co7* Copyright (C) 1999 David Mosberger-Tang <[email protected]>8*/910/*11* OS-specific debug break numbers:12*/13#define __IA64_BREAK_KDB 0x8010014#define __IA64_BREAK_KPROBE 0x81000 /* .. 0x81fff */15#define __IA64_BREAK_JPROBE 0x820001617/*18* OS-specific break numbers:19*/20#define __IA64_BREAK_SYSCALL 0x1000002122/*23* Xen specific break numbers:24*/25#define __IA64_XEN_HYPERCALL 0x100026/* [__IA64_XEN_HYPERPRIVOP_START, __IA64_XEN_HYPERPRIVOP_MAX] is used27for xen hyperprivops */28#define __IA64_XEN_HYPERPRIVOP_START 0x129#define __IA64_XEN_HYPERPRIVOP_MAX 0x1a3031#endif /* _ASM_IA64_BREAK_H */323334