Lines Matching refs:PFN
30 mapping between the physical page frame number (PFN) and the
34 helpers that allow the conversion from PFN to `struct page` and vice
61 With FLATMEM, the conversion between a PFN and the `struct page` is
62 straightforward: `PFN - ARCH_PFN_OFFSET` is an index to the
90 The conversion between a PFN and the `struct page` in the
96 to convert PFN to the node number. The opposite conversion helper
100 Once the node number is known, the PFN can be used to index
103 `node_start_pfn` is the PFN of that page.
151 With SPARSEMEM there are two possible ways to convert a PFN to the
157 and uses high bits of a PFN to access the section that maps that page
158 frame. Inside a section, the PFN is the index to the array of pages.
163 `struct page` objects. A PFN is an index to that array and the the
164 offset of the `struct page` from `vmemmap` is the PFN of that