Lines Matching full:physical
13 Page tables map virtual addresses as seen by the CPU into physical addresses
20 The physical address corresponding to the virtual address is often referenced
21 by the underlying physical page frame. The **page frame number** or **pfn**
22 is the physical address of the page (as seen on the external memory bus)
25 Physical memory address 0 will be *pfn 0* and the highest pfn will be
26 the last page of physical memory the external address bus of the CPU can
41 the fact that Torvald's first computer had 4MB of physical memory. Entries in
56 to a physical memory range, which allows mapping a contiguous range of several
58 shortcuts in mapping virtual memory to physical memory: there is no need to
89 mapping a single page of virtual memory to a single page of physical memory.
161 to physical address translations. It may use relatively small caches in hardware
168 MMU uses the page walks to determine the physical address and create the map.
174 If nothing prevents it, eventually the physical memory can be accessed and the
175 requested operation on the physical frame is performed.
179 permitted to, or because the data is not present into physical memory.
188 to persistent storage (swap partition or file) and evicted from their physical
202 physical memory. Given any logical address, its physical address is determined
208 physical frames, the kernel invokes the out-of-memory (OOM) killer to make room
237 that the virtual address is pointing to areas of physical memory which are not
257 pages contain large contiguous physical regions that usually span from 2MB to