OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
223
extern pt_entry_t *Sysmap, *
Sysptmap
;
/src/sys/arch/cesfic/cesfic/
pmap_bootstrap.c
201
* block of level 2 descriptors for
Sysptmap
.
244
* Initialize
Sysptmap
262
* Initialize the last ones to point to
Sysptmap
and the page
273
* and the software
Sysptmap
.
298
* Initialize the last ones to point to
Sysptmap
and the page
390
*
Sysptmap
: base of kernel page table map
392
RELOC(
Sysptmap
, pt_entry_t *) =
395
* Sysmap: kernel page table (as mapped through
Sysptmap
)
/src/sys/arch/hp300/hp300/
pmap_bootstrap.c
205
* block of level 2 descriptors for
Sysptmap
.
248
* Initialize
Sysptmap
266
* Initialize the last ones to point to
Sysptmap
and the page
278
* and the software
Sysptmap
.
303
* Initialize the last ones to point to
Sysptmap
and the page
419
*
Sysptmap
: base of kernel page table map
421
RELOC(
Sysptmap
, pt_entry_t *) = (pt_entry_t *)(kptmpa - firstpa);
423
* Sysmap: kernel page table (as mapped through
Sysptmap
)
/src/sys/arch/luna68k/luna68k/
pmap_bootstrap.c
209
* descriptors to map
Sysptmap
.
239
* Initialize
Sysptmap
258
* to point to
Sysptmap
.
268
* and the software
Sysptmap
.
294
* to point to
Sysptmap
.
388
*
Sysptmap
: base of kernel page table map
390
RELOC(
Sysptmap
, pt_entry_t *) = (pt_entry_t *)(kptmpa - firstpa);
392
* Sysmap: kernel page table (as mapped through
Sysptmap
)
/src/sys/arch/x68k/x68k/
pmap_bootstrap.c
202
* block of level 2 descriptors for
Sysptmap
.
239
* Initialize
Sysptmap
257
* Initialize the last one to point to
Sysptmap
.
267
* and the software
Sysptmap
.
292
* Initialize the last one to point to
Sysptmap
.
384
*
Sysptmap
: base of kernel page table map
386
RELOC(
Sysptmap
, pt_entry_t *) = (pt_entry_t *)(kptmpa - firstpa);
388
* 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
.
389
*
Sysptmap
: base of kernel page table map
391
RELOC(
Sysptmap
, pt_entry_t *) = (pt_entry_t *)(kptmpa - firstpa);
393
* Sysmap: kernel page table (as mapped through
Sysptmap
)
/src/sys/arch/news68k/news68k/
pmap_bootstrap.c
224
* for
Sysptmap
.
231
* descriptors to map
Sysptmap
.
261
* Initialize
Sysptmap
280
* to point to
Sysptmap
.
290
* and the software
Sysptmap
.
315
* Initialize the last one to point to
Sysptmap
.
413
*
Sysptmap
: base of kernel page table map
415
RELOC(
Sysptmap
, pt_entry_t *) = (pt_entry_t *)(kptmpa - firstpa);
417
* Sysmap: kernel page table (as mapped through
Sysptmap
)
/src/sys/arch/mvme68k/mvme68k/
pmap_bootstrap.c
250
* block of level 2 descriptors for
Sysptmap
.
287
* Initialize
Sysptmap
305
* Initialize the last one to point to
Sysptmap
.
315
* and the software
Sysptmap
.
340
* Initialize the last one to point to
Sysptmap
.
432
*
Sysptmap
: base of kernel page table map
434
RELOC(
Sysptmap
, pt_entry_t *) = (pt_entry_t *)(kptmpa - firstpa);
436
* Sysmap: kernel page table (as mapped through
Sysptmap
)
/src/sys/arch/next68k/next68k/
pmap_bootstrap.c
259
* block of level 2 descriptors for
Sysptmap
.
296
* Initialize
Sysptmap
314
* Initialize the last one to point to
Sysptmap
.
324
* and the software
Sysptmap
.
349
* Initialize the last one to point to
Sysptmap
.
455
*
Sysptmap
: base of kernel page table map
457
RELOC(
Sysptmap
, pt_entry_t *) = (pt_entry_t *)(kptmpa - firstpa);
459
* Sysmap: kernel page table (as mapped through
Sysptmap
)
/src/sys/arch/m68k/m68k/
pmap_motorola.c
244
pt_entry_t *Sysmap, *
Sysptmap
;
454
("pmap_init: Sysseg %p, Sysmap %p,
Sysptmap
%p\n",
455
Sysseg, Sysmap,
Sysptmap
));
1759
* ST and
Sysptmap
entries.
1798
ste = &
Sysptmap
[ste - pmap_ste(pmap_kernel(), 0)];
2654
printf("enter: add &
Sysptmap
[%d]: %x (KPT page %lx)\n",
2655
ix,
Sysptmap
[ix], kpt->kpt_va);
/src/sys/arch/mac68k/mac68k/
pmap_bootstrap.c
258
* block of level 2 descriptors for
Sysptmap
.
295
* Initialize
Sysptmap
313
* Initialize the last one to point to
Sysptmap
.
321
* and the software
Sysptmap
.
346
* Initialize the last one to point to
Sysptmap
.
465
*
Sysptmap
: base of kernel page table map
467
Sysptmap
= PA2VA(kptmpa, pt_entry_t *);
469
* Sysmap: kernel page table (as mapped through
Sysptmap
)
/src/sys/arch/atari/atari/
atari_init.c
380
Sysptmap
= (pt_entry_t *)vstart;
472
for (; kva < (vaddr_t)
Sysptmap
; kva += PAGE_SIZE) {
1153
* and the software
Sysptmap
.
1180
* Initialize the PTE for the last one to point
Sysptmap
.
1269
* Initialize
Sysptmap
1280
* Invalidate rest of
Sysptmap
page.
1288
* 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 30 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025