intmessage.hh (6050:852ba59fa8d9) intmessage.hh (6214:1ec0ec8933ae)
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 22 unchanged lines hidden (view full) ---

31#ifndef __ARCH_X86_INTMESSAGE_HH__
32#define __ARCH_X86_INTMESSAGE_HH__
33
34#include "arch/x86/x86_traits.hh"
35#include "base/bitunion.hh"
36#include "mem/packet.hh"
37#include "mem/packet_access.hh"
38#include "mem/request.hh"
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 22 unchanged lines hidden (view full) ---

31#ifndef __ARCH_X86_INTMESSAGE_HH__
32#define __ARCH_X86_INTMESSAGE_HH__
33
34#include "arch/x86/x86_traits.hh"
35#include "base/bitunion.hh"
36#include "mem/packet.hh"
37#include "mem/packet_access.hh"
38#include "mem/request.hh"
39#include "sim/host.hh"
39#include "base/types.hh"
40
41namespace X86ISA
42{
43 BitUnion32(TriggerIntMessage)
44 Bitfield<7, 0> destination;
45 Bitfield<15, 8> vector;
46 Bitfield<18, 16> deliveryMode;
47 Bitfield<19> destMode;

--- 65 unchanged lines hidden ---
40
41namespace X86ISA
42{
43 BitUnion32(TriggerIntMessage)
44 Bitfield<7, 0> destination;
45 Bitfield<15, 8> vector;
46 Bitfield<18, 16> deliveryMode;
47 Bitfield<19> destMode;

--- 65 unchanged lines hidden ---