asi.hh (3123:34edfd0ff545) asi.hh (3519:83c5c94fb2a8)
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;

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

214 bool AsiIsScratchPad(ASI);
215 bool AsiIsCmt(ASI);
216 bool AsiIsQueue(ASI);
217 bool AsiIsDtlb(ASI);
218 bool AsiIsMmu(ASI);
219
220};
221
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;

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

214 bool AsiIsScratchPad(ASI);
215 bool AsiIsCmt(ASI);
216 bool AsiIsQueue(ASI);
217 bool AsiIsDtlb(ASI);
218 bool AsiIsMmu(ASI);
219
220};
221
222#endif // __ARCH_SPARC_TLB_HH__
222#endif // __ARCH_SPARC_ASI_HH__