aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-08-24target/loongarch: Add avail_LAM to check atomic instructionsSong Gao2-36/+37
2023-08-24target/loongarch: Add avail_LSPW to check LSPW instructionsSong Gao2-0/+9
2023-08-24target/loongarch: Add avail_FP/FP_SP/FP_DP to check fpu instructionsSong Gao7-86/+159
2023-08-24target/loongarch: Add LoongArch32 cpu la132Jiajie Chen1-0/+30
2023-08-24target/loongarch: Add avail_64 to check la64-only instructionsSong Gao10-123/+152
2023-08-24target/loongarch: Add a check parameter to the TRANS macroSong Gao14-944/+946
2023-08-24target/loongarch: Sign extend results in VA32 modeJiajie Chen1-0/+3
2023-08-24target/loongarch: Truncate high 32 bits of address in VA32 modeJiajie Chen2-2/+20
2023-08-24target/loongarch: Extract set_pc() helperJiajie Chen4-11/+16
2023-08-24target/loongarch: Extract make_address_pc() helperJiajie Chen3-3/+8
2023-08-24target/loongarch: Extract make_address_i() helperJiajie Chen6-57/+29
2023-08-24target/loongarch: Extract make_address_x() helperJiajie Chen4-20/+22
2023-08-24target/loongarch: Add LA64 & VA32 to DisasContextJiajie Chen3-0/+18
2023-08-24target/loongarch: Support LoongArch32 VPPNJiajie Chen2-7/+22
2023-08-24target/loongarch: Support LoongArch32 DMWJiajie Chen2-7/+26
2023-08-24target/loongarch: Support LoongArch32 TLB entryJiajie Chen2-9/+17
2023-08-24target/loongarch: Add GDB support for loongarch32 modeJiajie Chen2-7/+35
2023-08-24target/loongarch: Add new object class for loongarch32 cpusJiajie Chen2-0/+12
2023-08-24target/loongarch: Add function to check current archJiajie Chen1-0/+10
2023-08-24target/loongarch: Extract 64-bit specifics to loongarch64_cpu_class_initPhilippe Mathieu-Daudé1-8/+15
2023-08-24target/loongarch: Introduce abstract TYPE_LOONGARCH64_CPUPhilippe Mathieu-Daudé2-3/+10
2023-08-24target/loongarch: Fix loongarch_la464_initfn() misses setting LSPWSong Gao1-0/+1
2023-08-24target/loongarch: Remove duplicated disas_set_info assignmentPhilippe Mathieu-Daudé1-1/+0
2023-08-24target/loongarch: Log I/O write accesses to CSR registersPhilippe Mathieu-Daudé1-0/+2
2023-08-23target/s390x: Fix the "ignored match" case in VSTRSIlya Leoshkevich1-37/+17
2023-08-23target/s390x: Use a 16-bit immediate in VREPIlya Leoshkevich1-2/+2
2023-08-23target/s390x: Fix VSTL with a large lengthIlya Leoshkevich1-1/+1
2023-08-23target/s390x: Check reserved bits of VFMIN/VFMAX's M5Ilya Leoshkevich1-1/+1
2023-08-23s390x: Convert DPRINTF to trace eventsCédric Le Goater2-22/+18
2023-08-22target/arm: Fix 64-bit SSRARichard Henderson1-1/+1
2023-08-22target/arm: Fix SME ST1QRichard Henderson1-1/+1
2023-08-22target/arm/helper: Implement CNTHCTL_EL2.CNT[VP]MASKJean-Philippe Brucker4-14/+68
2023-08-22target/arm/helper: Check SCR_EL3.{NSE, NS} encoding for AT instructionsJean-Philippe Brucker1-11/+27
2023-08-22target/arm: Pass security space rather than flag for AT instructionsJean-Philippe Brucker3-30/+27
2023-08-22target/arm: Skip granule protection checks for AT instructionsJean-Philippe Brucker3-18/+26
2023-08-22target/arm/helper: Fix tlbmask and tlbbits for TLBI VAE2*Jean-Philippe Brucker1-10/+40
2023-08-22target/arm/ptw: Load stage-2 tables from realm physical spaceJean-Philippe Brucker1-8/+18
2023-08-22target/arm: Adjust PAR_EL1.SH for Device and Normal-NC memory typesPeter Maydell1-1/+14
2023-08-22target/arm/ptw: Report stage 2 fault level for stage 2 faults on stage 1 ptwPeter Maydell1-3/+7
2023-08-22target/arm/ptw: Check for block descriptors at invalid levelsPeter Maydell1-2/+23
2023-08-22target/arm/ptw: Set attributes correctly for MMU disabled data accessesPeter Maydell1-5/+7
2023-08-22target/arm/ptw: Drop S1Translate::out_securePeter Maydell1-5/+2
2023-08-22target/arm/ptw: Remove S1Translate::in_securePeter Maydell1-13/+0
2023-08-22target/arm/ptw: Remove last uses of ptw->in_securePeter Maydell1-4/+7
2023-08-22target/arm/ptw: Only fold in NSTable bit effects in Secure statePeter Maydell1-2/+1
2023-08-22target/arm: Pass an ARMSecuritySpace to arm_is_el2_enabled_secstate()Peter Maydell2-6/+9
2023-08-22target/arm/ptw: Pass an ARMSecuritySpace to arm_hcr_el2_eff_secstate()Peter Maydell3-12/+13
2023-08-22target/arm/ptw: Pass ARMSecurityState to regime_translation_disabled()Peter Maydell1-7/+8
2023-08-22target/arm/ptw: Pass ptw into get_phys_addr_pmsa*() and get_phys_addr_disabled()Peter Maydell1-21/+36
2023-08-22target/arm/ptw: Set s1ns bit in fault info more consistentlyPeter Maydell1-4/+15