summary refs log tree commit diff stats
path: root/hw/gpio/stm32l4x5_gpio.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2024-03-07 12:19:03 +0000
committerPeter Maydell <peter.maydell@linaro.org>2024-03-07 12:19:03 +0000
commit485eb324e352a53bdf99f90511bd546eebab68f5 (patch)
tree0a7c85f7edacb820deb3040e733c99bf2a254ed3 /hw/gpio/stm32l4x5_gpio.c
parentdcdad2624b445f9ce1a3fdca6a0831d7a7abddd8 (diff)
downloadfocaccia-qemu-485eb324e352a53bdf99f90511bd546eebab68f5.tar.gz
focaccia-qemu-485eb324e352a53bdf99f90511bd546eebab68f5.zip
target/arm: Define CNTPCTSS_EL0 and CNTVCTSS_EL0
For FEAT_ECV, new registers CNTPCTSS_EL0 and CNTVCTSS_EL0 are
defined, which are "self-synchronized" views of the physical and
virtual counts as seen in the CNTPCT_EL0 and CNTVCT_EL0 registers
(meaning that no barriers are needed around accesses to them to
ensure that reads of them do not occur speculatively and out-of-order
with other instructions).

For QEMU, all our system registers are self-synchronized, so we can
simply copy the existing implementation of CNTPCT_EL0 and CNTVCT_EL0
to the new register encodings.

This means we now implement all the functionality required for
ID_AA64MMFR0_EL1.ECV == 0b0001.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240301183219.2424889-7-peter.maydell@linaro.org
Diffstat (limited to 'hw/gpio/stm32l4x5_gpio.c')
0 files changed, 0 insertions, 0 deletions