stride.hh (10053:b0b69dbafc08) stride.hh (10054:baaed1733069)
1/*
2 * Copyright (c) 2012-2013 ARM Limited
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

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

67 class StrideEntry
68 {
69 public:
70 Addr instAddr;
71 Addr missAddr;
72 bool isSecure;
73 int stride;
74 int confidence;
1/*
2 * Copyright (c) 2012-2013 ARM Limited
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

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

67 class StrideEntry
68 {
69 public:
70 Addr instAddr;
71 Addr missAddr;
72 bool isSecure;
73 int stride;
74 int confidence;
75 bool tolerance;
75 };
76
77 std::list<StrideEntry*> table[Max_Contexts];
78
79 bool instTagged;
80
81 public:
82

--- 12 unchanged lines hidden ---
76 };
77
78 std::list<StrideEntry*> table[Max_Contexts];
79
80 bool instTagged;
81
82 public:
83

--- 12 unchanged lines hidden ---