gem5
|
#include "arch/x86/x86_traits.hh"
#include "base/bitunion.hh"
#include "base/types.hh"
#include "mem/packet.hh"
#include "mem/packet_access.hh"
#include "mem/request.hh"
Go to the source code of this file.
Namespaces | |
X86ISA | |
This is exposed globally, independent of the ISA. | |
Functions | |
X86ISA::BitUnion32 (TriggerIntMessage) Bitfield<7 | |
X86ISA::EndBitUnion (TriggerIntMessage) namespace DeliveryMode | |
static PacketPtr | X86ISA::prepIntRequest (const uint8_t id, Addr offset, Addr size) |
template<class T > | |
PacketPtr | X86ISA::buildIntRequest (const uint8_t id, T payload, Addr offset, Addr size) |
static PacketPtr | X86ISA::buildIntRequest (const uint8_t id, TriggerIntMessage payload) |
static PacketPtr | X86ISA::buildIntResponse () |
Variables | |
X86ISA::destination | |
Bitfield< 15, 8 > | X86ISA::vector |
Bitfield< 18, 16 > | X86ISA::deliveryMode |
Bitfield< 19 > | X86ISA::destMode |
Bitfield< 20 > | X86ISA::level |
Bitfield< 21 > | X86ISA::trigger |
static const Addr | X86ISA::TriggerIntOffset = 0 |