qemu-patch-raspberry4/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 target-unicore32: QOM'ify CPU 2012-03-30 11:09:30 +02:00
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 unicore32-softmmu: Add coprocessor 0(sysctrl) and 1(ocd) instruction support 2012-08-11 09:36:56 +00:00
helper.h unicore32-softmmu: Add coprocessor 0(sysctrl) and 1(ocd) instruction support 2012-08-11 09:36:56 +00:00
machine.c unicore32-softmmu: Add unicore32-softmmu build support 2012-08-11 09:36:55 +00:00
Makefile.objs unicore32-softmmu: Add unicore32-softmmu build support 2012-08-11 09:36:55 +00:00
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 unicore32-softmmu: Add coprocessor 0(sysctrl) and 1(ocd) instruction support 2012-08-11 09:36:56 +00:00