tlb.hh (6132:916f10213bea) tlb.hh (6141:5babc3f3d8c8)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

119 protected:
120 int size;
121
122 TlbEntry * tlb;
123
124 EntryList freeList;
125 EntryList entryList;
126
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

119 protected:
120 int size;
121
122 TlbEntry * tlb;
123
124 EntryList freeList;
125 EntryList entryList;
126
127 Fault translateInt(RequestPtr req, ThreadContext *tc);
128
127 Fault translate(RequestPtr req, ThreadContext *tc,
128 Translation *translation, Mode mode,
129 bool &delayedResponse, bool timing);
130
131 public:
132
133 Fault translateAtomic(RequestPtr req, ThreadContext *tc, Mode mode);
134 void translateTiming(RequestPtr req, ThreadContext *tc,

--- 16 unchanged lines hidden ---
129 Fault translate(RequestPtr req, ThreadContext *tc,
130 Translation *translation, Mode mode,
131 bool &delayedResponse, bool timing);
132
133 public:
134
135 Fault translateAtomic(RequestPtr req, ThreadContext *tc, Mode mode);
136 void translateTiming(RequestPtr req, ThreadContext *tc,

--- 16 unchanged lines hidden ---