genvaddr_t vregion_offset; ///< Offset into amount of reserved virtual address used
struct vnode root; ///< Root of the vnode tree
errval_t (*refill_slabs)(struct pmap_x86 *); ///< Function to refill slabs
- struct slab_alloc slab; ///< Slab allocator for the vnode lists
+ struct slab_allocator slab; ///< Slab allocator for the vnode lists
genvaddr_t min_mappable_va; ///< Minimum mappable virtual address
genvaddr_t max_mappable_va; ///< Maximum mappable virtual address
uint8_t slab_buffer[512]; ///< Initial buffer to back the allocator