OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vm_first_phys
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/sparc/include/
pmap.h
201
extern paddr_t
vm_first_phys
, vm_last_phys;
/src/sys/arch/sparc/sparc/
iommu.c
221
if (uvm_pglistalloc(size,
vm_first_phys
,
vm_first_phys
+vm_num_phys,
machdep.c
218
vm_first_phys
,
vm_first_phys
+vm_num_phys,
1370
low =
vm_first_phys
;
1371
high =
vm_first_phys
+ vm_num_phys - PAGE_SIZE;
pmap.c
183
paddr_t
vm_first_phys
= (paddr_t)-1;
variable
1141
vm_first_phys
= pstart;
1155
if (
vm_first_phys
> pstart)
1156
vm_first_phys
= pstart;
4051
if (uvm_pglistalloc(size,
vm_first_phys
,
vm_first_phys
+vm_num_phys,
4141
vm_num_phys = vm_last_phys -
vm_first_phys
;
/src/sys/arch/sparc64/sparc64/
machdep.c
1358
extern paddr_t
vm_first_phys
, vm_num_phys;
1374
low =
vm_first_phys
;
1375
high =
vm_first_phys
+ vm_num_phys - PAGE_SIZE;
pmap.c
144
paddr_t
vm_first_phys
, vm_num_phys;
variable
1381
vm_first_phys
= avail_start;
Completed in 29 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026