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