summaryrefslogtreecommitdiffstats
path: root/target/s390x/mem_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/s390x: fix PACK reading 1 byte less and writing 1 byte morePavel Zbitskiy2018-08-281-3/+3
* target/s390x: add EX support for TRT and TRTRPavel Zbitskiy2018-08-281-0/+16
* target/s390x: fix CSST decoding and runtime alignment checkPavel Zbitskiy2018-08-281-1/+1
* target: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-05-311-1/+0Star
* target/s390x: Remove leading underscores from #definesThomas Huth2018-03-081-10/+10
* s390x/tcg: add various alignment checksDavid Hildenbrand2018-02-261-0/+25
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-251-4/+4
* s390x/tcg: fixup TEST PROTECTIONDavid Hildenbrand2018-01-221-22/+19Star
* s390x/tcg: implement TEST PROTECTIONDavid Hildenbrand2018-01-221-2/+39
* s390x/tcg: introduce and use s390_program_interrupt()David Hildenbrand2017-12-141-24/+11Star
* target/s390x: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota2017-10-241-17/+63
* s390x/tcg: low-address protection supportDavid Hildenbrand2017-10-201-8/+0Star
* s390x/tcg: make idte/ipte use the new _real mmuDavid Hildenbrand2017-10-061-4/+5
* s390x/tcg: make testblock use the new _real mmuDavid Hildenbrand2017-10-061-10/+2Star
* s390x/tcg: make stora(g) use the new _real mmuDavid Hildenbrand2017-10-061-6/+2Star
* s390x/tcg: make lura(g) use the new _real mmu.David Hildenbrand2017-10-061-6/+2Star
* s390x/tcg: move wrap_address() to internal.hDavid Hildenbrand2017-10-061-14/+0Star
* target/s390x: introduce internal.hDavid Hildenbrand2017-08-301-0/+1
* target/s390x: move psw_key_valid() to mem_helper.cDavid Hildenbrand2017-08-301-0/+11
* target/s390x: Fix CSST for 16-byte storeRichard Henderson2017-08-031-0/+1
* target/s390x: Implement TRTRRichard Henderson2017-07-171-7/+13
* target/s390x: Implement SRSTURichard Henderson2017-07-171-0/+41
* target/s390x: Tidy SRSTRichard Henderson2017-07-171-11/+14
* target/s390x: Implement CONVERT UNICODE insnsRichard Henderson2017-07-171-0/+310
* target/s390x: Implement CSSTRichard Henderson2017-07-171-0/+189
* target/s390x: Implement idte instructionDavid Hildenbrand2017-06-231-0/+51
* target/s390x: Improve heuristic for ipteDavid Hildenbrand2017-06-231-9/+16
* target/s390x: Indicate and check for local tlb clearingDavid Hildenbrand2017-06-231-2/+0Star
* target/s390x: Finish implementing ETF2-ENHRichard Henderson2017-06-231-1/+10
* target/s390x: implement mvcos instructionDavid Hildenbrand2017-06-231-14/+167
* target/s390x: check alignment in CDSG in the !CONFIG_ATOMIC128 caseAurelien Jarno2017-06-071-0/+2
* target/s390x: implement STORE PAIR TO QUADWORDAurelien Jarno2017-06-071-0/+24
* target/s390x: implement LOAD PAIR FROM QUADWORDAurelien Jarno2017-06-071-0/+27
* target/s390x: implement TRANSLATE ONE/TWO TO ONE/TWOAurelien Jarno2017-06-071-0/+45
* target/s390x: implement TEST DECIMALAurelien Jarno2017-06-071-0/+23
* target/s390x: implement UNPACK UNICODEAurelien Jarno2017-06-071-10/+39
* target/s390x: implement UNPACK ASCIIAurelien Jarno2017-06-071-0/+51
* target/s390x: implement PACK UNICODEAurelien Jarno2017-06-071-9/+21
* target/s390x: implement PACK ASCIIAurelien Jarno2017-06-071-0/+35
* target/s390x: implement MOVE LONG UNICODEAurelien Jarno2017-06-071-6/+41
* target/s390x: implement COMPARE LOGICAL LONG UNICODEAurelien Jarno2017-06-071-13/+63
* target/s390x: improve MOVE LONG and MOVE LONG EXTENDEDAurelien Jarno2017-06-071-50/+40Star
* target/s390x: fix adj_len_to_pageAurelien Jarno2017-06-071-1/+1
* target/s390x: implement COMPARE LOGICAL LONGAurelien Jarno2017-06-071-23/+59
* target/s390x: fix COMPARE LOGICAL LONG EXTENDEDAurelien Jarno2017-06-071-17/+37
* target/s390x: improve 24-bit and 31-bit lengths read/writeAurelien Jarno2017-06-071-14/+33
* target/s390x: improve 24-bit and 31-bit addresses writeAurelien Jarno2017-06-071-7/+30
* target/s390x: improve 24-bit and 31-bit addresses readAurelien Jarno2017-06-071-40/+31Star
* target/s390x: implement MOVE ZONESAurelien Jarno2017-06-071-0/+13
* target/s390x: implement MOVE WITH OFFSETAurelien Jarno2017-06-071-0/+31