aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/mem_helper.c
AgeCommit message (Expand)Author
2021-07-07target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen
2021-07-07target/s390x: rename internal.h to s390x-internal.hCho, Yu-Chen
2021-04-23target/s390x: fix s390_probe_access to check PAGE_WRITE_ORG for writeabilityAlex Bennée
2021-03-15target/s390x: Store r1/r2 for page-translation exceptions during MVPGDavid Hildenbrand
2021-03-15target/s390x: Implement the MVPG condition-code-option bitRichard Henderson
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson
2021-01-21s390x/tcg: Ignore register content if b1/b2 is zero when handling EXECUTEDavid Hildenbrand
2020-12-10s390x: do not use ram_size globalPaolo Bonzini
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2020-01-15target/s390x: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson
2020-01-15target/s390x: Include tcg.h in mem_helper.cRichard Henderson
2019-12-18target/s390x: Implement LOAD/STORE TO REAL ADDRESS inlineRichard Henderson
2019-12-18target/s390x: Split out helper_per_store_realRichard Henderson
2019-10-10s390x/tcg: MVCL: Exit to main loop if requestedDavid Hildenbrand
2019-10-09target/s390x: Simplify helper_lraRichard Henderson
2019-10-09target/s390x: Return exception from mmu_translateRichard Henderson
2019-10-09target/s390x: Use tcg_s390_program_interrupt in TCG helpersRichard Henderson
2019-10-09target/s390x: Remove ilen parameter from s390_program_interruptRichard Henderson
2019-10-09s390x/mmu: DAT table definition overhaulDavid Hildenbrand
2019-09-23s390x/tcg: MVO: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVST: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVZ: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVN: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVCIN: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: NC: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: XC: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: OC: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVCLU: Fault-safe handlingDavid Hildenbrand
2019-09-23s390x/tcg: MVC: Fault-safe handling on destructive overlapsDavid Hildenbrand
2019-09-23s390x/tcg: MVCS/MVCP: Use access_memmove()David Hildenbrand
2019-09-23s390x/tcg: Fault-safe memmoveDavid Hildenbrand
2019-09-23s390x/tcg: Fault-safe memsetDavid Hildenbrand
2019-09-23s390x/tcg: MVST: Fix storing back the addresses to registersDavid Hildenbrand
2019-09-23s390x/tcg: MVST: Check for specification exceptionsDavid Hildenbrand
2019-09-23s390x/tcg: MVCS/MVCP: Properly wrap the lengthDavid Hildenbrand
2019-09-23s390x/tcg: MVCOS: Lengths are 32 bit in 24/31-bit modeDavid Hildenbrand
2019-09-23s390x/tcg: MVCS/MVCP: Check for special operation exceptionsDavid Hildenbrand
2019-09-23s390x/tcg: MVCLU/MVCLE: Process max 4k bytes at a timeDavid Hildenbrand
2019-09-23s390x/tcg: MVPG: Properly wrap the addressesDavid Hildenbrand
2019-09-23s390x/tcg: MVPG: Check for specification exceptionsDavid Hildenbrand
2019-09-23s390x/tcg: MVC: Use is_destructive_overlap()David Hildenbrand
2019-09-23s390x/tcg: MVC: Increment the length onceDavid Hildenbrand
2019-09-23s390x/tcg: MVCL: Process max 4k bytes at a timeDavid Hildenbrand
2019-09-23s390x/tcg: MVCL: Detect destructive overlapsDavid Hildenbrand
2019-09-23s390x/tcg: MVCL: Zero out unused bits of addressDavid Hildenbrand
2019-09-23s390x/tcg: Reset exception_index to -1 instead of 0David Hildenbrand
2019-09-03s390x/tcg: Pass a size to probe_write() in do_csst()David Hildenbrand
2019-09-03tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand
2019-09-03s390x/tcg: Fix length calculation in probe_write_access()David Hildenbrand