diff options
| author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-04-13 21:30:40 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-05-02 16:49:35 +0200 |
| commit | 6575529b654ffeaebf1b00c53e33c834d68b7c33 (patch) | |
| tree | f7eb528ca7602880109777e2dadf3ba0e34b7b86 /target/mips/helper.h | |
| parent | ecdbcb0a9450e9109ae3dd6cfa10c71fda753bda (diff) | |
| download | focaccia-qemu-6575529b654ffeaebf1b00c53e33c834d68b7c33.tar.gz focaccia-qemu-6575529b654ffeaebf1b00c53e33c834d68b7c33.zip | |
target/mips: Move TLB management helpers to tcg/sysemu/tlb_helper.c
Move TLB management helpers to tcg/sysemu/tlb_helper.c. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210428170410.479308-26-f4bug@amsat.org>
Diffstat (limited to 'target/mips/helper.h')
| -rw-r--r-- | target/mips/helper.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/mips/helper.h b/target/mips/helper.h index d49620f928..ba301ae160 100644 --- a/target/mips/helper.h +++ b/target/mips/helper.h @@ -202,16 +202,6 @@ FOP_PROTO(sune) FOP_PROTO(sne) #undef FOP_PROTO -/* Special functions */ -#ifndef CONFIG_USER_ONLY -DEF_HELPER_1(tlbwi, void, env) -DEF_HELPER_1(tlbwr, void, env) -DEF_HELPER_1(tlbp, void, env) -DEF_HELPER_1(tlbr, void, env) -DEF_HELPER_1(tlbinv, void, env) -DEF_HELPER_1(tlbinvf, void, env) -DEF_HELPER_3(ginvt, void, env, tl, i32) -#endif /* !CONFIG_USER_ONLY */ DEF_HELPER_1(rdhwr_cpunum, tl, env) DEF_HELPER_1(rdhwr_synci_step, tl, env) DEF_HELPER_1(rdhwr_cc, tl, env) |