From: Brian Cain
{TLB,k0}lock counts are used to represent the TLB, k0 locks among
hardware threads.
wait_next_pc represents the program counter to set when resuming from
a wait-for-interrupts state.
cause_code contains the precise exception cause.This will be used by
subsequent commits.
Signe
From: Brian Cain
Signed-off-by: Brian Cain
---
target/hexagon/cpu_helper.h | 13 ++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/target/hexagon/cpu_helper.h b/target/hexagon/cpu_helper.h
index e8d89d8526..1cdf4f8dd0 100644
--- a/target/hexagon/cpu_helper.h
+++ b/tar
From: Brian Cain
Signed-off-by: Brian Cain
---
target/hexagon/gen_helper_funcs.py | 23 ++-
target/hexagon/gen_helper_protos.py | 23 ---
target/hexagon/gen_idef_parser_funcs.py | 2 ++
target/hexagon/gen_op_attribs.py| 2 +-
target/hex