29#ifndef __ARCH_X86_INTMESSAGE_HH__
30#define __ARCH_X86_INTMESSAGE_HH__
55 namespace delivery_mode
69 static const char *
const names[NumModes] = {
70 "Fixed",
"LowestPriority",
"SMI",
"Reserved",
71 "NMI",
"INIT",
"Startup",
"ExtInt"
Defines global host-dependent types: Counter, Tick, and (indirectly) {int,uint}{8,...
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
void allocate()
Allocate memory for the packet.
@ UNCACHEABLE
The request is to an uncacheable address.
@ intRequestorId
This requestor id is used for message signaled interrupts.
#define EndBitUnion(name)
This closes off the class and union started by the above macro.
static const Addr TriggerIntOffset
static PacketPtr buildIntAcknowledgePacket()
Bitfield< 18, 16 > deliveryMode
PacketPtr buildIntPacket(Addr addr, T payload)
static PacketPtr buildIntTriggerPacket(int id, TriggerIntMessage message)
static Addr x86InterruptAddress(const uint8_t id, const uint16_t addr)
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
std::shared_ptr< Request > RequestPtr
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
Declaration of the Packet class.
Declaration of a request, the overall memory request consisting of the parts of the request that are ...