mt_constants.hh (4661:44458219add1) mt_constants.hh (4835:224d8f96e155)
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;

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

26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Korey Sewell
29 */
30
31#ifndef __ARCH_MIPS_MT_CONSTANTS_HH__
32#define __ARCH_MIPS_MT_CONSTANTS_HH__
33
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;

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

26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Korey Sewell
29 */
30
31#ifndef __ARCH_MIPS_MT_CONSTANTS_HH__
32#define __ARCH_MIPS_MT_CONSTANTS_HH__
33
34#include "arch/mips/types.hh"
35//#include "config/full_system.hh"
36
37namespace MipsISA
38{
39// MVPControl
40const unsigned MVPC_EVP = 0;
41const unsigned MVPC_CUR_VPE_HI = 3;
42const unsigned MVPC_CUR_VPE_LO = 0;

--- 80 unchanged lines hidden ---
34//#include "config/full_system.hh"
35
36namespace MipsISA
37{
38// MVPControl
39const unsigned MVPC_EVP = 0;
40const unsigned MVPC_CUR_VPE_HI = 3;
41const unsigned MVPC_CUR_VPE_LO = 0;

--- 80 unchanged lines hidden ---