locked_mem.hh (9383:55fa95053ee8) locked_mem.hh (10030:b531e328342d)
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;

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

49}
50
51template <class XC>
52inline void
53handleLockedRead(XC *xc, Request *req)
54{
55}
56
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;

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

49}
50
51template <class XC>
52inline void
53handleLockedRead(XC *xc, Request *req)
54{
55}
56
57template <class XC>
58inline void
59handleLockedSnoopHit(XC *xc)
60{
61}
57
62
63
58template <class XC>
59inline bool
64template <class XC>
65inline bool
60handleLockedWrite(XC *xc, Request *req)
66handleLockedWrite(XC *xc, Request *req, Addr cacheBlockMask)
61{
62 return true;
63}
64
65
66} // namespace SparcISA
67
68#endif
67{
68 return true;
69}
70
71
72} // namespace SparcISA
73
74#endif