mbox series

[0/2] target/arm: SME prep patches

Message ID 20220510000426.45797-1-richard.henderson@linaro.org
Headers show
Series target/arm: SME prep patches | expand

Message

Richard Henderson May 10, 2022, 12:04 a.m. UTC
Add HCRX_EL2 with no supported bits, and bit definitions for CPACR*.
Just trying to keep the queue smaller.


r~


Richard Henderson (2):
  target/arm: Enable FEAT_HCX for -cpu max
  target/arm: Use FIELD definitions for CPACR, CPTR_ELx

 target/arm/cpu.h    |  64 ++++++++++++++++++++++++---
 hw/arm/boot.c       |   2 +-
 target/arm/cpu.c    |  11 +++--
 target/arm/cpu64.c  |   1 +
 target/arm/helper.c | 104 ++++++++++++++++++++++++++++++++------------
 5 files changed, 146 insertions(+), 36 deletions(-)