2 * Copyright(c) 2019-2021 Qualcomm Innovation Center, Inc. All Rights Reserved.
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, see <http://www.gnu.org/licenses/>.
18 #ifndef HEXAGON_HEX_REGS_H
19 #define HEXAGON_HEX_REGS_H
70 HEX_REG_UPCYCLELO
= 46,
71 HEX_REG_UPCYCLEHI
= 47,
72 HEX_REG_FRAMELIMIT
= 48,
73 HEX_REG_FRAMEKEY
= 49,
74 HEX_REG_PKTCNTLO
= 50,
75 HEX_REG_PKTCNTHI
= 51,
76 /* Use reserved control registers for qemu execution counts */
77 HEX_REG_QEMU_PKT_CNT
= 52,
78 HEX_REG_QEMU_INSN_CNT
= 53,
79 HEX_REG_QEMU_HVX_CNT
= 54,
80 HEX_REG_UTIMERLO
= 62,
81 HEX_REG_UTIMERHI
= 63,