]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/hexagon: rename HEX_EXCP_*=>HEX_CAUSE_*
authorBrian Cain <bcain@quicinc.com>
Tue, 27 Aug 2024 00:26:30 +0000 (17:26 -0700)
committerBrian Cain <brian.cain@oss.qualcomm.com>
Fri, 13 Dec 2024 03:43:46 +0000 (21:43 -0600)
commiteed3f358796791dbd065a69adf85ee4a588d3981
tree5de1f87f003f7d6aa6263a87fc6a315d214e5878
parent0cb73cb5a024bb724bb7eb39fe7fc5e07dc7180a
target/hexagon: rename HEX_EXCP_*=>HEX_CAUSE_*

The values previously used for "HEX_EXCP_*" were the cause code
definitions and not the event numbers.  So in this commit, we update
the names to reflect the cause codes. In HEX_EVENT_TRAP0's case, we add
a new "HEX_EVENT_*" with the correct event number.

Reviewed-by: Taylor Simpson <ltaylorsimpson@gmail.com>
Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>
linux-user/hexagon/cpu_loop.c
target/hexagon/cpu.h
target/hexagon/cpu_bits.h
target/hexagon/gen_tcg.h
target/hexagon/translate.c