aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/excp_helper.c
AgeCommit message (Expand)Author
2020-01-27target/s390x: Remove duplicated ifdef macroPhilippe Mathieu-Daudé
2019-10-09target/s390x: Remove ilen argument from trigger_pgm_exceptionRichard Henderson
2019-10-09target/s390x: Remove ILEN_AUTORichard Henderson
2019-10-09target/s390x: Rely on unwinding in s390_cpu_tlb_fillRichard Henderson
2019-10-09target/s390x: Remove fail variable from s390_cpu_tlb_fillRichard Henderson
2019-10-09target/s390x: Return exception from mmu_translateRichard Henderson
2019-10-09target/s390x: Return exception from mmu_translate_realRichard Henderson
2019-10-09target/s390x: Handle tec in s390_cpu_tlb_fillRichard Henderson
2019-10-09target/s390x: Push trigger_pgm_exception lower in s390_cpu_tlb_fillRichard 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-09target/s390x: Remove ilen parameter from tcg_s390_program_interruptRichard Henderson
2019-07-05hw/s390x: Replace global smp variables with machine smp propertiesLike Xu
2019-06-10target/s390x: Use env_cpu, env_archcpuRichard Henderson
2019-06-07s390x/tcg: Introduce tcg_s390_vector_exception()David Hildenbrand
2019-06-07s390x: Use uint64_t for vector registersDavid Hildenbrand
2019-05-10tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson
2019-05-10target/s390x: Convert to CPUClass::tlb_fillRichard Henderson
2019-03-04s390x/tcg: Save vregs to extended mchk save areaDavid Hildenbrand
2019-01-30target/s390x: Fix LGPL version in the file header commentsThomas Huth
2018-10-12target/s390x/excp_helper: Remove DPRINTF() macroThomas Huth
2018-10-04s390x/tcg: factor out and fix DATA exception injectionDavid Hildenbrand
2018-10-04s390x: move tcg_s390_program_interrupt() into TCG code and mark it noreturnDavid Hildenbrand
2018-05-31Make address_space_access_valid() take a MemTxAttrs argumentPeter Maydell
2018-03-01s390x/tcg: fix loading 31bit PSWs with the highest bit setDavid Hildenbrand
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-09s390x/flic: make floating interrupts on TCG actually floatingDavid Hildenbrand
2018-02-09s390x/tcg: tolerate wrong wakeups due to floating interruptsDavid Hildenbrand
2018-02-09s390x/tcg: simplify machine check handlingDavid Hildenbrand
2018-02-09s390x/tcg: deliver multiple interrupts in a rowDavid Hildenbrand
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2017-12-14s390x/tcg: fix and cleanup mcck injectionDavid Hildenbrand
2017-12-14s390x/tcg: introduce and use s390_program_interrupt()David Hildenbrand
2017-10-20s390x/tcg: low-address protection supportDavid Hildenbrand
2017-10-20s390x/tcg: implement STOP and RESET interrupts for TCGDavid Hildenbrand
2017-10-20s390x/tcg: handle WAIT PSWs during interrupt injectionDavid Hildenbrand
2017-10-20s390x/tcg: a CPU cannot switch state due to an interruptDavid Hildenbrand
2017-10-20s390x/tcg: take care of external interrupt subclassesDavid Hildenbrand
2017-10-20s390x/tcg: rework checking for deliverable interruptsDavid Hildenbrand
2017-10-20s390x/tcg: injection of emergency signals and external callsDavid Hildenbrand
2017-10-20s390x/tcg: cleanup service interrupt injectionDavid Hildenbrand
2017-10-20s390x/tcg: turn INTERRUPT_EXT into a maskDavid Hildenbrand
2017-10-06s390x/tcg: add MMU for real addressesDavid Hildenbrand
2017-10-06s390x/tcg: fix checking for invalid memory checkDavid Hildenbrand
2017-09-19target/s390x: use "core-id" for cpu number/address/id handlingDavid Hildenbrand
2017-09-19target/s390x: use trigger_pgm_exception() in s390_cpu_handle_mmu_fault()David Hildenbrand
2017-08-30target/s390x: introduce internal.hDavid Hildenbrand
2017-08-30target/s390x: move cpu_mmu_idx_to_asc() to excp_helper.cDavid Hildenbrand
2017-07-25target/s390x: Move exception-related functions to a new excp_helper.c fileThomas Huth