packet.hh (5315:30997e988446) packet.hh (5319:13cb690ba6d6)
1/*
2 * Copyright (c) 2006 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;

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

61 public:
62
63 /** List of all commands associated with a packet. */
64 enum Command
65 {
66 InvalidCmd,
67 ReadReq,
68 ReadResp,
1/*
2 * Copyright (c) 2006 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;

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

61 public:
62
63 /** List of all commands associated with a packet. */
64 enum Command
65 {
66 InvalidCmd,
67 ReadReq,
68 ReadResp,
69 ReadRespWithInvalidate,
69 WriteReq,
70 WriteResp,
71 Writeback,
72 SoftPFReq,
73 HardPFReq,
74 SoftPFResp,
75 HardPFResp,
76 WriteInvalidateReq,

--- 588 unchanged lines hidden ---
70 WriteReq,
71 WriteResp,
72 Writeback,
73 SoftPFReq,
74 HardPFReq,
75 SoftPFResp,
76 HardPFResp,
77 WriteInvalidateReq,

--- 588 unchanged lines hidden ---