fromHudsonOsf.h (8012:2f71125bf413) fromHudsonOsf.h (8013:2dfcde2e9998)
1/*
1/*
2Copyright 1993, 1994 Hewlett-Packard Development Company, L.P.
2 * Copyright 1993, 1994 Hewlett-Packard Development Company, L.P.
3 *
4 * Permission is hereby granted, free of charge, to any person
5 * obtaining a copy of this software and associated documentation
6 * files (the "Software"), to deal in the Software without
7 * restriction, including without limitation the rights to use, copy,
8 * modify, merge, publish, distribute, sublicense, and/or sell copies
9 * of the Software, and to permit persons to whom the Software is
10 * furnished to do so, subject to the following conditions:
11 *
12 * The above copyright notice and this permission notice shall be
13 * included in all copies or substantial portions of the Software.
14 *
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
19 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
20 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
21 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22 * SOFTWARE.
23 */
3
24
4Permission is hereby granted, free of charge, to any person obtaining a copy of
5this software and associated documentation files (the "Software"), to deal in
6the Software without restriction, including without limitation the rights to
7use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
8of the Software, and to permit persons to whom the Software is furnished to do
9so, subject to the following conditions:
10
11The above copyright notice and this permission notice shall be included in all
12copies or substantial portions of the Software.
13
14THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20SOFTWARE.
21*/
22
23#ifndef FROMHUDSONOSF_INCLUDED
24#define FROMHUDSONOSF_INCLUDED 1
25#ifndef FROMHUDSONOSF_INCLUDED
26#define FROMHUDSONOSF_INCLUDED 1
25/*
26 * VID: [T1.2] PT: [Fri Apr 21 16:47:14 1995] SF: [osf.h]
27 * TI: [/sae_users/cruz/bin/vice -iplatform.s -l// -p# -DEB164 -h -m -aeb164 ]
28 */
27
29#define __OSF_LOADED 1
30/*
28#define __OSF_LOADED 1
29/*
31**
32** FACILITY:
33**
34** DECchip 21164 PALcode
35**
36** MODULE:
37**
38** osf.h
39**
40** MODULE DESCRIPTION:
41**
42** OSF/1 specific definitions
43**
44** AUTHOR: ER
45**
46** CREATION DATE: 24-Nov-1993
47**
48** $Id: fromHudsonOsf.h,v 1.1.1.1 1997/10/30 23:27:19 verghese Exp $
49**
50** MODIFICATION HISTORY:
51**
52** $Log: fromHudsonOsf.h,v $
53** Revision 1.1.1.1 1997/10/30 23:27:19 verghese
54** current 10/29/97
55**
56** Revision 1.1 1995/11/18 01:46:31 boyle
57** Initial revision
58**
59** Revision 1.11 1995/04/21 02:06:30 fdh
60** Replaced C++ style comments with Standard C style comments.
61**
62** Revision 1.10 1994/09/26 14:17:47 samberg
63** Complete VICE work and EB164/SD164 breakout.
64**
65** Revision 1.9 1994/07/26 17:39:10 samberg
66** Changes for SD164.
67**
68** Revision 1.8 1994/07/08 17:03:48 samberg
69** Changes to support platform specific additions
70**
71** Revision 1.7 1994/05/20 19:23:51 ericr
72** Moved STACK_FRAME macro from osfpal.s to here
73**
74** Revision 1.6 1994/05/20 18:08:19 ericr
75** Changed line comments to C++ style comment character
76**
77** Revision 1.5 1994/01/11 18:43:33 ericr
78** Removed PAL version/revision and size constants
79**
80** Revision 1.4 1994/01/05 16:22:32 ericr
81** Added more SCB vector offsets and MCHK error code
82**
83** Revision 1.3 1994/01/03 19:35:40 ericr
84** Derive mask definitions from field constants
85**
86** Revision 1.2 1993/12/22 20:43:01 eric
87** Added mask definitions for MCES bits
88**
89** Revision 1.1 1993/12/16 21:55:05 eric
90** Initial revision
91**
92**
93**--
94*/
95
96/*
97** Seg0 and Seg1 Virtual Address (VA) Format
98**
99** Loc Size Name Function
100** ----- ---- ---- ---------------------------------
101** <42:33> 10 SEG1 First level page table offset
102** <32:23> 10 SEG2 Second level page table offset
103** <22:13> 10 SEG3 Third level page table offset
104** <12:00> 13 OFFSET Byte within page offset

--- 442 unchanged lines hidden ---
30** Seg0 and Seg1 Virtual Address (VA) Format
31**
32** Loc Size Name Function
33** ----- ---- ---- ---------------------------------
34** <42:33> 10 SEG1 First level page table offset
35** <32:23> 10 SEG2 Second level page table offset
36** <22:13> 10 SEG3 Third level page table offset
37** <12:00> 13 OFFSET Byte within page offset

--- 442 unchanged lines hidden ---