tlb.hh (6023:47b4fcb10c11) tlb.hh (6132:916f10213bea)
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 *

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

74
75class ThreadContext;
76class Packet;
77
78namespace X86ISA
79{
80 class Walker;
81
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 *

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

74
75class ThreadContext;
76class Packet;
77
78namespace X86ISA
79{
80 class Walker;
81
82 static const unsigned StoreCheck = 1 << NUM_SEGMENTREGS;
83
84 class TLB : public BaseTLB
85 {
86 protected:
87 friend class Walker;
88
89 typedef std::list<TlbEntry *> EntryList;
90
91 uint32_t configAddress;

--- 61 unchanged lines hidden ---
82 class TLB : public BaseTLB
83 {
84 protected:
85 friend class Walker;
86
87 typedef std::list<TlbEntry *> EntryList;
88
89 uint32_t configAddress;

--- 61 unchanged lines hidden ---