Symbol: UVM_PHYSSEG_TYPE_INVALID
sys/arch/powerpc/ibm4xx/pmap.c
224
if (bank == UVM_PHYSSEG_TYPE_INVALID)
sys/arch/powerpc/ibm4xx/pmap.c
236
if (bank == UVM_PHYSSEG_TYPE_INVALID)
sys/uvm/pmap/pmap.c
576
uvm_physseg_t maybe_bank = UVM_PHYSSEG_TYPE_INVALID;
sys/uvm/uvm_page.c
2002
return (uvm_physseg_find(atop(pa), NULL) != UVM_PHYSSEG_TYPE_INVALID);
sys/uvm/uvm_page.c
2015
KASSERT(upm != UVM_PHYSSEG_TYPE_INVALID);
sys/uvm/uvm_page.c
364
if (uvm_physseg_get_last() == UVM_PHYSSEG_TYPE_INVALID)
sys/uvm/uvm_physseg.c
1137
KASSERT(upm != UVM_PHYSSEG_TYPE_INVALID);
sys/uvm/uvm_physseg.c
1211
KASSERT(upmp != UVM_PHYSSEG_TYPE_INVALID);
sys/uvm/uvm_physseg.c
1260
return UVM_PHYSSEG_TYPE_INVALID; /* XXX: correct type */
sys/uvm/uvm_physseg.c
426
return UVM_PHYSSEG_TYPE_INVALID;
sys/uvm/uvm_physseg.c
437
return UVM_PHYSSEG_TYPE_INVALID;
sys/uvm/uvm_physseg.c
584
return UVM_PHYSSEG_TYPE_INVALID;
sys/uvm/uvm_physseg.c
594
return UVM_PHYSSEG_TYPE_INVALID;
sys/uvm/uvm_physseg.c
978
if (upm != UVM_PHYSSEG_TYPE_INVALID)
sys/uvm/uvm_physseg.c
989
if (upm == UVM_PHYSSEG_TYPE_INVALID ||
tests/sys/uvm/t_uvm_physseg.c
1015
uvm_physseg_get_start(UVM_PHYSSEG_TYPE_INVALID));
tests/sys/uvm/t_uvm_physseg.c
1076
uvm_physseg_get_end(UVM_PHYSSEG_TYPE_INVALID));
tests/sys/uvm/t_uvm_physseg.c
1137
uvm_physseg_get_avail_start(UVM_PHYSSEG_TYPE_INVALID));
tests/sys/uvm/t_uvm_physseg.c
1198
uvm_physseg_get_avail_end(UVM_PHYSSEG_TYPE_INVALID));
tests/sys/uvm/t_uvm_physseg.c
1269
uvm_physseg_t upm = UVM_PHYSSEG_TYPE_INVALID;
tests/sys/uvm/t_uvm_physseg.c
1271
ATF_CHECK_EQ(UVM_PHYSSEG_TYPE_INVALID, uvm_physseg_get_next(upm));
tests/sys/uvm/t_uvm_physseg.c
1344
uvm_physseg_t upm = UVM_PHYSSEG_TYPE_INVALID;
tests/sys/uvm/t_uvm_physseg.c
1346
ATF_CHECK_EQ(UVM_PHYSSEG_TYPE_INVALID, uvm_physseg_get_prev(upm));
tests/sys/uvm/t_uvm_physseg.c
1539
ATF_CHECK_EQ(false, uvm_physseg_valid_p(UVM_PHYSSEG_TYPE_INVALID));
tests/sys/uvm/t_uvm_physseg.c
1905
ATF_CHECK_EQ(UVM_PHYSSEG_TYPE_INVALID,
tests/sys/uvm/t_uvm_physseg.c
1911
ATF_CHECK_EQ(UVM_PHYSSEG_TYPE_INVALID,
tests/sys/uvm/t_uvm_physseg_load.c
289
if (psi != UVM_PHYSSEG_TYPE_INVALID)