55 using namespace etiss;
61 for (
unsigned i = 0; i <
width(); i++)
70 for (
unsigned i = 0; i <
width(); i++)
defines a general interface to set interrupt bits
virtual void clear()
sets every bit to false
virtual unsigned width() const =0
number of interrupt bits
virtual bool isActive() const
virtual bool getBit(unsigned bit) const =0
get the bit of an interrupt line
virtual void setBit(unsigned bit, bool state)=0
set the bit of an interrupt line to state (true = raised)
virtual ~InterruptVector()
Page Table Entry (PTE) defines the composition of Page Frame Number (PFN) and relavant flags.