Lines Matching full:virtual
13 here we assume that an MMU is available and a CPU can translate a virtual
18 Virtual Memory Primer
30 to avoid this complexity a concept of virtual memory was developed.
32 The virtual memory abstracts the details of physical memory from the
37 With virtual memory, each and every memory access uses a virtual
39 writes) from (or to) the system memory, it translates the `virtual`
49 Each physical memory page can be mapped as one or more virtual
51 translation from a virtual address used by programs to the physical
60 virtual address are used to index an entry in the top level page
62 hierarchy with the next bits of the virtual address as the index to
63 that level page table. The lowest bits in the virtual address define
106 memory exceeds the maximal addressable size of virtual memory and
149 call. Usually, the anonymous mappings only define virtual memory areas
200 fragmented. Although with virtual memory it is possible to present