Home
last modified time | relevance | path

Searched refs:uvm_physseg_unplug (Results 1 – 15 of 15) sorted by relevance

/netbsd/tests/sys/uvm/
H A Dt_uvm_physseg_load.c561 uvm_physseg_unplug(pf, pf_chunk_size); in ATF_TC_BODY()
610 uvm_physseg_unplug(pf, pf_chunk_size); in ATF_TC_BODY()
659 uvm_physseg_unplug(pf, pf_chunk_size); in ATF_TC_BODY()
707 uvm_physseg_unplug(pf, pf_chunk_size); in ATF_TC_BODY()
H A Dt_uvm_physseg.c532 ATF_TC(uvm_physseg_unplug);
533 ATF_TC_HEAD(uvm_physseg_unplug, tc) in ATF_TC_HEAD() argument
538 ATF_TC_BODY(uvm_physseg_unplug, tc) in ATF_TC_BODY() argument
575 ATF_REQUIRE_EQ(true, uvm_physseg_unplug(atop(TWOFIFTYSIX_KILO), atop(FIVEONETWO_KILO))); in ATF_TC_BODY()
594 …ATF_REQUIRE_EQ(true, uvm_physseg_unplug(atop(TWOFIFTYSIX_KILO + FIVEONETWO_KILO), atop(TWOFIFTYSIX… in ATF_TC_BODY()
603 ATF_REQUIRE_EQ(true, uvm_physseg_unplug(atop(ONETWENTYEIGHT_KILO), atop(ONETWENTYEIGHT_KILO))); in ATF_TC_BODY()
608 ATF_REQUIRE_EQ(true, uvm_physseg_unplug(0, atop(SIXTYFOUR_KILO))); in ATF_TC_BODY()
614 ATF_REQUIRE_EQ(true, uvm_physseg_unplug(atop(SIXTYFOUR_KILO), atop(SIXTYFOUR_KILO))); in ATF_TC_BODY()
2339 ATF_TP_ADD_TC(tp, uvm_physseg_unplug); in ATF_TP_ADD_TCS()
/netbsd/sys/uvm/
H A Duvm_physseg.h135 bool uvm_physseg_unplug(paddr_t, size_t);
H A Duvm_physseg.c497 return uvm_physseg_unplug(seg->avail_start, 1); in uvm_page_physunload()
504 return uvm_physseg_unplug(seg->avail_end - 1, 1); in uvm_page_physunload()
527 return uvm_physseg_unplug(seg->avail_start, 1); in uvm_page_physunload_force()
1238 uvm_physseg_unplug(paddr_t pfn, size_t pages) in uvm_physseg_unplug() function
/netbsd/sys/arch/sh3/sh3/
H A Dpmap.c152 uvm_physseg_unplug(atop(pa), npage); in pmap_steal_memory()
/netbsd/sys/arch/ia64/ia64/
H A Dpmap.c1344 uvm_physseg_unplug(atop(pa), npgs); in pmap_steal_memory()
1422 if (uvm_physseg_unplug(uvm_physseg_get_start(upm), in pmap_steal_vhpt_memory()
/netbsd/sys/arch/x86/x86/
H A Dx86_machdep.c1122 uvm_physseg_unplug(uvm_physseg_get_end(x) - atop(sz), atop(sz)); in init_x86_msgbuf()
/netbsd/sys/arch/alpha/alpha/
H A Dmachdep.c687 uvm_physseg_unplug(end, atop(sz)); in alpha_init()
H A Dpmap.c1519 uvm_physseg_unplug(atop(pa), npgs); in pmap_steal_memory()
/netbsd/sys/arch/vax/vax/
H A Dpmap.c470 uvm_physseg_unplug(uvm_physseg_get_start(bank), npgs); in pmap_steal_memory()
/netbsd/sys/arch/mips/mips/
H A Dmips_machdep.c2101 uvm_physseg_unplug(end, atop(sz)); in mips_init_msgbuf()
/netbsd/sys/uvm/pmap/
H A Dpmap.c615 uvm_physseg_unplug(atop(pa), npgs); in pmap_steal_memory()
/netbsd/sys/arch/aarch64/aarch64/
H A Dpmap.c537 uvm_physseg_unplug(atop(pa), npage); in pmap_steal_memory()
/netbsd/sys/arch/powerpc/oea/
H A Dpmap.c2952 uvm_physseg_unplug(start, npgs); in pmap_steal_memory()
/netbsd/sys/arch/arm/arm32/
H A Dpmap.c8196 uvm_physseg_unplug(spn, atop(amount - pv->pv_size)); in pmap_boot_pagealloc()