aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/mem_helper.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-2/+2
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-1/+1
2020-01-15target/s390x: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson1-5/+5
2020-01-15target/s390x: Include tcg.h in mem_helper.cRichard Henderson1-0/+1
2019-12-18target/s390x: Implement LOAD/STORE TO REAL ADDRESS inlineRichard Henderson1-22/+0
2019-12-18target/s390x: Split out helper_per_store_realRichard Henderson1-16/+0
2019-10-10s390x/tcg: MVCL: Exit to main loop if requestedDavid Hildenbrand1-1/+10
2019-10-09target/s390x: Simplify helper_lraRichard Henderson1-14/+3
2019-10-09target/s390x: Return exception from mmu_translateRichard Henderson1-3/+10
2019-10-09target/s390x: Use tcg_s390_program_interrupt in TCG helpersRichard Henderson1-20/+20
2019-10-09target/s390x: Remove ilen parameter from s390_program_interruptRichard Henderson1-22/+21
2019-10-09s390x/mmu: DAT table definition overhaulDavid Hildenbrand1-6/+6
2019-09-23s390x/tcg: MVO: Fault-safe handlingDavid Hildenbrand1-12/+15
2019-09-23s390x/tcg: MVST: Fault-safe handlingDavid Hildenbrand1-7/+17
2019-09-23s390x/tcg: MVZ: Fault-safe handlingDavid Hildenbrand1-4/+13
2019-09-23s390x/tcg: MVN: Fault-safe handlingDavid Hildenbrand1-4/+13
2019-09-23s390x/tcg: MVCIN: Fault-safe handlingDavid Hildenbrand1-3/+12
2019-09-23s390x/tcg: NC: Fault-safe handlingDavid Hildenbrand1-4/+13
2019-09-23s390x/tcg: XC: Fault-safe handlingDavid Hildenbrand1-6/+12
2019-09-23s390x/tcg: OC: Fault-safe handlingDavid Hildenbrand1-4/+13
2019-09-23s390x/tcg: MVCLU: Fault-safe handlingDavid Hildenbrand1-3/+5
2019-09-23s390x/tcg: MVC: Fault-safe handling on destructive overlapsDavid Hildenbrand1-2/+3
2019-09-23s390x/tcg: MVCS/MVCP: Use access_memmove()David Hildenbrand1-14/+12
2019-09-23s390x/tcg: Fault-safe memmoveDavid Hildenbrand1-99/+139
2019-09-23s390x/tcg: Fault-safe memsetDavid Hildenbrand1-20/+103
2019-09-23s390x/tcg: MVST: Fix storing back the addresses to registersDavid Hildenbrand1-15/+11
2019-09-23s390x/tcg: MVST: Check for specification exceptionsDavid Hildenbrand1-0/+3
2019-09-23s390x/tcg: MVCS/MVCP: Properly wrap the lengthDavid Hildenbrand1-0/+6
2019-09-23s390x/tcg: MVCOS: Lengths are 32 bit in 24/31-bit modeDavid Hildenbrand1-3/+11
2019-09-23s390x/tcg: MVCS/MVCP: Check for special operation exceptionsDavid Hildenbrand1-0/+12
2019-09-23s390x/tcg: MVCLU/MVCLE: Process max 4k bytes at a timeDavid Hildenbrand1-23/+31
2019-09-23s390x/tcg: MVPG: Properly wrap the addressesDavid Hildenbrand1-2/+9
2019-09-23s390x/tcg: MVPG: Check for specification exceptionsDavid Hildenbrand1-0/+7
2019-09-23s390x/tcg: MVC: Use is_destructive_overlap()David Hildenbrand1-1/+1
2019-09-23s390x/tcg: MVC: Increment the length onceDavid Hildenbrand1-8/+12
2019-09-23s390x/tcg: MVCL: Process max 4k bytes at a timeDavid Hildenbrand1-6/+38
2019-09-23s390x/tcg: MVCL: Detect destructive overlapsDavid Hildenbrand1-1/+18
2019-09-23s390x/tcg: MVCL: Zero out unused bits of addressDavid Hildenbrand1-2/+21
2019-09-23s390x/tcg: Reset exception_index to -1 instead of 0David Hildenbrand1-3/+3
2019-09-03s390x/tcg: Pass a size to probe_write() in do_csst()David Hildenbrand1-3/+1
2019-09-03tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand1-7/+0
2019-09-03s390x/tcg: Fix length calculation in probe_write_access()David Hildenbrand1-1/+1
2019-09-03s390x/tcg: Use guest_addr_valid() instead of h2g_valid() in probe_write_access()David Hildenbrand1-1/+1
2019-08-22s390x/tcg: Flush the TLB of all CPUs on SSKE and RRBEDavid Hildenbrand1-0/+10
2019-06-10target/s390x: Use env_cpu, env_archcpuRichard Henderson1-17/+11
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-1/+1
2019-05-10target/s390x: Convert to CPUClass::tlb_fillRichard Henderson1-16/+0
2019-03-11s390x/tcg: Provide probe_write_access helperDavid Hildenbrand1-0/+26
2019-01-30target/s390x: Fix LGPL version in the file header commentsThomas Huth1-1/+1
2018-10-18target/s390x: Check HAVE_ATOMIC128 and HAVE_CMPXCHG128 at translateRichard Henderson1-20/+20