asi.hh (3824:8900576818d7) asi.hh (3825:9b5e6c4d3ecb)
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;

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

264 bool AsiIsQueue(ASI);
265 bool AsiIsDtlb(ASI);
266 bool AsiIsMmu(ASI);
267 bool AsiIsUnPriv(ASI);
268 bool AsiIsPriv(ASI);
269 bool AsiIsHPriv(ASI);
270 bool AsiIsReg(ASI);
271 bool AsiIsInterrupt(ASI);
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;

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

264 bool AsiIsQueue(ASI);
265 bool AsiIsDtlb(ASI);
266 bool AsiIsMmu(ASI);
267 bool AsiIsUnPriv(ASI);
268 bool AsiIsPriv(ASI);
269 bool AsiIsHPriv(ASI);
270 bool AsiIsReg(ASI);
271 bool AsiIsInterrupt(ASI);
272
272 bool AsiIsSparcError(ASI);
273};
274
275#endif // __ARCH_SPARC_ASI_HH__
273};
274
275#endif // __ARCH_SPARC_ASI_HH__