target/tricore: Remove unused definitions
Remove these confusing and unused definitions. Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210127224255.3505711-4-f4bug@amsat.org> Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
This commit is contained in:
parent
5513b7700c
commit
4f29307940
@ -375,18 +375,6 @@ typedef TriCoreCPU ArchCPU;
|
|||||||
|
|
||||||
#include "exec/cpu-all.h"
|
#include "exec/cpu-all.h"
|
||||||
|
|
||||||
enum {
|
|
||||||
/* 1 bit to define user level / supervisor access */
|
|
||||||
ACCESS_USER = 0x00,
|
|
||||||
ACCESS_SUPER = 0x01,
|
|
||||||
/* 1 bit to indicate direction */
|
|
||||||
ACCESS_STORE = 0x02,
|
|
||||||
/* Type of instruction that generated the access */
|
|
||||||
ACCESS_CODE = 0x10, /* Code fetch access */
|
|
||||||
ACCESS_INT = 0x20, /* Integer load/store access */
|
|
||||||
ACCESS_FLOAT = 0x30, /* floating point load/store access */
|
|
||||||
};
|
|
||||||
|
|
||||||
void cpu_state_reset(CPUTriCoreState *s);
|
void cpu_state_reset(CPUTriCoreState *s);
|
||||||
void tricore_tcg_init(void);
|
void tricore_tcg_init(void);
|
||||||
int cpu_tricore_signal_handler(int host_signum, void *pinfo, void *puc);
|
int cpu_tricore_signal_handler(int host_signum, void *pinfo, void *puc);
|
||||||
|
Loading…
Reference in New Issue
Block a user