OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:initial_page_tables
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/acorn32/stand/boot32/
boot32.c
90
u_long *
initial_page_tables
; /* pagetables to be booted from */
variable in typeref:typename:u_long *
225
initial_page_tables
= alloc(16*1024);
226
if (!
initial_page_tables
)
572
initial_page_tables
[page] = (page<<20) | section;
582
initial_page_tables
[0] = top_1Mb_dram | section;
591
initial_page_tables
[kpage] = (addr << 20) | section;
616
src = (u_long)
initial_page_tables
;
boot32.c
90
u_long *
initial_page_tables
; /* pagetables to be booted from */
variable in typeref:typename:u_long *
225
initial_page_tables
= alloc(16*1024);
226
if (!
initial_page_tables
)
572
initial_page_tables
[page] = (page<<20) | section;
582
initial_page_tables
[0] = top_1Mb_dram | section;
591
initial_page_tables
[kpage] = (addr << 20) | section;
616
src = (u_long)
initial_page_tables
;
Completed in 23 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025