gem5  v20.1.0.0
Public Member Functions | List of all members
X86ISA::SoftwareInterrupt Class Reference

#include <faults.hh>

Inheritance diagram for X86ISA::SoftwareInterrupt:
X86ISA::X86Interrupt X86ISA::X86FaultBase FaultBase

Public Member Functions

 SoftwareInterrupt (uint8_t _vector)
 
bool isSoft () override
 
- Public Member Functions inherited from X86ISA::X86FaultBase
virtual uint8_t getVector () const
 Get the vector of an interrupt. More...
 
- Public Member Functions inherited from FaultBase
virtual ~FaultBase ()
 

Additional Inherited Members

- Protected Member Functions inherited from X86ISA::X86Interrupt
 X86FaultBase (const char *_faultName, 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 override
 
virtual bool isBenign ()
 
virtual const char * mnemonic () const
 
void invoke (ThreadContext *tc, const StaticInstPtr &inst=StaticInst::nullStaticInstPtr) override
 
virtual std::string describe () const
 
- Protected Attributes inherited from X86ISA::X86FaultBase
const char * faultName
 
const char * mnem
 
uint8_t vector
 
uint64_t errorCode
 

Detailed Description

Definition at line 368 of file faults.hh.

Constructor & Destructor Documentation

◆ SoftwareInterrupt()

X86ISA::SoftwareInterrupt::SoftwareInterrupt ( uint8_t  _vector)
inline

Definition at line 371 of file faults.hh.

Member Function Documentation

◆ isSoft()

bool X86ISA::SoftwareInterrupt::isSoft ( )
inlineoverridevirtual

Reimplemented from X86ISA::X86FaultBase.

Definition at line 375 of file faults.hh.


The documentation for this class was generated from the following file:

Generated on Wed Sep 30 2020 14:03:15 for gem5 by doxygen 1.8.17