1 /* SPDX-License-Identifier: GPL-2.0-only */
9 #include <asm/debug-monitors.h>
11 #include <asm/probes.h>
13 #define UPROBE_SWBP_INSN cpu_to_le32(BRK64_OPCODE_UPROBES)
14 #define UPROBE_SWBP_INSN_SIZE AARCH64_INSN_SIZE
15 #define UPROBE_XOL_SLOT_BYTES AARCH64_INSN_SIZE
17 typedef __le32 uprobe_opcode_t;
19 struct arch_uprobe_task {
27 struct arch_probe_insn api;