/src/sys/uvm/ |
uvm_physseg.h | 135 bool uvm_physseg_unplug(paddr_t, size_t);
|
uvm_physseg.c | 499 return uvm_physseg_unplug(seg->avail_start, 1); 506 return uvm_physseg_unplug(seg->avail_end - 1, 1); 529 return uvm_physseg_unplug(seg->avail_start, 1); 1276 uvm_physseg_unplug(paddr_t pfn, size_t pages) function in typeref:typename:bool
|
/src/tests/sys/uvm/ |
t_uvm_physseg_load.c | 561 uvm_physseg_unplug(pf, pf_chunk_size); 610 uvm_physseg_unplug(pf, pf_chunk_size); 659 uvm_physseg_unplug(pf, pf_chunk_size); 707 uvm_physseg_unplug(pf, pf_chunk_size);
|
t_uvm_physseg.c | 532 ATF_TC(uvm_physseg_unplug); 533 ATF_TC_HEAD(uvm_physseg_unplug, tc) 538 ATF_TC_BODY(uvm_physseg_unplug, tc) 575 ATF_REQUIRE_EQ(true, uvm_physseg_unplug(atop(TWOFIFTYSIX_KILO), atop(FIVEONETWO_KILO))); 594 ATF_REQUIRE_EQ(true, uvm_physseg_unplug(atop(TWOFIFTYSIX_KILO + FIVEONETWO_KILO), atop(TWOFIFTYSIX_KILO))); 603 ATF_REQUIRE_EQ(true, uvm_physseg_unplug(atop(ONETWENTYEIGHT_KILO), atop(ONETWENTYEIGHT_KILO))); 608 ATF_REQUIRE_EQ(true, uvm_physseg_unplug(0, atop(SIXTYFOUR_KILO))); 614 ATF_REQUIRE_EQ(true, uvm_physseg_unplug(atop(SIXTYFOUR_KILO), atop(SIXTYFOUR_KILO))); 2339 ATF_TP_ADD_TC(tp, uvm_physseg_unplug);
|
/src/sys/arch/sh3/sh3/ |
pmap.c | 152 uvm_physseg_unplug(atop(pa), npage);
|
/src/sys/arch/x86/x86/ |
x86_machdep.c | 1129 uvm_physseg_unplug(uvm_physseg_get_end(x) - atop(sz), atop(sz));
|
/src/sys/arch/ia64/ia64/ |
pmap.c | 1344 uvm_physseg_unplug(atop(pa), npgs); 1422 if (uvm_physseg_unplug(uvm_physseg_get_start(upm), 1424 panic("%s: uvm_physseg_unplug(%"PRIxPADDR", %"PRIxPADDR") failed\n",
|
/src/sys/arch/vax/vax/ |
pmap.c | 472 uvm_physseg_unplug(uvm_physseg_get_start(bank), npgs);
|
/src/sys/uvm/pmap/ |
pmap.c | 625 uvm_physseg_unplug(atop(pa), npgs);
|
/src/sys/arch/mips/mips/ |
mips_machdep.c | 2111 uvm_physseg_unplug(end, atop(sz));
|
/src/sys/arch/alpha/alpha/ |
machdep.c | 687 uvm_physseg_unplug(end, atop(sz));
|
pmap.c | 1532 uvm_physseg_unplug(atop(pa), npgs);
|
/src/sys/arch/aarch64/aarch64/ |
pmap.c | 537 uvm_physseg_unplug(atop(pa), npage);
|
/src/sys/arch/powerpc/oea/ |
pmap.c | 2972 uvm_physseg_unplug(start, npgs);
|
/src/sys/arch/arm/arm32/ |
pmap.c | 8194 uvm_physseg_unplug(spn, atop(amount - pv->pv_size));
|