RubyRequest.hh (8229:78bf55f23338) RubyRequest.hh (9116:9171e26543fa)
1/*
2 * Copyright (c) 2009 Mark D. Hill and David A. Wood
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;

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

33
34#include "mem/protocol/Message.hh"
35#include "mem/protocol/PrefetchBit.hh"
36#include "mem/protocol/RubyAccessMode.hh"
37#include "mem/protocol/RubyRequestType.hh"
38#include "mem/ruby/common/Address.hh"
39#include "mem/packet.hh"
40
1/*
2 * Copyright (c) 2009 Mark D. Hill and David A. Wood
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;

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

33
34#include "mem/protocol/Message.hh"
35#include "mem/protocol/PrefetchBit.hh"
36#include "mem/protocol/RubyAccessMode.hh"
37#include "mem/protocol/RubyRequestType.hh"
38#include "mem/ruby/common/Address.hh"
39#include "mem/packet.hh"
40
41typedef void* RubyPortHandle;
42
43class RubyRequest : public Message
44{
45 public:
46 Address m_PhysicalAddress;
47 Address m_LineAddress;
48 RubyRequestType m_Type;
49 Address m_ProgramCounter;
50 RubyAccessMode m_AccessMode;

--- 91 unchanged lines hidden ---
41class RubyRequest : public Message
42{
43 public:
44 Address m_PhysicalAddress;
45 Address m_LineAddress;
46 RubyRequestType m_Type;
47 Address m_ProgramCounter;
48 RubyAccessMode m_AccessMode;

--- 91 unchanged lines hidden ---