+static void
+__free_reclaimable()
+{
+ ptr_t start;
+ pfn_t pgs;
+ pte_t* ptep;
+
+ start = reclaimable_start;
+ pgs = leaf_count(reclaimable_end - start);
+ ptep = mkptep_va(VMS_SELF, start);
+
+ pmm_unhold_range(pfn(to_kphysical(start)), pgs);
+ vmm_unset_ptes(ptep, pgs);
+}