packet.hh (8668:be72c2a127b2) packet.hh (8716:a91aba9f2cd4)
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
3 * Copyright (c) 2010 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

103 NetworkNackError, // nacked at network layer (not by protocol)
104 InvalidDestError, // packet dest field invalid
105 BadAddressError, // memory address invalid
106 FunctionalReadError, // unable to fulfill functional read
107 FunctionalWriteError, // unable to fulfill functional write
108 // Fake simulator-only commands
109 PrintReq, // Print state matching address
110 FlushReq, //request for a cache flush
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
3 * Copyright (c) 2010 Advanced Micro Devices, Inc.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

103 NetworkNackError, // nacked at network layer (not by protocol)
104 InvalidDestError, // packet dest field invalid
105 BadAddressError, // memory address invalid
106 FunctionalReadError, // unable to fulfill functional read
107 FunctionalWriteError, // unable to fulfill functional write
108 // Fake simulator-only commands
109 PrintReq, // Print state matching address
110 FlushReq, //request for a cache flush
111 InvalidationReq, // request for address to be invalidated from lsq
111 NUM_MEM_CMDS
112 };
113
114 private:
115 /**
116 * List of command attributes.
117 */
118 enum Attribute

--- 732 unchanged lines hidden ---
112 NUM_MEM_CMDS
113 };
114
115 private:
116 /**
117 * List of command attributes.
118 */
119 enum Attribute

--- 732 unchanged lines hidden ---