Age | Commit message (Expand) | Author | Files | Lines |
2022-07-18 | target/arm: Store TCR_EL* registers as uint64_t | Peter Maydell | 1 | -55/+20 |
2022-07-18 | target/arm: Store VTCR_EL2, VSTCR_EL2 registers as uint64_t | Peter Maydell | 1 | -3/+1 |
2022-07-18 | target/arm: Fix big-endian host handling of VTCR | Peter Maydell | 1 | -1/+1 |
2022-07-18 | target/arm: Fold regime_tcr() and regime_tcr_value() together | Peter Maydell | 1 | -3/+3 |
2022-07-18 | target/arm: Define and use new regime_tcr_value() function | Peter Maydell | 1 | -3/+3 |
2022-07-18 | target/arm: Fix aarch64_sve_change_el for SME | Richard Henderson | 1 | -6/+25 |
2022-07-18 | target/arm: Fill in VL for tbflags when SME enabled and SVE disabled | Richard Henderson | 1 | -2/+8 |
2022-07-11 | target/arm: Reset streaming sve state on exception boundaries | Richard Henderson | 1 | -2/+13 |
2022-07-11 | target/arm: Trap non-streaming usage when Streaming SVE is active | Richard Henderson | 1 | -0/+41 |
2022-07-07 | target/arm: Move define_debug_regs() to debug_helper.c | Peter Maydell | 1 | -530/+1 |
2022-07-07 | target/arm: Fix code style issues in debug helper functions | Peter Maydell | 1 | -20/+38 |
2022-06-28 | semihosting: Return void from do_common_semihosting | Richard Henderson | 1 | -2/+2 |
2022-06-27 | target/arm: Add SVL to TB flags | Richard Henderson | 1 | -1/+7 |
2022-06-27 | target/arm: Introduce sve_vqm1_for_el_sm | Richard Henderson | 1 | -7/+25 |
2022-06-27 | target/arm: Create ARMVQMap | Richard Henderson | 1 | -1/+1 |
2022-06-27 | target/arm: Implement SMSTART, SMSTOP | Richard Henderson | 1 | -3/+3 |
2022-06-27 | target/arm: Add PSTATE.{SM,ZA} to TB flags | Richard Henderson | 1 | -0/+4 |
2022-06-27 | target/arm: Add SMIDR_EL1, SMPRI_EL1, SMPRIMAP_EL2 | Richard Henderson | 1 | -0/+33 |
2022-06-27 | target/arm: Add SMCR_ELx | Richard Henderson | 1 | -0/+41 |
2022-06-27 | target/arm: Add SVCR | Richard Henderson | 1 | -0/+13 |
2022-06-27 | target/arm: Add SMEEXC_EL to TB flags | Richard Henderson | 1 | -0/+52 |
2022-06-27 | target/arm: Implement TPIDR2_EL0 | Richard Henderson | 1 | -0/+32 |
2022-06-10 | target/arm: SCR_EL3.RW is RAO/WI without AArch32 EL[12] | Richard Henderson | 1 | -0/+4 |
2022-06-10 | target/arm: Adjust format test in scr_write | Richard Henderson | 1 | -6/+8 |
2022-06-10 | target/arm: Fix Secure PL1 tests in fp_exception_el | Richard Henderson | 1 | -14/+9 |
2022-06-10 | target/arm: Remove TBFLAG_ANY.DEBUG_TARGET_EL | Richard Henderson | 1 | -10/+2 |
2022-06-08 | target/arm: Add ID_AA64SMFR0_EL1 | Richard Henderson | 1 | -2/+2 |
2022-06-08 | target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_el | Richard Henderson | 1 | -6/+6 |
2022-06-08 | target/arm: Use uint32_t instead of bitmap for sve vq's | Richard Henderson | 1 | -7/+2 |
2022-06-08 | target/arm: Merge aarch64_sve_zcr_get_valid_len into caller | Richard Henderson | 1 | -19/+11 |
2022-06-08 | target/arm: Hoist arm_is_el2_enabled check in sve_exception_el | Richard Henderson | 1 | -8/+5 |
2022-06-08 | target/arm: Use el_is_in_host for sve_exception_el | Richard Henderson | 1 | -3/+2 |
2022-06-08 | target/arm: Use el_is_in_host for sve_zcr_len_for_el | Richard Henderson | 1 | -2/+1 |
2022-06-08 | target/arm: Add el_is_in_host | Richard Henderson | 1 | -0/+28 |
2022-06-08 | target/arm: Remove fp checks from sve_exception_el | Richard Henderson | 1 | -39/+19 |
2022-06-08 | target/arm: Remove route_to_el2 check from sve_exception_el | Richard Henderson | 1 | -2/+1 |
2022-06-08 | target/arm: Rename TBFLAG_A64 ZCR_LEN to VL | Richard Henderson | 1 | -1/+1 |
2022-06-08 | target/arm: Move stage_1_mmu_idx, arm_stage1_mmu_idx to ptw.c | Richard Henderson | 1 | -32/+0 |
2022-06-08 | target/arm: Move arm_cpu_get_phys_page_attrs_debug to ptw.c | Richard Henderson | 1 | -26/+0 |
2022-06-08 | target/arm: Move regime_translation_disabled to ptw.c | Richard Henderson | 1 | -47/+0 |
2022-06-08 | target/arm: Move regime_ttbr to ptw.c | Richard Henderson | 1 | -16/+0 |
2022-06-08 | target/arm: Move regime_is_user to ptw.c | Richard Henderson | 1 | -24/+0 |
2022-06-08 | target/arm: Move ap_to_tw_prot etc to ptw.c | Richard Henderson | 1 | -77/+0 |
2022-06-08 | target/arm: Move aa32_va_parameters to ptw.c | Richard Henderson | 1 | -64/+0 |
2022-06-08 | target/arm: Move check_s2_mmu_setup to ptw.c | Richard Henderson | 1 | -70/+0 |
2022-06-08 | target/arm: Move get_S1prot, get_S2prot to ptw.c | Richard Henderson | 1 | -128/+0 |
2022-06-08 | target/arm: Move arm_pamax, pamax_map into ptw.c | Richard Henderson | 1 | -25/+0 |
2022-06-08 | target/arm: Move {arm_s1_, }regime_using_lpae_format to tlb_helper.c | Richard Henderson | 1 | -24/+0 |
2022-06-08 | target/arm: Move arm_{ldl,ldq}_ptw to ptw.c | Richard Henderson | 1 | -141/+0 |
2022-06-08 | target/arm: Move get_phys_addr_lpae to ptw.c | Richard Henderson | 1 | -408/+8 |