aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/mem_helper.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-07target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen1-3008/+0
2021-07-07target/s390x: rename internal.h to s390x-internal.hCho, Yu-Chen1-1/+1
2021-04-23target/s390x: fix s390_probe_access to check PAGE_WRITE_ORG for writeabilityAlex Bennée1-1/+1
2021-03-15target/s390x: Store r1/r2 for page-translation exceptions during MVPGDavid Hildenbrand1-18/+28
2021-03-15target/s390x: Implement the MVPG condition-code-option bitRichard Henderson1-23/+113
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson1-2/+2
2021-01-21s390x/tcg: Ignore register content if b1/b2 is zero when handling EXECUTEDavid Hildenbrand1-2/+2
2020-12-10s390x: do not use ram_size globalPaolo Bonzini1-3/+7
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