/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef _ASM_UPROBES_H #define _ASM_UPROBES_H /* * User-space Probes (UProbes) for x86 * * Copyright (C) IBM Corporation, 2008-2011 * Authors: * Srikar Dronamraju * Jim Keniston */ #include <linux/notifier.h> uprobe_opcode_t; #define MAX_UINSN_BYTES … #define UPROBE_XOL_SLOT_BYTES … #define UPROBE_SWBP_INSN … #define UPROBE_SWBP_INSN_SIZE … struct uprobe_xol_ops; struct arch_uprobe { … }; struct arch_uprobe_task { … }; #endif /* _ASM_UPROBES_H */