OSDN Git Service

target/arm: Add SMIDR_EL1, SMPRI_EL1, SMPRIMAP_EL2
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 20 Jun 2022 17:51:51 +0000 (10:51 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 27 Jun 2022 10:18:17 +0000 (11:18 +0100)
commitd5b1223ac1ddf8f706f5e6feaaa526df8287f8b1
tree06dcbac7c2a8f79d89252733aee276b1f09fdc24
parentde5619887cbc7549bfc63bec4993de94626ccf09
target/arm: Add SMIDR_EL1, SMPRI_EL1, SMPRIMAP_EL2

Implement the streaming mode identification register, and the
two streaming priority registers.  For QEMU, they are all RES0.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220620175235.60881-8-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c