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
60 With FLATMEM, the conversion between a PFN and the `struct page` is
61 straightforward: `PFN - ARCH_PFN_OFFSET` is an index to the
89 The conversion between a PFN and the `struct page` in the
95 to convert PFN to the node number. The opposite conversion helper
99 Once the node number is known, the PFN can be used to index
102 `node_start_pfn` is the PFN of that page.
147 With SPARSEMEM there are two possible ways to convert a PFN to the
153 and uses high bits of a PFN to access the section that maps that page
154 frame. Inside a section, the PFN is the index to the array of pages.
159 `struct page` objects. A PFN is an index to that array and the
160 offset of the `struct page` from `vmemmap` is the PFN of that