qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] target-mips: add extended ASID support
@ 2016-06-27 15:19 Leon Alrae
  2016-06-27 15:19 ` [Qemu-devel] [PATCH 1/4] target-mips: add ASID mask field and replace magic values Leon Alrae
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Leon Alrae @ 2016-06-27 15:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: aurelien

Currently we assume 8-bit ASID everywhere in target-mips code, whereas
MIPS architecture allows greater ASIDs. If CP0.Config4.AE bit is set then
EntryHi.ASID is extended to 10 bits. This feature is present in real I6400
CPU therefore implement and enable it in emulated by QEMU I6400 model.

This series is based on the patch adding I6400 CPU:
https://lists.gnu.org/archive/html/qemu-devel/2016-06/msg07604.html

Thanks,
Leon

Leon Alrae (1):
  target-mips: enable 10-bit ASIDs in I6400 CPU

Paul Burton (3):
  target-mips: add ASID mask field and replace magic values
  target-mips: change ASID type to hold more than 8 bits
  target-mips: support CP0.Config4.AE bit

 target-mips/cpu.h            |  5 ++++-
 target-mips/helper.c         | 10 +++++-----
 target-mips/machine.c        | 10 +++++-----
 target-mips/op_helper.c      | 33 ++++++++++++++++++---------------
 target-mips/translate.c      |  2 ++
 target-mips/translate_init.c |  2 +-
 6 files changed, 35 insertions(+), 27 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-06-27 15:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-27 15:19 [Qemu-devel] [PATCH 0/4] target-mips: add extended ASID support Leon Alrae
2016-06-27 15:19 ` [Qemu-devel] [PATCH 1/4] target-mips: add ASID mask field and replace magic values Leon Alrae
2016-06-27 15:19 ` [Qemu-devel] [PATCH 2/4] target-mips: change ASID type to hold more than 8 bits Leon Alrae
2016-06-27 15:19 ` [Qemu-devel] [PATCH 3/4] target-mips: support CP0.Config4.AE bit Leon Alrae
2016-06-27 15:19 ` [Qemu-devel] [PATCH 4/4] target-mips: enable 10-bit ASIDs in I6400 CPU Leon Alrae

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).