OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vfrom
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/amiga/stand/bootblock/boot/
main.c
123
u_int32_t from, size,
vfrom
, vsize;
local in function:pain
275
vfrom
= mh->Lower & -__PGSZ;
276
vsize = (mh->Upper & -__PGSZ) -
vfrom
;
284
from = CachePreDMA(
vfrom
, &size, contflag);
286
mapped1to1 = (from ==
vfrom
);
288
vfrom
+= size;
290
from =
vfrom
;
299
(long)
vfrom
, (long)vsize);
340
vfrom
= mh->Lower & -__PGSZ;
341
vsize = (mh->Upper & -__PGSZ) -
vfrom
;
[
all
...]
main.c
123
u_int32_t from, size,
vfrom
, vsize;
local in function:pain
275
vfrom
= mh->Lower & -__PGSZ;
276
vsize = (mh->Upper & -__PGSZ) -
vfrom
;
284
from = CachePreDMA(
vfrom
, &size, contflag);
286
mapped1to1 = (from ==
vfrom
);
288
vfrom
+= size;
290
from =
vfrom
;
299
(long)
vfrom
, (long)vsize);
340
vfrom
= mh->Lower & -__PGSZ;
341
vsize = (mh->Upper & -__PGSZ) -
vfrom
;
[
all
...]
Completed in 22 milliseconds
Indexes created Sun Oct 12 05:10:08 GMT 2025