OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fromads
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amiga/amiga/
pmap_bootstrap.c
113
paddr_t
fromads
, toads;
local
115
fromads
= firstaddr;
132
uvm_page_physload(atop(
fromads
), atop(toads),
133
atop(
fromads
), atop(toads), VM_FREELIST_DEFAULT);
146
fromads
= sp->ms_start;
170
if ((
fromads
<= z2mem_start) && (toads > z2mem_start))
173
uvm_page_physload(atop(
fromads
), atop(toads),
174
atop(
fromads
), atop(toads), (
fromads
& 0xff000000) ?
176
physmem += (toads -
fromads
) / PAGE_SIZE
[
all
...]
pmap_bootstrap.c
113
paddr_t
fromads
, toads;
local
115
fromads
= firstaddr;
132
uvm_page_physload(atop(
fromads
), atop(toads),
133
atop(
fromads
), atop(toads), VM_FREELIST_DEFAULT);
146
fromads
= sp->ms_start;
170
if ((
fromads
<= z2mem_start) && (toads > z2mem_start))
173
uvm_page_physload(atop(
fromads
), atop(toads),
174
atop(
fromads
), atop(toads), (
fromads
& 0xff000000) ?
176
physmem += (toads -
fromads
) / PAGE_SIZE
[
all
...]
Completed in 118 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026