target/mips: Add CP0 register MemoryMapID

Add CP0 register MemoryMapID. Only data field is added.
The corresponding functionality will be added in future
patches.

Backports commit 3ef521ee9fe2d01d4bbcf3e4d5c91ed982bf3f60 from qemu
This commit is contained in:
Aleksandar Markovic 2019-01-22 19:56:05 -05:00 committed by Lioncash
parent 3a276522ac
commit 591ec2a44f
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -535,6 +535,7 @@ struct CPUMIPSState {
*/
target_ulong CP0_Context;
target_ulong CP0_KScratch[MIPS_KSCRATCH_NUM];
int32_t CP0_MemoryMapID;
/*
* CP0 Register 5
*/