qemu-e2k/target-openrisc
Sergey Fedorov 90aa39a1cc tcg: Allow goto_tb to any target PC in user mode
In user mode, there's only a static address translation, TBs are always
invalidated properly and direct jumps are reset when mapping change.
Thus the destination address is always valid for direct jumps and
there's no need to restrict it to the pages the TB resides in.

Signed-off-by: Sergey Fedorov <serge.fdrv@gmail.com>
Signed-off-by: Sergey Fedorov <sergey.fedorov@linaro.org>
Cc: Riku Voipio <riku.voipio@iki.fi>
Cc: Blue Swirl <blauwirbel@gmail.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
2016-05-12 14:06:42 -10:00
..
Makefile.objs cpu: Introduce CPUClass::gdb_{read,write}_register() 2013-07-27 00:04:17 +02:00
cpu.c include/qemu/osdep.h: Don't include qapi/error.h 2016-03-22 22:20:15 +01:00
cpu.h tb: consistently use uint32_t for tb->flags 2016-05-12 14:06:40 -10:00
exception.c openrisc: Clean up includes 2016-01-29 15:07:24 +00:00
exception.h target-or32: Add exception support 2012-07-27 21:12:58 +00:00
exception_helper.c openrisc: Clean up includes 2016-01-29 15:07:24 +00:00
fpu_helper.c openrisc: Clean up includes 2016-01-29 15:07:24 +00:00
gdbstub.c openrisc: Clean up includes 2016-01-29 15:07:24 +00:00
helper.h tcg: Invert the inclusion of helper.h 2014-05-28 09:33:54 -07:00
int_helper.c openrisc: Clean up includes 2016-01-29 15:07:24 +00:00
interrupt.c openrisc: Clean up includes 2016-01-29 15:07:24 +00:00
interrupt_helper.c openrisc: Clean up includes 2016-01-29 15:07:24 +00:00
machine.c openrisc: Clean up includes 2016-01-29 15:07:24 +00:00
mmu.c openrisc: Clean up includes 2016-01-29 15:07:24 +00:00
mmu_helper.c openrisc: Clean up includes 2016-01-29 15:07:24 +00:00
sys_helper.c openrisc: Clean up includes 2016-01-29 15:07:24 +00:00
translate.c tcg: Allow goto_tb to any target PC in user mode 2016-05-12 14:06:42 -10:00