struct map - address space state variables holder : total memory available as reported by HV - HV virtual address space id : htab size in bytes
The HV virtual address space (vas) allows for hotplug memory regions. Memory regions can be created and destroyed in the vas at runtime. : real mode (bootmem) region : highmem region(s)
ps3 addresses virt_addr: a cpu 'translated' effective address phys_addr: an address in what Linux thinks is the physical address space lpar_addr: an address in the HV virtual address space bus_addr: an io controller 'translated' address on a device bus
Definition at line 109 of file mm.c.