diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2013-06-25 18:16:06 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2013-06-25 18:16:09 +0100 |
commit | 7023ec7e2b4ee14f60c530ff9ce6e04127cf1802 (patch) | |
tree | e47416c42546fb0cbe7955703c2d4dc179b5c0db /target-unicore32/helper.h | |
parent | 34affeefbbdbd97471c283677179254a2e006994 (diff) | |
download | hqemu-7023ec7e2b4ee14f60c530ff9ce6e04127cf1802.zip hqemu-7023ec7e2b4ee14f60c530ff9ce6e04127cf1802.tar.gz |
target-arm: Add raw_readfn and raw_writefn to ARMCPRegInfo
For reading and writing register values from the kernel for KVM,
we need to provide accessor functions which are guaranteed to succeed
and don't impose access checks, mask out unwritable bits, etc.
Define new fields raw_readfn and raw_writefn for this purpose;
these only need to be provided if there is a readfn or writefn
already and it is not suitable.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target-unicore32/helper.h')
0 files changed, 0 insertions, 0 deletions