11049Sbinkertn@umich.edu# Copyright (c) 2004 The Regents of The University of Michigan
21049Sbinkertn@umich.edu# All rights reserved.
31049Sbinkertn@umich.edu#
41049Sbinkertn@umich.edu# Redistribution and use in source and binary forms, with or without
51049Sbinkertn@umich.edu# modification, are permitted provided that the following conditions are
61049Sbinkertn@umich.edu# met: redistributions of source code must retain the above copyright
71049Sbinkertn@umich.edu# notice, this list of conditions and the following disclaimer;
81049Sbinkertn@umich.edu# redistributions in binary form must reproduce the above copyright
91049Sbinkertn@umich.edu# notice, this list of conditions and the following disclaimer in the
101049Sbinkertn@umich.edu# documentation and/or other materials provided with the distribution;
111049Sbinkertn@umich.edu# neither the name of the copyright holders nor the names of its
121049Sbinkertn@umich.edu# contributors may be used to endorse or promote products derived from
131049Sbinkertn@umich.edu# this software without specific prior written permission.
141049Sbinkertn@umich.edu#
151049Sbinkertn@umich.edu# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
161049Sbinkertn@umich.edu# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
171049Sbinkertn@umich.edu# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
181049Sbinkertn@umich.edu# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
191049Sbinkertn@umich.edu# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
201049Sbinkertn@umich.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
211049Sbinkertn@umich.edu# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
221049Sbinkertn@umich.edu# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
231049Sbinkertn@umich.edu# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
241049Sbinkertn@umich.edu# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
251049Sbinkertn@umich.edu# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
261049Sbinkertn@umich.edu#
271049Sbinkertn@umich.edu# Authors: Nathan Binkert
281049Sbinkertn@umich.edu
291049Sbinkertn@umich.eduinit      = 0x00000001
301049Sbinkertn@umich.eduprintable = 0x00000002
311049Sbinkertn@umich.edutotal     = 0x00000010
321049Sbinkertn@umich.edupdf       = 0x00000020
331049Sbinkertn@umich.educdf       = 0x00000040
341049Sbinkertn@umich.edudist      = 0x00000080
351049Sbinkertn@umich.edunozero    = 0x00000100
361049Sbinkertn@umich.edunonan     = 0x00000200
37