OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:idxpa
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/uvm/
uvm_pglist.c
120
paddr_t
idxpa
, lastidxpa;
local in function:uvm_pglistalloc_c_ps
223
idxpa
= VM_PAGE_TO_PHYS(uvm_physseg_get_pg(psi, idx));
225
if ((lastidxpa + PAGE_SIZE) !=
idxpa
) {
232
((lastidxpa ^
idxpa
) & ~(boundary - 1))
uvm_pglist.c
120
paddr_t
idxpa
, lastidxpa;
local in function:uvm_pglistalloc_c_ps
223
idxpa
= VM_PAGE_TO_PHYS(uvm_physseg_get_pg(psi, idx));
225
if ((lastidxpa + PAGE_SIZE) !=
idxpa
) {
232
((lastidxpa ^
idxpa
) & ~(boundary - 1))
Completed in 24 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025