- Use kvaddr_t instead of uintptr_t for addresses.
- Use ksize_t instead of size_t for address range sizes.
- Widen the map flags field to 64 bits to eliminate implicit padding, and to make it less likely that we'll ever have to add a second flags field.
- Eliminate 32-bit compat handling, since the above makes it unnecessary.
Reported by: brooks
Fixes: 3ce04aca49e9 ("proc: Add a sysctl to fetch virtual address space layout info")