OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sysptmap
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/arch/m68k/include/
pmap_motorola.h
226
extern pt_entry_t *Sysmap, *
Sysptmap
;
/src/sys/arch/luna68k/luna68k/
pmap_bootstrap.c
203
* descriptors to map
Sysptmap
.
233
* Initialize
Sysptmap
252
* to point to
Sysptmap
.
262
* and the software
Sysptmap
.
288
* to point to
Sysptmap
.
374
*
Sysptmap
: base of kernel page table map
376
RELOC(
Sysptmap
, pt_entry_t *) = (pt_entry_t *)(kptmpa - firstpa);
378
* Sysmap: kernel page table (as mapped through
Sysptmap
)
/src/sys/arch/news68k/news68k/
pmap_bootstrap.c
211
* for
Sysptmap
.
218
* descriptors to map
Sysptmap
.
248
* Initialize
Sysptmap
267
* to point to
Sysptmap
.
277
* and the software
Sysptmap
.
302
* Initialize the last one to point to
Sysptmap
.
390
*
Sysptmap
: base of kernel page table map
392
RELOC(
Sysptmap
, pt_entry_t *) = (pt_entry_t *)(kptmpa - firstpa);
394
* Sysmap: kernel page table (as mapped through
Sysptmap
)
/src/sys/arch/cesfic/cesfic/
pmap_bootstrap.c
207
* block of level 2 descriptors for
Sysptmap
.
250
* Initialize
Sysptmap
268
* Initialize the last ones to point to
Sysptmap
and the page
279
* and the software
Sysptmap
.
304
* Initialize the last ones to point to
Sysptmap
and the page
396
*
Sysptmap
: base of kernel page table map
398
RELOC(
Sysptmap
, pt_entry_t *) =
401
* Sysmap: kernel page table (as mapped through
Sysptmap
)
/src/sys/arch/hp300/hp300/
pmap_bootstrap.c
208
* block of level 2 descriptors for
Sysptmap
.
251
* Initialize
Sysptmap
269
* Initialize the last ones to point to
Sysptmap
and the page
281
* and the software
Sysptmap
.
306
* Initialize the last ones to point to
Sysptmap
and the page
421
*
Sysptmap
: base of kernel page table map
423
RELOC(
Sysptmap
, pt_entry_t *) = (pt_entry_t *)(kptmpa - firstpa);
425
* Sysmap: kernel page table (as mapped through
Sysptmap
)
/src/sys/arch/mac68k/mac68k/
pmap_bootstrap.c
216
* block of level 2 descriptors for
Sysptmap
.
253
* Initialize
Sysptmap
271
* Initialize the last one to point to
Sysptmap
.
279
* and the software
Sysptmap
.
304
* Initialize the last one to point to
Sysptmap
.
423
*
Sysptmap
: base of kernel page table map
425
Sysptmap
= PA2VA(kptmpa, pt_entry_t *);
427
* Sysmap: kernel page table (as mapped through
Sysptmap
)
/src/sys/arch/mvme68k/mvme68k/
pmap_bootstrap.c
215
* block of level 2 descriptors for
Sysptmap
.
252
* Initialize
Sysptmap
270
* Initialize the last one to point to
Sysptmap
.
280
* and the software
Sysptmap
.
305
* Initialize the last one to point to
Sysptmap
.
396
*
Sysptmap
: base of kernel page table map
398
RELOC(
Sysptmap
, pt_entry_t *) = (pt_entry_t *)(kptmpa - firstpa);
400
* Sysmap: kernel page table (as mapped through
Sysptmap
)
/src/sys/arch/next68k/next68k/
pmap_bootstrap.c
223
* block of level 2 descriptors for
Sysptmap
.
260
* Initialize
Sysptmap
278
* Initialize the last one to point to
Sysptmap
.
288
* and the software
Sysptmap
.
313
* Initialize the last one to point to
Sysptmap
.
418
*
Sysptmap
: base of kernel page table map
420
RELOC(
Sysptmap
, pt_entry_t *) = (pt_entry_t *)(kptmpa - firstpa);
422
* Sysmap: kernel page table (as mapped through
Sysptmap
)
/src/sys/arch/virt68k/virt68k/
pmap_bootstrap.c
213
* block of level 2 descriptors for
Sysptmap
.
256
* Initialize
Sysptmap
274
* Initialize the last one to point to
Sysptmap
.
284
* and the software
Sysptmap
.
309
* Initialize the last one to point to
Sysptmap
.
390
*
Sysptmap
: base of kernel page table map
392
RELOC(
Sysptmap
, pt_entry_t *) = (pt_entry_t *)PA_TO_VA(kptmpa);
394
* Sysmap: kernel page table (as mapped through
Sysptmap
)
/src/sys/arch/x68k/x68k/
pmap_bootstrap.c
206
* block of level 2 descriptors for
Sysptmap
.
243
* Initialize
Sysptmap
261
* Initialize the last one to point to
Sysptmap
.
271
* and the software
Sysptmap
.
296
* Initialize the last one to point to
Sysptmap
.
387
*
Sysptmap
: base of kernel page table map
389
RELOC(
Sysptmap
, pt_entry_t *) = (pt_entry_t *)(kptmpa - firstpa);
391
* Sysmap: kernel page table (as mapped through
Sysptmap
)
/src/sys/arch/m68k/m68k/
pmap_motorola.c
245
pt_entry_t *Sysmap, *
Sysptmap
;
472
("pmap_init: Sysseg %p, Sysmap %p,
Sysptmap
%p\n",
473
Sysseg, Sysmap,
Sysptmap
));
1761
* ST and
Sysptmap
entries.
1800
ste = &
Sysptmap
[ste - pmap_ste(pmap_kernel(), 0)];
2656
printf("enter: add &
Sysptmap
[%d]: %x (KPT page %lx)\n",
2657
ix,
Sysptmap
[ix], kpt->kpt_va);
/src/sys/arch/atari/atari/
atari_init.c
379
Sysptmap
= (pt_entry_t *)vstart;
471
for (; kva < (vaddr_t)
Sysptmap
; kva += PAGE_SIZE) {
1152
* and the software
Sysptmap
.
1179
* Initialize the PTE for the last one to point
Sysptmap
.
1268
* Initialize
Sysptmap
1279
* Invalidate rest of
Sysptmap
page.
1287
* Initialize the PTE for the last one to point
Sysptmap
.
/src/sys/arch/amiga/amiga/
amiga_init.c
403
RELOC(
Sysptmap
, u_int) = vstart;
503
* Initialize
Sysptmap
513
* Invalidate rest of
Sysptmap
page
526
* and the software
Sysptmap
.
Completed in 37 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026