OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uvm_physseg_get_pg
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/uvm/
uvm_physseg.c
979
return
uvm_physseg_get_pg
(upm, off);
1089
uvm_physseg_get_pg
(uvm_physseg_t upm, paddr_t idx)
function
/src/tests/sys/uvm/
t_uvm_physseg.c
518
pgs =
uvm_physseg_get_pg
(upm3, 0);
524
pgs =
uvm_physseg_get_pg
(upm4, 0);
1696
ATF_TC(
uvm_physseg_get_pg
);
variable
1697
ATF_TC_HEAD(
uvm_physseg_get_pg
, tc)
1700
is correct when fetched by
uvm_physseg_get_pg
() call.");
1702
ATF_TC_BODY(
uvm_physseg_get_pg
, tc)
1728
extracted_pg =
uvm_physseg_get_pg
(upm, 5);
1734
extracted_pg =
uvm_physseg_get_pg
(upm, 113);
2370
ATF_TP_ADD_TC(tp,
uvm_physseg_get_pg
);
Completed in 98 milliseconds
Indexes created Sun Aug 16 00:25:19 UTC 2026