unicorn/qemu/target/riscv/insn_trans
Joel Sing 14c6ed2cca
RISC-V: Clear load reservations on context switch and SC
This prevents a load reservation from being placed in one context/process,
then being used in another, resulting in an SC succeeding incorrectly and
breaking atomics.

Backports commit c13b169f1a3dd158d6c75727cdc388f95988db39 from qemu
2019-08-08 17:15:45 -04:00
..
trans_privileged.inc.c target/riscv: Add the privledge spec version 1.11.0 2019-08-08 17:03:33 -04:00
trans_rva.inc.c RISC-V: Clear load reservations on context switch and SC 2019-08-08 17:15:45 -04:00
trans_rvd.inc.c target/riscv: Convert RV64D insns to decodetree 2019-03-18 16:57:16 -04:00
trans_rvf.inc.c target/riscv: Convert RV64F insns to decodetree 2019-03-18 16:43:17 -04:00
trans_rvi.inc.c RISC-V: Add support for the Zifencei extension 2019-08-08 17:09:09 -04:00
trans_rvm.inc.c target/riscv: Zero extend the inputs of divuw and remuw 2019-03-26 20:38:17 -04:00