qemu-e2k/target-sparc
Tsuneo Saito b64b643614 SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault()
This patch makes cpu_get_phys_page_debug() independent from
cpu_get_phys_page_nofault() in advance of implementing nonfaulting load.
This also modifies cpu_get_phys_page_nofault() to be compiled only on
TARGET_SPARC64 because it is not required on SPARC32.

Signed-off-by: Tsuneo Saito <tsnsaito@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2011-07-21 19:59:56 +00:00
..
cpu.h SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault() 2011-07-21 19:59:56 +00:00
exec.h Move cpu_has_work and cpu_pc_from_tb to cpu.h 2011-06-26 18:25:31 +00:00
helper.c SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault() 2011-07-21 19:59:56 +00:00
helper.h SPARC64: fix VIS1 SIMD signed compare instructions 2011-07-20 20:44:23 +00:00
machine.c Remove exec-all.h include directives 2011-06-26 18:25:35 +00:00
op_helper.c Fix unassigned memory access handling 2011-07-20 21:28:08 +00:00
TODO
translate.c SPARC64: add missing break on fmovdcc 2011-07-20 20:44:50 +00:00