summary refs log tree commit diff stats
path: root/target/s390x/tcg/mem_helper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/s390x: Split out s390x_env_mmu_indexRichard Henderson2024-02-031-16/+18
* target/s390x: Fix CLM with M3=0Ilya Leoshkevich2023-07-241-0/+5
* target/s390x: Fix LRA overwriting the top 32 bits on DAT errorIlya Leoshkevich2023-07-101-2/+2
* target/s390x: Fix MVCRL with a large value in R0Ilya Leoshkevich2023-07-101-0/+1
* qemu/atomic128: Split atomic16_readRichard Henderson2023-05-231-1/+1
* target/s390x: Always use cpu_atomic_cmpxchgl_be_mmu in do_csstRichard Henderson2023-05-231-7/+1
* target/s390x: Use cpu_{ld,st}*_mmu in do_csstRichard Henderson2023-05-231-39/+27
* target/s390x: Use tcg_gen_qemu_{ld,st}_i128 for LPQ, STPQRichard Henderson2023-05-231-61/+0
* softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accelPhilippe Mathieu-Daudé2023-03-281-0/+1
* target/s390x/tcg/mem_helper: Remove bad assert() statementThomas Huth2023-03-201-1/+0
* target/s390x: Handle EXECUTE of odd addressesIlya Leoshkevich2023-03-201-2/+10
* target/s390x: Fix EXECUTE of relative long instructionsIlya Leoshkevich2023-03-201-0/+1
* accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza2023-02-281-1/+1
* target/s390x: Hoist some computation in access_memmoveRichard Henderson2023-02-271-6/+7
* target/s390x: Inline do_access_{get,set}_byteRichard Henderson2023-02-271-40/+30
* target/s390x: Remove TLB_NOTDIRTY workaroundsRichard Henderson2023-02-271-52/+22
* target/s390x: Tidy access_prepare_nfRichard Henderson2023-02-271-17/+13
* target/s390x: Use void* for haddr in S390AccessRichard Henderson2023-02-271-5/+6
* target/s390x: Pass S390Access pointer into access_prepareRichard Henderson2023-02-271-50/+50
* target/s390x: Fix s390_probe_access for user-onlyRichard Henderson2023-02-271-13/+18
* target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSGRichard Henderson2023-02-041-52/+0
* target/s390x: Use Int128 for return from TRERichard Henderson2023-02-041-4/+3
* target/s390x: Use Int128 for return from CKSMRichard Henderson2023-02-041-4/+3
* target/s390x: Use Int128 for return from CLSTRichard Henderson2023-02-041-7/+4
* target/s390x: The MVCP and MVCS instructions are not privilegedThomas Huth2022-12-151-4/+12
* target/s390x/tcg/mem_helper: Test the right bits in psw_key_valid()Thomas Huth2022-12-151-1/+1
* accel/tcg: Suppress auto-invalidate in probe_access_internalRichard Henderson2022-10-031-4/+0
* s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the ...David Miller2022-02-281-0/+20
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-0/+1
* exec/memop: Adding signedness to quad definitionsFrédéric Pétrot2022-01-081-4/+4
* target/s390x: Use probe_access_flags in s390_probe_accessRichard Henderson2021-11-021-13/+5
* target/s390x: Use cpu_*_mmu instead of helper_*_mmuRichard Henderson2021-10-131-4/+4
* accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson2021-10-131-1/+0
* target/s390x: Use MO_128 for 16 byte atomicsRichard Henderson2021-10-131-2/+2
* tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson2021-10-051-10/+10
* hw/s390x/s390-skeys: lazy storage key enablement under TCGDavid Hildenbrand2021-09-061-0/+9
* s390x/mmu_helper: move address validation into mmu_translate*()David Hildenbrand2021-09-061-1/+1
* s390x/tcg: check for addressing exceptions for RRBE, SSKE and ISKEDavid Hildenbrand2021-09-061-13/+23
* s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKEDavid Hildenbrand2021-09-061-0/+3
* s390x/tcg: fix ignoring bit 63 when setting the storage key in SSKEDavid Hildenbrand2021-09-061-1/+1
* s390x/tcg: wrap address for RRBEDavid Hildenbrand2021-09-061-3/+4
* tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson2021-07-211-12/+7
* target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen2021-07-071-0/+3008