1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
|
/* $OpenBSD: m882xx.h,v 1.5 1999/09/27 20:46:18 smurph Exp $ */
/*
* Mach Operating System
* Copyright (c) 1993-1992 Carnegie Mellon University
* All Rights Reserved.
*
* Permission to use, copy, modify and distribute this software and its
* documentation is hereby granted, provided that both the copyright
* notice and this permission notice appear in all copies of the
* software, derivative works or modified versions, and any portions
* thereof, and that both notices appear in supporting documentation.
*
* CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
* CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
* ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
*
* Carnegie Mellon requests users of this software to return to
*
* Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
* School of Computer Science
* Carnegie Mellon University
* Pittsburgh PA 15213-3890
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
*/
/*
* HISTORY
*
*/
#ifndef __MACHINE_M882XX_H__
#define __MACHINE_M882XX_H__
#ifndef ASSEMBLER
# include <machine/mmu.h> /* batc_template_t */
#endif
#include <machine/board.h>
#include <machine/cmmu.h>
/*
* 88200 CMMU definitions
*/
#define CMMU_IDR 0x000 /* CMMU id register */
#define CMMU_SCR 0x004 /* system command register */
#define CMMU_SSR 0x008 /* system status register */
#define CMMU_SAR 0x00C /* system address register */
#define CMMU_SCTR 0x104 /* system control register */
#define CMMU_PFSR 0x108 /* P bus fault status register */
#define CMMU_PFAR 0x10C /* P bus fault address register */
#define CMMU_SAPR 0x200 /* supervisor area pointer register */
#define CMMU_UAPR 0x204 /* user area pointer register */
#define CMMU_BWP0 0x400 /* block ATC writer port 0 */
#define CMMU_BWP1 0x404 /* block ATC writer port 1 */
#define CMMU_BWP2 0x408 /* block ATC writer port 2 */
#define CMMU_BWP3 0x40C /* block ATC writer port 3 */
#define CMMU_BWP4 0x410 /* block ATC writer port 4 */
#define CMMU_BWP5 0x414 /* block ATC writer port 5 */
#define CMMU_BWP6 0x418 /* block ATC writer port 6 */
#define CMMU_BWP7 0x41C /* block ATC writer port 7 */
#define CMMU_CDP0 0x800 /* cache data port 0 */
#define CMMU_CDP1 0x804 /* cache data port 1 */
#define CMMU_CDP2 0x808 /* cache data port 2 */
#define CMMU_CDP3 0x80C /* cache data port 3 */
#define CMMU_CTP0 0x840 /* cache tag port 0 */
#define CMMU_CTP1 0x844 /* cache tag port 1 */
#define CMMU_CTP2 0x848 /* cache tag port 2 */
#define CMMU_CTP3 0x84C /* cache tag port 3 */
#define CMMU_CSSP 0x880 /* cache set status register */
#define CMMU_BWP(_X_) \
(((_X_) < 7) ? \
(((_X_) < 6) ? \
(((_X_) < 5) ? \
(((_X_) < 4) ? \
(((_X_) < 3) ? \
(((_X_) < 2) ? \
(((_X_) < 1) ? \
CMMU_BWP0 : \
CMMU_BWP1) : \
CMMU_BWP2) : \
CMMU_BWP3) : \
CMMU_BWP4) : \
CMMU_BWP5) : \
CMMU_BWP6) : \
CMMU_BWP7)
/* 88204 CMMU definitions */
#define CMMU_CSSP0 0x880 /* cache set status register */
#define CMMU_CSSP1 0x890 /* cache set status register */
#define CMMU_CSSP2 0x8A0 /* cache set status register */
#define CMMU_CSSP3 0x8B0 /* cache set status register */
/* CMMU systerm commands */
#define CMMU_FLUSH_USER_LINE 0x30 /* flush PATC */
#define CMMU_FLUSH_USER_PAGE 0x31
#define CMMU_FLUSH_USER_SEGMENT 0x32
#define CMMU_FLUSH_USER_ALL 0x33
#define CMMU_FLUSH_SUPER_LINE 0x34
#define CMMU_FLUSH_SUPER_PAGE 0x35
#define CMMU_FLUSH_SUPER_SEGMENT 0x36
#define CMMU_FLUSH_SUPER_ALL 0x37
#define CMMU_PROBE_USER 0x20 /* probe user address */
#define CMMU_PROBE_SUPER 0x24 /* probe supervisor address */
#define CMMU_FLUSH_CACHE_INV_LINE 0x14 /* data cache invalidate */
#define CMMU_FLUSH_CACHE_INV_PAGE 0x15
#define CMMU_FLUSH_CACHE_INV_SEGMENT 0x16
#define CMMU_FLUSH_CACHE_INV_ALL 0x17
#define CMMU_FLUSH_CACHE_CB_LINE 0x18 /* data cache copyback */
#define CMMU_FLUSH_CACHE_CB_PAGE 0x19
#define CMMU_FLUSH_CACHE_CB_SEGMENT 0x1A
#define CMMU_FLUSH_CACHE_CB_ALL 0x1B
#define CMMU_FLUSH_CACHE_CBI_LINE 0x1C /* copyback and invalidate */
#define CMMU_FLUSH_CACHE_CBI_PAGE 0x1D
#define CMMU_FLUSH_CACHE_CBI_SEGMENT 0x1E
#define CMMU_FLUSH_CACHE_CBI_ALL 0x1F
/* CMMU system control command */
#define CMMU_SCTR_PE 0x00008000 /* parity enable */
#define CMMU_SCTR_SE 0x00004000 /* snoop enable */
#define CMMU_SCTR_PR 0x00002000 /* priority arbitration */
/* CMMU P bus fault status */
#define CMMU_PFSR_SUCCESS 0 /* no fault */
#define CMMU_PFSR_BERROR 3 /* bus error */
#define CMMU_PFSR_SFAULT 4 /* segment fault */
#define CMMU_PFSR_PFAULT 5 /* page fault */
#define CMMU_PFSR_SUPER 6 /* supervisor violation */
#define CMMU_PFSR_WRITE 7 /* writer violation */
#ifndef ASSEMBLER
/*
* Prototypes from "mvme88k/mvme88k/m18x_cmmu.c"
*/
#ifdef CMMU_DEBUG
void m18x_show_apr(unsigned value);
void m18x_show_sctr(unsigned value);
#endif
unsigned m18x_cmmu_cpu_number(void);
#if !DDB
static
#endif /* !DDB */
unsigned m18x_cmmu_remote_get(unsigned cpu, unsigned r, unsigned data);
unsigned m18x_cmmu_get_idr(unsigned data);
void m18x_cmmu_init(void);
void m18x_cmmu_shutdown_now(void);
void m18x_cmmu_parity_enable(void);
#if !DDB
static
#endif /* !DDB */
void m18x_cmmu_remote_set(unsigned cpu, unsigned r, unsigned data, unsigned x);
void m18x_cmmu_set_sapr(unsigned ap);
void m18x_cmmu_remote_set_sapr(unsigned cpu, unsigned ap);
void m18x_cmmu_set_uapr(unsigned ap);
void m18x_cmmu_flush_tlb(unsigned kernel, vm_offset_t vaddr, int size);
void m18x_cmmu_flush_remote_cache(int cpu, vm_offset_t physaddr, int size);
void m18x_cmmu_flush_cache(vm_offset_t physaddr, int size);
void m18x_cmmu_flush_remote_inst_cache(int cpu, vm_offset_t physaddr, int size);
void m18x_cmmu_flush_inst_cache(vm_offset_t physaddr, int size);
void m18x_cmmu_flush_remote_data_cache(int cpu, vm_offset_t physaddr, int size);
void m18x_cmmu_flush_data_cache(vm_offset_t physaddr, int size);
void m18x_cmmu_pmap_activate(
unsigned cpu,
unsigned uapr,
batc_template_t i_batc[BATC_MAX],
batc_template_t d_batc[BATC_MAX]);
void m18x_cmmu_flush_remote_tlb(
unsigned cpu,
unsigned kernel,
vm_offset_t vaddr,
int size);
void m18x_cmmu_set_batc_entry(
unsigned cpu,
unsigned entry_no,
unsigned data, /* 1 = data, 0 = instruction */
unsigned value); /* the value to stuff into the batc */
void m18x_cmmu_set_pair_batc_entry(
unsigned cpu,
unsigned entry_no,
unsigned value); /* the value to stuff into the batc */
#endif /* ASSEMBLER */
/*
* Possible MVME188 board configurations
*/
#define CONFIG_0 0x0
#define CONFIG_1 0x1
#define CONFIG_2 0x2
#define CONFIG_5 0x5
#define CONFIG_6 0x6
#define CONFIG_A 0xA
/*
* Address masks for MMU configs
*/
#define CMMU_SRAM (1<<31)
#define CMMU_A12_MASK (1<<12)
#define CMMU_A14_MASK (1<<14)
#define CMMU_SRAM_MASK ((1<<31)|(1<<30))
#define INST_CMMU 0
#define DATA_CMMU 1
#define BOTH_CMMU 2
#define CMMU_MODE_INST 0
#define CMMU_MODE_DATA 1
#define CMMU_MODE_BOTH 2
#define CMMU_ACS_USER 0
#define CMMU_ACS_SUPER 1
#define CMMU_ACS_BOTH 2
#define CMMU_SPLIT_ADDRESS 0x0
#define CMMU_SPLIT_SPV 0x1
#define CMMU_SPLIT_SRAM_SPV 0x2
#define CMMU_SPLIT_SRAM_ALL 0x3
#define CMMU_SPLIT_MASK 0x3
#define CMMU_NSTRATEGIES 4
/*
* Flags passed to cmmu_set()
*/
#define NUM_CMMU 0x01
#define NUM_CPU 0x02 /* notyetused */
#define MODE_VAL 0x04
#define ACCESS_VAL 0x08
#define ADDR_VAL 0x10
#define NBSG (4*1024*1024) /* segment size */
#endif /* __MACHINE_M882XX_H__ */
|