From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id SDirLsN2qV/vbwAAWB0awg (envelope-from ) for ; Mon, 09 Nov 2020 12:05:07 -0500 Received: by simark.ca (Postfix, from userid 112) id B787C1F08E; Mon, 9 Nov 2020 12:05:07 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id CE10E1E552 for ; Mon, 9 Nov 2020 12:05:05 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 28B753896C17; Mon, 9 Nov 2020 17:05:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 28B753896C17 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1604941505; bh=632Kgg7LMWYPbULg/FSuAP1KFJm71nWZUfG4cPESfCg=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=XGCwT2p3eAcJgb4Y8f6bGHwf08SOzHnEYHDELQfuvW3ARd5XmR90DL2Al/YgxshFl J2pcYCy9Ztw0WddMdN8/Pqm5ycisz/RmnEU3Ajxi1JqvrzE5YuVWmGoanvDtWRQC3X 0ECzVKazKLtMw4TRgZ2Y4SLEsvuNkHeUyZExBvwU= Received: from mail-qt1-x843.google.com (mail-qt1-x843.google.com [IPv6:2607:f8b0:4864:20::843]) by sourceware.org (Postfix) with ESMTPS id 83FDA3896C18 for ; Mon, 9 Nov 2020 17:05:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 83FDA3896C18 Received: by mail-qt1-x843.google.com with SMTP id i7so6466874qti.6 for ; Mon, 09 Nov 2020 09:05:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=632Kgg7LMWYPbULg/FSuAP1KFJm71nWZUfG4cPESfCg=; b=fj9GxNOoPYmfqPqlP8zI9WwKPeabtOSQ0o0akV/HE4jzhyo8xgXYK2p1nrf6usGprd dcvzfWeID7ju+rwkLHwE3IIMzMKCaSU6AsdFvznEADbKQCJFQdghdrNwqWIAubN4gcIb kMJ1fgc0gh7YxWerPve6i2FlV3x8L0Upx5v+Un3GKWPGqriEUU5xtYKKzd4e21t47547 zP9DJMZCnzYSVWkairs0Ui4IXbXN/35iOZK61SIPi64jvYeXaYyG840f3RoK7sEh6/5N oqKMcp58i7s/fn1TW4GXthG/ECy1vzAFUfe2sUa90amPl/5xoJVsttmIGylEpRLPk1zZ XNJA== X-Gm-Message-State: AOAM533w69a2zKIWHW3TQtSot4iqM/AL/ywwPOfNY1uDW5zc4vSE3CzP BTrtMOjTsmqUp6sxSEjRC5TREsR5jD49tQ== X-Google-Smtp-Source: ABdhPJy+7la6SMw7EfCTkmhx03TqpX5dp2Qb4Qsh1KMsXJ62H0RNjJZni8qQZFGJqnDEOg4z+EAerA== X-Received: by 2002:ac8:5854:: with SMTP id h20mr14027113qth.176.1604941500233; Mon, 09 Nov 2020 09:05:00 -0800 (PST) Received: from localhost.localdomain ([2804:7f0:8284:1487:5c3b:b268:ad95:5f37]) by smtp.gmail.com with ESMTPSA id s2sm5948358qtw.44.2020.11.09.09.04.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Nov 2020 09:04:59 -0800 (PST) To: gdb-patches@sourceware.org Subject: [PATCH v3 08/24] AArch64: Add MTE CPU feature check support Date: Mon, 9 Nov 2020 14:04:19 -0300 Message-Id: <20201109170435.15766-9-luis.machado@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201109170435.15766-1-luis.machado@linaro.org> References: <20201109170435.15766-1-luis.machado@linaro.org> X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Luis Machado via Gdb-patches Reply-To: Luis Machado Cc: david.spickett@linaro.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" This patch is a preparation for the next patches implementing MTE. It just adds a HWCAP2 constant for MTE, creates a new generic arch/aarch64-mte-linux.h file and includes that file in the source files that will use it. gdb/ChangeLog: YYYY-MM-DD Luis Machado * Makefile.in (HFILES_NO_SRCDIR): Add arch/aarch64-mte-linux.h. * aarch64-linux-nat.c: Include arch/aarch64-mte-linux.h. * aarch64-linux-tdep.c: Likewise * arch/aarch64-mte-linux.h: New file. gdbserver/ChangeLog: YYYY-MM-DD Luis Machado * linux-aarch64-low.cc: Include arch/aarch64-mte-linux.h. --- gdb/Makefile.in | 1 + gdb/aarch64-linux-nat.c | 2 ++ gdb/aarch64-linux-tdep.c | 2 ++ gdb/arch/aarch64-mte-linux.h | 28 ++++++++++++++++++++++++++++ gdbserver/linux-aarch64-low.cc | 1 + 5 files changed, 34 insertions(+) create mode 100644 gdb/arch/aarch64-mte-linux.h diff --git a/gdb/Makefile.in b/gdb/Makefile.in index c46935efaf..4fd0c1d8e5 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1460,6 +1460,7 @@ HFILES_NO_SRCDIR = \ arch/aarch32.h \ arch/aarch64.h \ arch/aarch64-insn.h \ + arch/aarch64-mte-linux.h \ arch/arc.h \ arch/arm.h \ arch/i386.h \ diff --git a/gdb/aarch64-linux-nat.c b/gdb/aarch64-linux-nat.c index 77d5863a56..260f47558b 100644 --- a/gdb/aarch64-linux-nat.c +++ b/gdb/aarch64-linux-nat.c @@ -50,6 +50,8 @@ #include "gdb_proc_service.h" #include "arch-utils.h" +#include "arch/aarch64-mte-linux.h" + #ifndef TRAP_HWBKPT #define TRAP_HWBKPT 0x0004 #endif diff --git a/gdb/aarch64-linux-tdep.c b/gdb/aarch64-linux-tdep.c index c9898bdafd..0fd806a5aa 100644 --- a/gdb/aarch64-linux-tdep.c +++ b/gdb/aarch64-linux-tdep.c @@ -44,6 +44,8 @@ #include "record-full.h" #include "linux-record.h" +#include "arch/aarch64-mte-linux.h" + /* Signal frame handling. +------------+ ^ diff --git a/gdb/arch/aarch64-mte-linux.h b/gdb/arch/aarch64-mte-linux.h new file mode 100644 index 0000000000..c6a91c2db4 --- /dev/null +++ b/gdb/arch/aarch64-mte-linux.h @@ -0,0 +1,28 @@ +/* Common Linux target-dependent definitions for AArch64 MTE + + Copyright (C) 2020 Free Software Foundation, Inc. + + This file is part of GDB. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ + +#ifndef ARCH_AARCH64_LINUX_H +#define ARCH_AARCH64_LINUX_H + +/* Feature check for Memory Tagging Extension. */ +#ifndef HWCAP2_MTE +#define HWCAP2_MTE (1 << 18) +#endif + +#endif /* ARCH_AARCH64_LINUX_H */ diff --git a/gdbserver/linux-aarch64-low.cc b/gdbserver/linux-aarch64-low.cc index 08208ae4f4..7512aac54b 100644 --- a/gdbserver/linux-aarch64-low.cc +++ b/gdbserver/linux-aarch64-low.cc @@ -40,6 +40,7 @@ #include "gdb_proc_service.h" #include "arch/aarch64.h" +#include "arch/aarch64-mte-linux.h" #include "linux-aarch32-tdesc.h" #include "linux-aarch64-tdesc.h" #include "nat/aarch64-sve-linux-ptrace.h" -- 2.17.1