cp_annotate.hh (5952:c1ee8282291d) cp_annotate.hh (6002:7d75f1a525db)
1/*
2 * Copyright (c) 2006-2009 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;

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

48#include "params/CPA.hh"
49#endif
50
51class System;
52class ThreadContext;
53
54
55#if !CP_ANNOTATE
1/*
2 * Copyright (c) 2006-2009 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;

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

48#include "params/CPA.hh"
49#endif
50
51class System;
52class ThreadContext;
53
54
55#if !CP_ANNOTATE
56class CPA : SimObject
56class CPA
57{
58 public:
59 enum flags {
60 FL_NONE = 0x00,
61 FL_HW = 0x01,
62 FL_BAD = 0x02,
63 FL_QOPP = 0x04,
64 FL_WAIT = 0x08,

--- 458 unchanged lines hidden ---
57{
58 public:
59 enum flags {
60 FL_NONE = 0x00,
61 FL_HW = 0x01,
62 FL_BAD = 0x02,
63 FL_QOPP = 0x04,
64 FL_WAIT = 0x08,

--- 458 unchanged lines hidden ---