1<?xml version="1.0"?>
2<!-- Copyright (C) 2018-2023 Free Software Foundation, Inc.
3
4     Copying and distribution of this file, with or without modification,
5     are permitted in any medium without royalty provided the copyright
6     notice and this notice are preserved.  -->
7
8<!-- Subset of the POWER8 ISA 2.07 Performance Monitor Registers
9     provided by Linux.  -->
10<!DOCTYPE feature SYSTEM "gdb-target.dtd">
11<feature name="org.gnu.gdb.power.linux.pmu">
12  <reg name="mmcr0" bitsize="64" type="uint64" save-restore="no"/>
13  <reg name="mmcr2" bitsize="64" type="uint64" save-restore="no"/>
14  <reg name="siar" bitsize="64" type="uint64" save-restore="no"/>
15  <reg name="sdar" bitsize="64" type="uint64" save-restore="no"/>
16  <reg name="sier" bitsize="64" type="uint64" save-restore="no"/>
17</feature>
18