aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/tcg/mem_helper.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-23target/s390x: Use set/clear_helper_retaddr in mem_helper.cRichard Henderson1-6/+37
2024-07-23target/s390x: Use user_or_likely in access_memmoveRichard Henderson1-29/+27
2024-07-23target/s390x: Use user_or_likely in do_access_memsetRichard Henderson1-5/+1
2024-06-19target/s390x: Use s390_skeys_get|set() helperPhilippe Mathieu-Daudé1-12/+4
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé1-0/+1
2024-02-03target/s390x: Split out s390x_env_mmu_indexRichard Henderson1-16/+18
2023-07-24target/s390x: Fix CLM with M3=0Ilya Leoshkevich1-0/+5
2023-07-10target/s390x: Fix LRA overwriting the top 32 bits on DAT errorIlya Leoshkevich1-2/+2
2023-07-10target/s390x: Fix MVCRL with a large value in R0Ilya Leoshkevich1-0/+1
2023-05-23qemu/atomic128: Split atomic16_readRichard Henderson1-1/+1
2023-05-23target/s390x: Always use cpu_atomic_cmpxchgl_be_mmu in do_csstRichard Henderson1-7/+1
2023-05-23target/s390x: Use cpu_{ld,st}*_mmu in do_csstRichard Henderson1-39/+27
2023-05-23target/s390x: Use tcg_gen_qemu_{ld,st}_i128 for LPQ, STPQRichard Henderson1-61/+0
2023-03-28softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accelPhilippe Mathieu-Daudé1-0/+1
2023-03-20target/s390x/tcg/mem_helper: Remove bad assert() statementThomas Huth1-1/+0
2023-03-20target/s390x: Handle EXECUTE of odd addressesIlya Leoshkevich1-2/+10
2023-03-20target/s390x: Fix EXECUTE of relative long instructionsIlya Leoshkevich1-0/+1
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza1-1/+1
2023-02-27target/s390x: Hoist some computation in access_memmoveRichard Henderson1-6/+7
2023-02-27target/s390x: Inline do_access_{get,set}_byteRichard Henderson1-40/+30
2023-02-27target/s390x: Remove TLB_NOTDIRTY workaroundsRichard Henderson1-52/+22
2023-02-27target/s390x: Tidy access_prepare_nfRichard Henderson1-17/+13
2023-02-27target/s390x: Use void* for haddr in S390AccessRichard Henderson1-5/+6
2023-02-27target/s390x: Pass S390Access pointer into access_prepareRichard Henderson1-50/+50
2023-02-27target/s390x: Fix s390_probe_access for user-onlyRichard Henderson1-13/+18
2023-02-04target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSGRichard Henderson1-52/+0
2023-02-04target/s390x: Use Int128 for return from TRERichard Henderson1-4/+3
2023-02-04target/s390x: Use Int128 for return from CKSMRichard Henderson1-4/+3
2023-02-04target/s390x: Use Int128 for return from CLSTRichard Henderson1-7/+4
2022-12-15target/s390x: The MVCP and MVCS instructions are not privilegedThomas Huth1-4/+12
2022-12-15target/s390x/tcg/mem_helper: Test the right bits in psw_key_valid()Thomas Huth1-1/+1
2022-10-03accel/tcg: Suppress auto-invalidate in probe_access_internalRichard Henderson1-4/+0
2022-02-28s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the ...David Miller1-0/+20
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-4/+4
2021-11-02target/s390x: Use probe_access_flags in s390_probe_accessRichard Henderson1-13/+5
2021-10-13target/s390x: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson1-4/+4
2021-10-13accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson1-1/+0
2021-10-13target/s390x: Use MO_128 for 16 byte atomicsRichard Henderson1-2/+2
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson1-10/+10
2021-09-06hw/s390x/s390-skeys: lazy storage key enablement under TCGDavid Hildenbrand1-0/+9
2021-09-06s390x/mmu_helper: move address validation into mmu_translate*()David Hildenbrand1-1/+1
2021-09-06s390x/tcg: check for addressing exceptions for RRBE, SSKE and ISKEDavid Hildenbrand1-13/+23
2021-09-06s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKEDavid Hildenbrand1-0/+3
2021-09-06s390x/tcg: fix ignoring bit 63 when setting the storage key in SSKEDavid Hildenbrand1-1/+1
2021-09-06s390x/tcg: wrap address for RRBEDavid Hildenbrand1-3/+4
2021-07-21tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson1-12/+7
2021-07-07target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen1-0/+3008