tlb.hh (8953:488d45aeb672) tlb.hh (9294:8fb03b13de02)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

142 * migrating port connections during a CPU takeOverFrom()
143 * call. For architectures that do not have a table walker,
144 * NULL is returned, hence the use of a pointer rather than a
145 * reference. For X86 this method will always return a valid
146 * port pointer.
147 *
148 * @return A pointer to the walker master port
149 */
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

142 * migrating port connections during a CPU takeOverFrom()
143 * call. For architectures that do not have a table walker,
144 * NULL is returned, hence the use of a pointer rather than a
145 * reference. For X86 this method will always return a valid
146 * port pointer.
147 *
148 * @return A pointer to the walker master port
149 */
150 virtual MasterPort *getMasterPort();
150 virtual BaseMasterPort *getMasterPort();
151 };
152}
153
154#endif // __ARCH_X86_TLB_HH__
151 };
152}
153
154#endif // __ARCH_X86_TLB_HH__