summaryrefslogtreecommitdiffstats
path: root/target/arm/helper.c
Commit message (Expand)AuthorAgeFilesLines
...
* target/arm: Set PSTATE.TCO on exception entryRichard Henderson2020-06-261-0/+3
* target/arm: Implement data cache set allocation tagsRichard Henderson2020-06-261-0/+16
* target/arm: Add arm_tlb_bti_gpRichard Henderson2020-06-261-1/+1
* target/arm: Move regime_tcr to internals.hRichard Henderson2020-06-261-9/+0Star
* target/arm: Move regime_el to internals.hRichard Henderson2020-06-261-36/+0Star
* target/arm: Implement the access tag cache flushesRichard Henderson2020-06-261-0/+65
* target/arm: Add MTE bits to tb_flagsRichard Henderson2020-06-261-0/+40
* target/arm: Add MTE system registersRichard Henderson2020-06-261-0/+94
* target/arm: Add support for MTE to HCR_EL2 and SCR_EL3Richard Henderson2020-06-261-3/+11
* target/arm: Add support for MTE to SCTLR_ELxRichard Henderson2020-06-261-6/+17
* target/arm: Improve masking of SCR RES0 bitsRichard Henderson2020-06-261-7/+8
* memory: Rename memory_region_do_writeback -> memory_region_writebackPhilippe Mathieu-Daudé2020-06-051-1/+1
* target-arm: kvm64: handle SIGBUS signal from kernel or KVMDongjiu Geng2020-05-141-1/+1
* target/arm: Drop access_el3_aa32ns_aa64any()Edgar E. Iglesias2020-05-111-23/+7Star
* target/arm: Implement ARMv8.2-TTS2UXNPeter Maydell2020-05-041-6/+31
* target/arm: Add new 's1_is_el0' argument to get_phys_addr_lpae()Peter Maydell2020-05-041-1/+28
* target/arm: Use enum constant in get_phys_addr_lpae() callPeter Maydell2020-05-041-2/+3
* target/arm: Don't use a TLB for ARMMMUIdx_Stage2Peter Maydell2020-05-041-101/+11Star
* target/arm: Restrict the Address Translate write operation to TCG accelPhilippe Mathieu-Daudé2020-04-301-0/+17
* target/arm: Remove obsolete TODO note from get_phys_addr_lpae()Peter Maydell2020-04-031-6/+1Star
* target/arm: PSTATE.PAN should not clear exec bitsPeter Maydell2020-04-031-2/+4
* target/arm: fix incorrect current EL bug in aarch32 exception emulationChangbin Du2020-03-301-1/+4
* target/arm: Rearrange disabled check for watchpointsRichard Henderson2020-03-231-5/+6
* target/arm: don't bother with id_aa64pfr0_read for USER_ONLYAlex Bennée2020-03-171-5/+15
* target/arm: generate xml description of our SVE registersAlex Bennée2020-03-171-3/+122
* target/arm: explicitly encode regnum in our XMLAlex Bennée2020-03-171-1/+1
* target/arm: prepare for multiple dynamic XMLsAlex Bennée2020-03-171-2/+2
* gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-171-11/+8Star
* target/arm: use gdb_get_reg helpersAlex Bennée2020-03-171-11/+7Star
* target/arm: Check addresses for disabled regimesRichard Henderson2020-03-121-1/+34
* target/arm: Fix some comment typosPeter Maydell2020-03-121-1/+1
* target/arm: Recalculate hflags correctly after writes to CONTROLPeter Maydell2020-03-121-0/+12
* target/arm: Optimize cpu_mmu_indexRichard Henderson2020-03-051-5/+0Star
* target/arm: Replicate TBI/TBID bits for single range regimesRichard Henderson2020-03-051-2/+4
* target/arm: Honor the HCR_EL2.TTLB bitRichard Henderson2020-03-051-30/+55
* target/arm: Honor the HCR_EL2.TPU bitRichard Henderson2020-03-051-20/+31
* target/arm: Honor the HCR_EL2.TPCP bitRichard Henderson2020-03-051-8/+31
* target/arm: Honor the HCR_EL2.TACR bitRichard Henderson2020-03-051-4/+14
* target/arm: Honor the HCR_EL2.TSW bitRichard Henderson2020-03-051-6/+16
* target/arm: Honor the HCR_EL2.{TVM,TRVM} bitsRichard Henderson2020-03-051-27/+55
* target/arm: Improve masking in arm_hcr_el2_effRichard Henderson2020-03-051-4/+27
* target/arm: Improve masking of HCR/HCR2 RES0 bitsRichard Henderson2020-03-051-13/+25
* target/arm: Implement (trivially) ARMv8.2-TTCNPPeter Maydell2020-03-051-0/+4
* target/arm: Implement ARMv8.3-CCIDXPeter Maydell2020-02-281-0/+19
* target/arm: Add isar_feature_aa32_vfp_simdRichard Henderson2020-02-281-2/+2
* target/arm: Use isar_feature_aa32_simd_r32 more placesRichard Henderson2020-02-211-7/+6Star
* target/arm: Correctly implement ACTLR2, HACTLR2Peter Maydell2020-02-211-9/+23
* target/arm: Use isar_feature function for testing AA32HPD featurePeter Maydell2020-02-211-2/+2
* target/arm: Test correct register in aa32_pan and aa32_ats1e1 checksPeter Maydell2020-02-211-6/+6
* target/arm: Correct handling of PMCR_EL0.LC bitPeter Maydell2020-02-211-4/+9