gem5
|
#include <faults.hh>
Public Member Functions | |
PageFault (Addr _addr, uint32_t _errorCode) | |
PageFault (Addr _addr, bool present, BaseTLB::Mode mode, bool user, bool reserved) | |
void | invoke (ThreadContext *tc, const StaticInstPtr &inst=StaticInst::nullStaticInstPtr) |
virtual std::string | describe () const |
Public Member Functions inherited from X86ISA::X86FaultBase | |
virtual uint8_t | getVector () const |
Get the vector of an interrupt. More... | |
Protected Member Functions | |
BitUnion32 (PageFaultErrorCode) Bitfield< 0 > present | |
EndBitUnion (PageFaultErrorCode) Addr addr | |
Protected Member Functions inherited from X86ISA::X86Fault | |
X86Fault (const char *name, const char *mnem, const uint8_t vector, uint64_t _errorCode=(uint64_t)-1) | |
Protected Member Functions inherited from X86ISA::X86FaultBase | |
X86FaultBase (const char *_faultName, const char *_mnem, const uint8_t _vector, uint64_t _errorCode=(uint64_t)-1) | |
const char * | name () const |
virtual bool | isBenign () |
virtual const char * | mnemonic () const |
virtual bool | isSoft () |
Protected Attributes | |
Bitfield< 1 > | write |
Bitfield< 2 > | user |
Bitfield< 3 > | reserved |
Bitfield< 4 > | fetch |
Protected Attributes inherited from X86ISA::X86FaultBase | |
const char * | faultName |
const char * | mnem |
uint8_t | vector |
uint64_t | errorCode |
|
inline |
|
inline |
Definition at line 322 of file faults.hh.
References X86ISA::X86FaultBase::errorCode, BaseTLB::Execute, X86ISA::present, reserved, user, and BaseTLB::Write.
|
protected |
|
virtual |
Reimplemented from X86ISA::X86FaultBase.
Definition at line 169 of file faults.cc.
References X86ISA::addr, ccprintf(), X86ISA::X86FaultBase::describe(), and ArmISA::ss.
|
protected |
|
virtual |
Reimplemented from X86ISA::X86FaultBase.
Definition at line 136 of file faults.cc.
References X86ISA::addr, X86ISA::X86FaultBase::errorCode, FullSystem, ThreadContext::getDTBPtr(), ThreadContext::getITBPtr(), X86ISA::X86FaultBase::invoke(), X86ISA::MISCREG_CR2, X86ISA::MISCREG_M5_REG, panic, ThreadContext::readMiscRegNoEffect(), and ThreadContext::setMiscReg().
|
protected |
Definition at line 311 of file faults.hh.
Referenced by PageFault().
|
protected |
Definition at line 310 of file faults.hh.
Referenced by PageFault().