aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-04-01target/arm: Determine final stage 2 output PA space based on original IPAIdan Horowitz1-3/+5
2022-04-01target/arm: Take VSTCR.SW, VTCR.NSW into account in final stage 2 walkIdan Horowitz1-0/+10
2022-04-01target/arm: Check VSTCR.SW when assigning the stage 2 output PA spaceIdan Horowitz1-1/+1
2022-04-01target/arm: Fix MTE access checks for disabled SEL2Idan Horowitz1-1/+1
2022-03-18target/arm: Make rvbar settable after realizeEdgar E. Iglesias1-3/+7
2022-03-18target/arm: Fix handling of LPAE block descriptorsPeter Maydell1-2/+8
2022-03-02target/arm: Implement FEAT_LPA2Richard Henderson1-15/+87
2022-03-02target/arm: Validate tlbi TG matches translation granule in useRichard Henderson1-3/+7
2022-03-02target/arm: Fix TLBIRange.base for 16k and 64k pagesRichard Henderson1-2/+3
2022-03-02target/arm: Introduce tlbi_aa64_get_rangeRichard Henderson1-34/+24
2022-03-02target/arm: Implement FEAT_LPARichard Henderson1-3/+16
2022-03-02target/arm: Implement FEAT_LVARichard Henderson1-1/+8
2022-03-02target/arm: Prepare DBGBVR and DBGWVR for FEAT_LVARichard Henderson1-8/+24
2022-03-02target/arm: Honor TCR_ELx.{I}PSRichard Henderson1-16/+56
2022-03-02target/arm: Use MAKE_64BIT_MASK to compute indexmaskRichard Henderson1-2/+2
2022-03-02target/arm: Pass outputsize down to check_s2_mmu_setupRichard Henderson1-11/+10
2022-03-02target/arm: Move arm_pamax out of lineRichard Henderson1-0/+22
2022-03-02target/arm: Fault on invalid TCR_ELx.TxSZRichard Henderson1-4/+28
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2022-02-21target: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé1-0/+1
2022-02-08target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_elRichard Henderson1-1/+1
2022-02-08target/arm: Fix {fp, sve}_exception_el for VHE mode runningRichard Henderson1-17/+60
2022-02-08target/arm: Tidy sve_exception_el for CPACR_EL1 accessRichard Henderson1-19/+17
2022-02-08target/arm: Fix sve_zcr_len_for_el for VHE mode runningRichard Henderson1-1/+2
2022-01-28target/arm: Use correct entrypoint for SVC taken from Hyp to HypPeter Maydell1-2/+2
2022-01-28target/arm: Log CPU index in 'Taking exception' logPeter Maydell1-3/+6
2022-01-07target/arm: Add missing FEAT_TLBIOS instructionsIdan Horowitz1-0/+32
2021-12-15target/arm: Correct calculation of tlb range invalidate lengthPeter Maydell1-3/+3
2021-09-30target/arm: Move gdbstub related code out of helper.cPeter Maydell1-271/+0
2021-09-30target/arm: Fix coding style issues in gdbstub code in helper.cPeter Maydell1-7/+16
2021-09-21target/arm: Add TB flag for "MVE insns not predicated"Peter Maydell1-0/+33
2021-09-20arm: Move PMC register definitions to internals.hAlexander Graf1-44/+0
2021-09-13target/arm: Take an exception if PSTATE.IL is setPeter Maydell1-0/+8
2021-08-26target/arm: Do hflags rebuild in cpsr_write()Peter Maydell1-0/+5
2021-08-26target/arm: Implement HSTR.TJDBXPeter Maydell1-0/+17
2021-08-26target/arm: Implement HSTR.TTEEPeter Maydell1-2/+16
2021-08-25target/arm: Implement M-profile trapping on division by zeroPeter Maydell1-2/+17
2021-08-25target/arm: Re-indent sdiv and udiv helpersPeter Maydell1-6/+9
2021-07-27target/arm: Export aarch64_sve_zcr_get_valid_lenRichard Henderson1-2/+2
2021-07-27target/arm: Correctly bound length in sve_zcr_get_valid_lenRichard Henderson1-1/+3
2021-07-18target/arm: Fix offsets for TTBCRRichard Henderson1-4/+7
2021-07-09target/arm: Correct the encoding of MDCCSR_EL0 and DBGDSCRinthnick@vmware.com1-3/+13
2021-05-25target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2Richard Henderson1-2/+1
2021-05-25target/arm: Add support for FEAT_TLBIOSRebecca Cran1-0/+43
2021-05-25target/arm: Add support for FEAT_TLBIRANGERebecca Cran1-0/+281
2021-05-10target/arm: Fix tlbbits calculation in tlbi_aa64_vae2is_write()Peter Maydell1-1/+1
2021-04-30target/arm: Add ALIGN_MEM to TBFLAG_ANYRichard Henderson1-2/+17
2021-04-30target/arm: Move mode specific TB flags to tb->cs_baseRichard Henderson1-4/+6
2021-04-30target/arm: Introduce CPUARMTBFlagsRichard Henderson1-22/+26