aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-13target/arm: Don't do raw writes for PMINTENCLRAaron Lindsay1-2/+2
2020-06-26target/arm: Cache the Tagged bit for a page in MemTxAttrsRichard Henderson1-3/+45
2020-06-26target/arm: Always pass cacheattr to get_phys_addrRichard Henderson1-30/+30
2020-06-26target/arm: Set PSTATE.TCO on exception entryRichard Henderson1-0/+3
2020-06-26target/arm: Implement data cache set allocation tagsRichard Henderson1-0/+16
2020-06-26target/arm: Add arm_tlb_bti_gpRichard Henderson1-1/+1
2020-06-26target/arm: Move regime_tcr to internals.hRichard Henderson1-9/+0
2020-06-26target/arm: Move regime_el to internals.hRichard Henderson1-36/+0
2020-06-26target/arm: Implement the access tag cache flushesRichard Henderson1-0/+65
2020-06-26target/arm: Add MTE bits to tb_flagsRichard Henderson1-0/+40
2020-06-26target/arm: Add MTE system registersRichard Henderson1-0/+94
2020-06-26target/arm: Add support for MTE to HCR_EL2 and SCR_EL3Richard Henderson1-3/+11
2020-06-26target/arm: Add support for MTE to SCTLR_ELxRichard Henderson1-6/+17
2020-06-26target/arm: Improve masking of SCR RES0 bitsRichard Henderson1-7/+8
2020-06-05memory: Rename memory_region_do_writeback -> memory_region_writebackPhilippe Mathieu-Daudé1-1/+1
2020-05-14target-arm: kvm64: handle SIGBUS signal from kernel or KVMDongjiu Geng1-1/+1
2020-05-11target/arm: Drop access_el3_aa32ns_aa64any()Edgar E. Iglesias1-23/+7
2020-05-04target/arm: Implement ARMv8.2-TTS2UXNPeter Maydell1-6/+31
2020-05-04target/arm: Add new 's1_is_el0' argument to get_phys_addr_lpae()Peter Maydell1-1/+28
2020-05-04target/arm: Use enum constant in get_phys_addr_lpae() callPeter Maydell1-2/+3
2020-05-04target/arm: Don't use a TLB for ARMMMUIdx_Stage2Peter Maydell1-101/+11
2020-04-30target/arm: Restrict the Address Translate write operation to TCG accelPhilippe Mathieu-Daudé1-0/+17
2020-04-03target/arm: Remove obsolete TODO note from get_phys_addr_lpae()Peter Maydell1-6/+1
2020-04-03target/arm: PSTATE.PAN should not clear exec bitsPeter Maydell1-2/+4
2020-03-30target/arm: fix incorrect current EL bug in aarch32 exception emulationChangbin Du1-1/+4
2020-03-23target/arm: Rearrange disabled check for watchpointsRichard Henderson1-5/+6
2020-03-17target/arm: don't bother with id_aa64pfr0_read for USER_ONLYAlex Bennée1-5/+15
2020-03-17target/arm: generate xml description of our SVE registersAlex Bennée1-3/+122
2020-03-17target/arm: explicitly encode regnum in our XMLAlex Bennée1-1/+1
2020-03-17target/arm: prepare for multiple dynamic XMLsAlex Bennée1-2/+2
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée1-11/+8
2020-03-17target/arm: use gdb_get_reg helpersAlex Bennée1-11/+7
2020-03-12target/arm: Check addresses for disabled regimesRichard Henderson1-1/+34
2020-03-12target/arm: Fix some comment typosPeter Maydell1-1/+1
2020-03-12target/arm: Recalculate hflags correctly after writes to CONTROLPeter Maydell1-0/+12
2020-03-05target/arm: Optimize cpu_mmu_indexRichard Henderson1-5/+0
2020-03-05target/arm: Replicate TBI/TBID bits for single range regimesRichard Henderson1-2/+4
2020-03-05target/arm: Honor the HCR_EL2.TTLB bitRichard Henderson1-30/+55
2020-03-05target/arm: Honor the HCR_EL2.TPU bitRichard Henderson1-20/+31
2020-03-05target/arm: Honor the HCR_EL2.TPCP bitRichard Henderson1-8/+31
2020-03-05target/arm: Honor the HCR_EL2.TACR bitRichard Henderson1-4/+14
2020-03-05target/arm: Honor the HCR_EL2.TSW bitRichard Henderson1-6/+16
2020-03-05target/arm: Honor the HCR_EL2.{TVM,TRVM} bitsRichard Henderson1-27/+55
2020-03-05target/arm: Improve masking in arm_hcr_el2_effRichard Henderson1-4/+27
2020-03-05target/arm: Improve masking of HCR/HCR2 RES0 bitsRichard Henderson1-13/+25
2020-03-05target/arm: Implement (trivially) ARMv8.2-TTCNPPeter Maydell1-0/+4
2020-02-28target/arm: Implement ARMv8.3-CCIDXPeter Maydell1-0/+19
2020-02-28target/arm: Add isar_feature_aa32_vfp_simdRichard Henderson1-2/+2
2020-02-21target/arm: Use isar_feature_aa32_simd_r32 more placesRichard Henderson1-7/+6
2020-02-21target/arm: Correctly implement ACTLR2, HACTLR2Peter Maydell1-9/+23