pub fn walk_maps<P: PhysicalMemoryProvider>(
reader: &ObjectReader<P>,
) -> Result<Vec<VmaInfo>>Expand description
Walk all process VMAs from the task list.
For each process, follows task_struct.mm → mm_struct.mmap to the head
of the vm_area_struct chain, then traverses via vm_next pointers.