You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/target/arm/tcg
Gustavo Romero 00936783ab target/arm: Enable FEAT_MEC in -cpu max
Advertise FEAT_MEC in AA64MMFR3 ID register for the Arm64 cpu max as a
first step to fully support FEAT_MEC.

The FEAT_MEC is an extension to FEAT_RME that implements multiple
Memory Encryption Contexts (MEC) so the memory in a realm can be
encrypted and accessing it from the wrong encryption context is not
possible. An encryption context allow the selection of a memory
encryption engine.

At this point, no real memory encryption is supported, but software
stacks that rely on FEAT_MEC should work properly.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Message-id: 20251006001018.219756-4-gustavo.romero@linaro.org
Message-ID: <20250711140828.1714666-7-gustavo.romero@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
3 days ago
..
a32-uncond.decode
a32.decode
a64.decode target/arm: Implement GCSB 3 days ago
arith_helper.c target/arm/tcg/arith_helper: compile file once 5 months ago
arm_ldst.h
cpregs-at.c target/arm: Implement FEAT_ATS1A 4 weeks ago
cpu-v7m.c arm/cpu: store clidr into the idregs array 3 months ago
cpu32.c target/arm: Remove deprecated pxa CPU family 4 weeks ago
cpu64.c target/arm: Enable FEAT_MEC in -cpu max 3 days ago
crypto_helper.c target/arm/tcg/crypto_helper: compile file once 5 months ago
gengvec.c target/arm: Introduce gen_gvec_urecpe, gen_gvec_ursqrte 10 months ago
gengvec64.c target/arm: Introduce gen_gvec_sve2_sqdmulh 3 months ago
helper-a64.c target/arm: Implement EXLOCK check during exception return 3 days ago
helper-a64.h target/arm: Make helper_exception_return system-only 3 days ago
helper-mve.h
helper-sme.h target/arm: Expand the descriptor for SME/SVE memory ops to i64 3 months ago
helper-sve.h target/arm: Expand the descriptor for SME/SVE memory ops to i64 3 months ago
helper.h target/arm: Remove iwmmxt helper functions 4 weeks ago
hflags.c target/arm: Add GCS enable and trap levels to DisasContext 3 days ago
m-nocp.decode
m_helper.c target/arm: Add prot_check parameter to pmsav8_mpu_lookup 4 weeks ago
meson.build target/arm: Remove iwmmxt helper functions 4 weeks ago
mte_helper.c target/arm: Remove unused env argument from regime_el 3 days ago
mte_helper.h
mve.decode
mve_helper.c target/arm: Move do_urshr, do_srshr to vec_internal.h 3 months ago
neon-dp.decode target/arm: Convert VQSHL, VQSHLU to gvec 1 year ago
neon-ls.decode
neon-shared.decode
neon_helper.c target/arm: Implement SME2 Multiple and Single SVE Destructive 3 months ago
op_addsub.c.inc target/arm: Move minor arithmetic helpers out of helper.c 9 months ago
op_helper.c target/arm: Implement EXLOCKException for ELR_ELx and SPSR_ELx 3 days ago
pauth_helper.c include: Remove 'exec/exec-all.h' 6 months ago
psci.c include: Rename sysemu/ -> system/ 10 months ago
sme-fa64.decode
sme.decode target/arm: Implement SME2 BFMOPA (non-widening) 3 months ago
sme_helper.c target/arm: Pack mtedesc into upper 32 bits of descriptor 3 months ago
sve.decode target/arm: LD1Q, ST1Q are vector + scalar, not scalar + vector 3 months ago
sve_helper.c target/arm: Fix LD1W, LD1D to 128-bit elements 3 months ago
sve_ldst_internal.h target/arm: Move ld1qq and st1qq primitives to sve_ldst_internal.h 3 months ago
t16.decode
t32.decode
tlb-insns.c target/arm: Introduce mmu indexes for GCS 3 days ago
tlb_helper.c target/arm: Implement gcs bit for data abort 3 days ago
translate-a32.h
translate-a64.c target/arm: Load gcs record for RET with PAuth 3 days ago
translate-a64.h target/arm: Expand the descriptor for SME/SVE memory ops to i64 3 months ago
translate-m-nocp.c
translate-mve.c
translate-neon.c target/arm: Rename gvec_fml[as]_[hs] with _nf_ infix 3 months ago
translate-sme.c target/arm: Expand the descriptor for SME/SVE memory ops to i64 3 months ago
translate-sve.c target/arm: LD1Q, ST1Q are vector + scalar, not scalar + vector 3 months ago
translate-vfp.c target/arm: Use FPST_A32_F16 in A32 decoder 9 months ago
translate.c target/arm: Emit v7m LTPSIZE exception out of line 3 days ago
translate.h target/arm: Introduce delay_exception{_el} 3 days ago
vec_helper.c target/arm: Add BFMUL (indexed) 3 months ago
vec_internal.h target/arm: Support FPCR.AH in SME FMOPS, BFMOPS 3 months ago
vfp-uncond.decode
vfp.decode
vfp_helper.c target/arm: Introduce FPST_ZA, FPST_ZA_F16 3 months ago