OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:usable_segs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/atari/atari/
pmap_bootstrap.c
81
struct memseg
usable_segs
[NMEM_SEGS];
variable in typeref:struct:memseg[]
115
for (i = 0; i < NMEM_SEGS &&
usable_segs
[i].start; i++)
118
usable_segs
[i - 1].end -= m68k_round_page(MSGBUFSIZE);
119
msgbufpa =
usable_segs
[i - 1].end;
134
for (i = 0; i < NMEM_SEGS &&
usable_segs
[i].start; i++)
135
uvm_page_physload(atop(
usable_segs
[i].start),
136
atop(
usable_segs
[i].end),
137
atop(
usable_segs
[i].start),
138
atop(
usable_segs
[i].end),
139
usable_segs
[i].free_list)
[
all
...]
pmap_bootstrap.c
81
struct memseg
usable_segs
[NMEM_SEGS];
variable in typeref:struct:memseg[]
115
for (i = 0; i < NMEM_SEGS &&
usable_segs
[i].start; i++)
118
usable_segs
[i - 1].end -= m68k_round_page(MSGBUFSIZE);
119
msgbufpa =
usable_segs
[i - 1].end;
134
for (i = 0; i < NMEM_SEGS &&
usable_segs
[i].start; i++)
135
uvm_page_physload(atop(
usable_segs
[i].start),
136
atop(
usable_segs
[i].end),
137
atop(
usable_segs
[i].start),
138
atop(
usable_segs
[i].end),
139
usable_segs
[i].free_list)
[
all
...]
Completed in 21 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025