arch, x86: Rework the debug faults and microops.
authorGabe Black <gabeblack@google.com>
Sat, 7 Sep 2019 00:14:59 +0000 (17:14 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 18 Sep 2019 06:26:35 +0000 (06:26 +0000)
commitf3fd7469677ab1f25533d82c36460a700831ceec
tree4430edd76fd0b6d6a4ae38870d0d8771994f118e
parentcd00a363f1dbb8eaf634154c6d5db9ad85278ee0
arch, x86: Rework the debug faults and microops.

This makes the non-fatal microops advance the PC, and adds missing
functions. The *_once Faults now also can be run once per *something*.
They would previously be run once per Fault invoke function which is
common to all M5WarnOnceFaults. The warn_once microop will now warn
once per message.

Change-Id: I05974b93f3b2700077a411b243679c2ff0e8c2cb
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/20739
Reviewed-by: Gabe Black <gabeblack@google.com>
Reviewed-by: Brandon Potter <Brandon.Potter@amd.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/generic/debugfaults.hh
src/arch/x86/insts/badmicroop.cc
src/arch/x86/isa/microops/debug.isa