OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uvm_physseg_get_last
(Results
1 - 17
of
17
) sorted by relevancy
/src/sys/uvm/
uvm_physseg.h
83
#define UVM_PHYSSEG_TYPE_INVALID_OVERFLOW (
uvm_physseg_get_last
() + 1) /* ran off the end of the last segment */
119
uvm_physseg_t
uvm_physseg_get_last
(void);
uvm_pglist.c
474
for (psi =
uvm_physseg_get_last
(); uvm_physseg_valid_p(psi); psi = uvm_physseg_get_prev(psi))
639
for (psi =
uvm_physseg_get_last
(); uvm_physseg_valid_p(psi); psi = uvm_physseg_get_prev(psi))
uvm_physseg.c
444
uvm_physseg_get_last
(void)
function in typeref:typename:uvm_physseg_t
600
uvm_physseg_get_last
(void)
function in typeref:typename:int
uvm_page.c
364
if (
uvm_physseg_get_last
() == UVM_PHYSSEG_TYPE_INVALID)
634
for (lcv =
uvm_physseg_get_last
(); uvm_physseg_valid_p(lcv); lcv = uvm_physseg_get_prev(lcv))
649
for (lcv =
uvm_physseg_get_last
(); uvm_physseg_valid_p(lcv); lcv = uvm_physseg_get_prev(lcv))
/src/tests/sys/uvm/
t_uvm_physseg.c
1420
ATF_TC(
uvm_physseg_get_last
);
1421
ATF_TC_HEAD(
uvm_physseg_get_last
, tc)
1424
segment using the
uvm_physseg_get_last
() call.");
1426
ATF_TC_BODY(
uvm_physseg_get_last
, tc)
1434
ATF_CHECK_EQ(upm,
uvm_physseg_get_last
());
1444
upm =
uvm_physseg_get_last
();
1462
upm =
uvm_physseg_get_last
();
1481
upm =
uvm_physseg_get_last
();
2362
ATF_TP_ADD_TC(tp,
uvm_physseg_get_last
);
/src/sys/arch/riscv/riscv/
pmap_machdep.c
382
pmap_limits.avail_end = ptoa(uvm_physseg_get_end(
uvm_physseg_get_last
()));
/src/sys/arch/alpha/pci/
tsp_dma.c
214
if (uvm_physseg_get_avail_end(
uvm_physseg_get_last
()) >
cia_dma.c
154
if (uvm_physseg_get_avail_end(
uvm_physseg_get_last
()) >
/src/sys/arch/powerpc/booke/
booke_pmap.c
201
pmap_limits.avail_end = uvm_physseg_get_end(
uvm_physseg_get_last
()) << PGSHIFT;
/src/sys/arch/aarch64/aarch64/
pmap_machdep.c
475
pmap_limits.avail_end = ptoa(uvm_physseg_get_end(
uvm_physseg_get_last
()));
/src/sys/arch/sh3/sh3/
pmap.c
112
avail_end = ptoa(uvm_physseg_get_end(
uvm_physseg_get_last
()));
/src/sys/arch/mips/mips/
pmap_machdep.c
413
pmap_limits.avail_end = ptoa(uvm_physseg_get_end(
uvm_physseg_get_last
()));
mips_machdep.c
2092
uvm_physseg_t bank =
uvm_physseg_get_last
();
/src/sys/arch/alpha/alpha/
machdep.c
678
bank =
uvm_physseg_get_last
();
pmap.c
1302
avail_end = ptoa(uvm_physseg_get_avail_end(
uvm_physseg_get_last
()));
/src/sys/arch/ia64/ia64/
pmap.c
1414
uvm_physseg_get_first() ==
uvm_physseg_get_last
() /* single segment */) {
/src/sys/arch/arm/arm32/
pmap.c
6692
avail_end = ptoa(uvm_physseg_get_avail_end(
uvm_physseg_get_last
()));
Completed in 33 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025