Memory Virtualization Techniques and Their Implementation Methods
After introducing memory virtualization technology, there are three types of addresses in the memory system. Machine Address (MA): The real hardware machine address, visible on the address bus as address signals. Guest Physical Address (GPA): The pseudo-physical address seen by the virtual machine after abstraction by the VMM. Virtual Address (VA): The linear address space … Read more