aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)Author
2022-05-05target/arm: Store cpregs key in the hash table directlyRichard Henderson
2022-05-05target/arm: Drop always-true test in define_arm_vh_e2h_redirects_aliasesRichard Henderson
2022-05-05target/arm: Name CPSecureState typeRichard Henderson
2022-05-05target/arm: Name CPState typeRichard Henderson
2022-05-05target/arm: Change cpreg access permissions to enumRichard Henderson
2022-05-05target/arm: Avoid bare abort() or assert(0)Richard Henderson
2022-05-05target/arm: Reorg ARMCPRegInfo type field bitsRichard Henderson
2022-05-05target/arm: Make some more cpreg data static constRichard Henderson
2022-05-05target/arm: Replace sentinels with ARRAY_SIZE in cpregs.hRichard Henderson
2022-05-05target/arm: Split out cpregs.hRichard Henderson
2022-04-28target/arm: Use field names for accessing DBGWCRnRichard Henderson
2022-04-22target/arm: Remove fpexc32_accessRichard Henderson
2022-04-22target/arm: Change CPUArchState.aarch64 to boolRichard Henderson
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-04-01target/arm: Determine final stage 2 output PA space based on original IPAIdan Horowitz
2022-04-01target/arm: Take VSTCR.SW, VTCR.NSW into account in final stage 2 walkIdan Horowitz
2022-04-01target/arm: Check VSTCR.SW when assigning the stage 2 output PA spaceIdan Horowitz
2022-04-01target/arm: Fix MTE access checks for disabled SEL2Idan Horowitz
2022-03-18target/arm: Make rvbar settable after realizeEdgar E. Iglesias
2022-03-18target/arm: Fix handling of LPAE block descriptorsPeter Maydell
2022-03-02target/arm: Implement FEAT_LPA2Richard Henderson
2022-03-02target/arm: Validate tlbi TG matches translation granule in useRichard Henderson
2022-03-02target/arm: Fix TLBIRange.base for 16k and 64k pagesRichard Henderson
2022-03-02target/arm: Introduce tlbi_aa64_get_rangeRichard Henderson
2022-03-02target/arm: Implement FEAT_LPARichard Henderson
2022-03-02target/arm: Implement FEAT_LVARichard Henderson
2022-03-02target/arm: Prepare DBGBVR and DBGWVR for FEAT_LVARichard Henderson
2022-03-02target/arm: Honor TCR_ELx.{I}PSRichard Henderson
2022-03-02target/arm: Use MAKE_64BIT_MASK to compute indexmaskRichard Henderson
2022-03-02target/arm: Pass outputsize down to check_s2_mmu_setupRichard Henderson
2022-03-02target/arm: Move arm_pamax out of lineRichard Henderson
2022-03-02target/arm: Fault on invalid TCR_ELx.TxSZRichard Henderson
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2022-02-21target: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé
2022-02-08target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_elRichard Henderson
2022-02-08target/arm: Fix {fp, sve}_exception_el for VHE mode runningRichard Henderson
2022-02-08target/arm: Tidy sve_exception_el for CPACR_EL1 accessRichard Henderson
2022-02-08target/arm: Fix sve_zcr_len_for_el for VHE mode runningRichard Henderson
2022-01-28target/arm: Use correct entrypoint for SVC taken from Hyp to HypPeter Maydell
2022-01-28target/arm: Log CPU index in 'Taking exception' logPeter Maydell
2022-01-07target/arm: Add missing FEAT_TLBIOS instructionsIdan Horowitz
2021-12-15target/arm: Correct calculation of tlb range invalidate lengthPeter Maydell
2021-09-30target/arm: Move gdbstub related code out of helper.cPeter Maydell
2021-09-30target/arm: Fix coding style issues in gdbstub code in helper.cPeter Maydell
2021-09-21target/arm: Add TB flag for "MVE insns not predicated"Peter Maydell
2021-09-20arm: Move PMC register definitions to internals.hAlexander Graf
2021-09-13target/arm: Take an exception if PSTATE.IL is setPeter Maydell
2021-08-26target/arm: Do hflags rebuild in cpsr_write()Peter Maydell
2021-08-26target/arm: Implement HSTR.TJDBXPeter Maydell