locked_mem.hh (9383:55fa95053ee8) locked_mem.hh (10030:b531e328342d)
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * Copyright (c) 2009 The University of Edinburgh
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

55
56template <class XC>
57inline void
58handleLockedRead(XC *xc, Request *req)
59{
60}
61
62template <class XC>
1/*
2 * Copyright (c) 2006 The Regents of The University of Michigan
3 * Copyright (c) 2007-2008 The Florida State University
4 * Copyright (c) 2009 The University of Edinburgh
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

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