mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:56:38 +00:00
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>
4 lines
242 B
Plaintext
4 lines
242 B
Plaintext
# Hexagon global register access
|
|
hexagon_globalreg_read(uint32_t htid, const char *reg_name, uint32_t value) "htid=%u reg=%s value=0x%x"
|
|
hexagon_globalreg_write(uint32_t htid, const char *reg_name, uint32_t value) "htid=%u reg=%s value=0x%x"
|