utility.hh (8787:e0e18c260087) utility.hh (8791:162fbf0095b5)
1/*
2 * Copyright (c) 2003-2005 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

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

87}
88
89inline uint64_t
90getExecutingAsid(ThreadContext *tc)
91{
92 return 0;
93}
94
1/*
2 * Copyright (c) 2003-2005 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

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

87}
88
89inline uint64_t
90getExecutingAsid(ThreadContext *tc)
91{
92 return 0;
93}
94
95void initCPU(ThreadContext *, int cpuId);
96
95} // namespace PowerISA
96
97
98#endif // __ARCH_POWER_UTILITY_HH__
97} // namespace PowerISA
98
99
100#endif // __ARCH_POWER_UTILITY_HH__