Lines Matching full:physical
6 Physical Memory Model
9 Physical memory in a system may be addressed in different ways. The
10 simplest case is when the physical memory starts at address 0 and
26 All the memory models track the status of physical page frames using
30 mapping between the physical page frame number (PFN) and the
41 non-NUMA systems with contiguous, or mostly contiguous, physical
45 maps the entire physical memory. For most architectures, the holes
55 actual physical pages. In such case, the architecture specific
64 systems with physical memory starting at address different from 0.
69 The DISCONTIGMEM model treats the physical memory as a collection of
74 physical pages belonging to that node. The `node_start_pfn` field of
83 every physical page frame in a node has a `struct page` entry in the
90 which node hosts the physical page and which `pg_data_t` object
108 as hot-plug and hot-remove of the physical memory, alternative memory
112 The SPARSEMEM model presents the physical memory as a collection of
120 physical address that an architecture supports, the
163 addresses that will map the physical pages containing the memory
166 that will allocate the physical memory and create page tables for the
183 `struct page` `mem_map` services for device driver identified physical