unicorn/qemu/target-arm
Peter Maydell 5c7389680e
target-arm: Implement YIELD insn to yield in ARM and Thumb translators
Implement the YIELD instruction in the ARM and Thumb translators to
actually yield control back to the top level loop rather than being
a simple no-op. (We already do this for A64.)

Backports commit c87e5a61c2b3024116f52f7e68273f864ff7ab82 from qemu
2018-02-17 15:23:14 -05:00
..
arm_ldst.h
cpu64.c target-arm: Fix REVIDR reset value 2018-02-13 14:24:08 -05:00
cpu-qom.h target-arm/helper.c: define MPUIR register 2018-02-17 15:22:43 -05:00
cpu.c target-arm: Add support for Cortex-R5 2018-02-17 15:23:08 -05:00
cpu.h target-arm: Implement PMSAv7 MPU 2018-02-17 15:23:08 -05:00
crypto_helper.c target-arm: crypto: fix BE host support 2018-02-12 10:40:52 -05:00
helper-a64.c target-arm: A64: Print ELR when taking exceptions 2018-02-17 15:23:13 -05:00
helper-a64.h
helper.c target-arm: fix write helper for TLBI ALLE1IS 2018-02-17 15:23:14 -05:00
helper.h target-arm: Split DISAS_YIELD from DISAS_WFE 2018-02-17 15:23:14 -05:00
internals.h arm: Refactor get_phys_addr FSR return mechanism 2018-02-17 15:22:42 -05:00
iwmmxt_helper.c
kvm-consts.h
Makefile.objs
neon_helper.c
op_addsub.h
op_helper.c target-arm: Split DISAS_YIELD from DISAS_WFE 2018-02-17 15:23:14 -05:00
psci.c
translate-a64.c target-arm: Split DISAS_YIELD from DISAS_WFE 2018-02-17 15:23:14 -05:00
translate.c target-arm: Implement YIELD insn to yield in ARM and Thumb translators 2018-02-17 15:23:14 -05:00
translate.h target-arm: Split DISAS_YIELD from DISAS_WFE 2018-02-17 15:23:14 -05:00
unicorn_aarch64.c target-arm: rename c1_coproc to cpacr_el1 2018-02-12 20:46:00 -05:00
unicorn_arm.c target-arm: Add registers for PMSAv7 2018-02-17 15:22:43 -05:00
unicorn.h