tlb.hh (9738:304a37519d11) tlb.hh (10194:e6d2e8083d9c)
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;

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

149
150 Fault translateInst(RequestPtr req, ThreadContext *tc);
151 Fault translateData(RequestPtr req, ThreadContext *tc, bool write);
152
153 public:
154 typedef SparcTLBParams Params;
155 TLB(const Params *p);
156
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;

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

149
150 Fault translateInst(RequestPtr req, ThreadContext *tc);
151 Fault translateData(RequestPtr req, ThreadContext *tc, bool write);
152
153 public:
154 typedef SparcTLBParams Params;
155 TLB(const Params *p);
156
157 void takeOverFrom(BaseTLB *otlb) {}
158
157 void
158 demapPage(Addr vaddr, uint64_t asn)
159 {
160 panic("demapPage(Addr) is not implemented.\n");
161 }
162
163 void dumpAll();
164

--- 34 unchanged lines hidden ---
159 void
160 demapPage(Addr vaddr, uint64_t asn)
161 {
162 panic("demapPage(Addr) is not implemented.\n");
163 }
164
165 void dumpAll();
166

--- 34 unchanged lines hidden ---