utility.hh (6327:f6148086f997) utility.hh (6329:5d8b91875859)
1/*
2 * Copyright (c) 2003-2005 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;

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

154/**
155 * Function to check for and process any interrupts.
156 * @param tc The thread context.
157 */
158template <class TC>
159void processInterrupts(TC *tc);
160#endif
161
1/*
2 * Copyright (c) 2003-2005 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;

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

154/**
155 * Function to check for and process any interrupts.
156 * @param tc The thread context.
157 */
158template <class TC>
159void processInterrupts(TC *tc);
160#endif
161
162void copyRegs(ThreadContext *src, ThreadContext *dest);
163
164void copyMiscRegs(ThreadContext *src, ThreadContext *dest);
165
162} // namespace AlphaISA
163
164#endif // __ARCH_ALPHA_UTILITY_HH__
166} // namespace AlphaISA
167
168#endif // __ARCH_ALPHA_UTILITY_HH__