mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
target/mips: Remove unused MMU definitions
Remove these confusing and unused definitions. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Message-Id: <20210128144125.3696119-6-f4bug@amsat.org>
This commit is contained in:
parent
935c103490
commit
e78d4ab6aa
1 changed files with 0 additions and 16 deletions
|
@ -1220,22 +1220,6 @@ typedef MIPSCPU ArchCPU;
|
||||||
|
|
||||||
#include "exec/cpu-all.h"
|
#include "exec/cpu-all.h"
|
||||||
|
|
||||||
/*
|
|
||||||
* Memory access type :
|
|
||||||
* may be needed for precise access rights control and precise exceptions.
|
|
||||||
*/
|
|
||||||
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 */
|
|
||||||
};
|
|
||||||
|
|
||||||
/* Exceptions */
|
/* Exceptions */
|
||||||
enum {
|
enum {
|
||||||
EXCP_NONE = -1,
|
EXCP_NONE = -1,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue