qemu-e2k/target-unicore32
Guan Xuetao f3ccc32369 unicore32-softmmu: Implement softmmu specific functions
This patch implements softmmu specific functions, include tlb_fill,
switch_mode, do_interrupt and uc32_cpu_handle_mmu_fault.
So the full exception handlers and page table walking could work now.

Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2012-08-11 09:36:58 +00:00
..
cpu-qom.h
cpu.c unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runable 2012-08-11 09:36:56 +00:00
cpu.h target-unicore32: Drop UC32_CPUID macros 2012-08-11 09:36:57 +00:00
helper.c
helper.h
machine.c
Makefile.objs
op_helper.c unicore32-softmmu: Implement softmmu specific functions 2012-08-11 09:36:58 +00:00
softmmu.c unicore32-softmmu: Implement softmmu specific functions 2012-08-11 09:36:58 +00:00
translate.c