mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
target/loongarch: Restrict SoftMMU mmu_index() to TCG
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20250401080938.32278-11-philmd@linaro.org>
This commit is contained in:
committed by
Richard Henderson
parent
8480f7c745
commit
3076af3441
@@ -868,6 +868,7 @@ static const TCGCPUOps loongarch_tcg_ops = {
|
||||
.translate_code = loongarch_translate_code,
|
||||
.synchronize_from_tb = loongarch_cpu_synchronize_from_tb,
|
||||
.restore_state_to_opc = loongarch_restore_state_to_opc,
|
||||
.mmu_index = loongarch_cpu_mmu_index,
|
||||
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
.tlb_fill = loongarch_cpu_tlb_fill,
|
||||
@@ -919,7 +920,6 @@ static void loongarch_cpu_class_init(ObjectClass *c, void *data)
|
||||
&lacc->parent_phases);
|
||||
|
||||
cc->class_by_name = loongarch_cpu_class_by_name;
|
||||
cc->mmu_index = loongarch_cpu_mmu_index;
|
||||
cc->dump_state = loongarch_cpu_dump_state;
|
||||
cc->set_pc = loongarch_cpu_set_pc;
|
||||
cc->get_pc = loongarch_cpu_get_pc;
|
||||
|
||||
Reference in New Issue
Block a user