packet.hh (5387:3323952c3bb4) packet.hh (5507:52bcc301b467)
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;

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

76 HardPFResp,
77 WriteInvalidateReq,
78 WriteInvalidateResp,
79 UpgradeReq,
80 UpgradeResp,
81 ReadExReq,
82 ReadExResp,
83 LoadLockedReq,
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;

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

76 HardPFResp,
77 WriteInvalidateReq,
78 WriteInvalidateResp,
79 UpgradeReq,
80 UpgradeResp,
81 ReadExReq,
82 ReadExResp,
83 LoadLockedReq,
84 LoadLockedResp,
85 StoreCondReq,
86 StoreCondResp,
87 SwapReq,
88 SwapResp,
89 // Error responses
90 // @TODO these should be classified as responses rather than
91 // requests; coding them as requests initially for backwards
92 // compatibility

--- 581 unchanged lines hidden ---
84 StoreCondReq,
85 StoreCondResp,
86 SwapReq,
87 SwapResp,
88 // Error responses
89 // @TODO these should be classified as responses rather than
90 // requests; coding them as requests initially for backwards
91 // compatibility

--- 581 unchanged lines hidden ---