Home
last modified time | relevance | path

Searched refs:PFN (Results 1 – 19 of 19) sorted by relevance

/linux-5.19.10/Documentation/translations/zh_CN/vm/
Dmemory-model.rst28 无论选择哪种内存模型,物理页框号(PFN)和相应的 `struct page` 之间都存
32 帮助函数,允许从PFN到 `struct page` 的转换,反之亦然。
51 使用FLATMEM,PFN和 `struct page` 之间的转换是直接的。 `PFN - ARCH_PFN_OFFSET`
88 通过SPARSEMEM,有两种可能的方式将PFN转换为相应的 `struct page` --"classic sparse"和
92 Classic sparse在page->flags中编码了一个页面的段号,并使用PFN的高位来访问映射该页
93 框的段。在一个区段内,PFN是指向页数组的索引。
97 对象阵列。PFN是该数组的一个索引,`struct page` 从 `vmemmap` 的偏移量是该页的PFN
Dpage_owner.rst80 PFN XXX ...
84 PFN XXX ...
87 ``page_owner_sort`` 工具忽略了 ``PFN`` 行,将剩余的行放在buf中,使用regexp提
Dhwpoison.rst107PFN处注入hwpoison故障,并echoed到这个文件。这做了一些早期过滤,以避
110PFN的Software-unpoison页面对应到这个文件。这样,一个页面可以再次被
Dhmm.rst271 其他设备的MMU无效,以便在 ``args->src`` 数组中填写要迁移的PFN
279 的 “zero” PFN 存储在 ``args->src`` 阵列中。这让驱动分配设备私有内存并清
/linux-5.19.10/arch/sparc/mm/
Dleon_mm.c57 if (!_pfn_valid(PFN(ctxtbl))) { in leon_swprobe()
61 PFN(ctxtbl)); in leon_swprobe()
90 if (!_pfn_valid(PFN(ptr))) in leon_swprobe()
113 if (!_pfn_valid(PFN(ptr))) { in leon_swprobe()
116 PFN(ptr)); in leon_swprobe()
141 if (!_pfn_valid(PFN(ptr))) in leon_swprobe()
/linux-5.19.10/drivers/ras/
Dcec.c89 #define PFN(e) ((e) >> PAGE_SHIFT) macro
194 this_pfn = PFN(ca->array[i]); in __find_elem()
261 return PFN(ca->array[min_idx]); in del_lru_elem_unlocked()
290 u64 this = PFN(ca->array[i]); in sanity_check()
303 u64 this = PFN(ca->array[i]); in sanity_check()
456 u64 this = PFN(ca->array[i]); in array_show()
/linux-5.19.10/Documentation/vm/
Dmemory-model.rst26 mapping between the physical page frame number (PFN) and the
30 helpers that allow the conversion from PFN to `struct page` and vice
55 With FLATMEM, the conversion between a PFN and the `struct page` is
56 straightforward: `PFN - ARCH_PFN_OFFSET` is an index to the
105 With SPARSEMEM there are two possible ways to convert a PFN to the
111 and uses high bits of a PFN to access the section that maps that page
112 frame. Inside a section, the PFN is the index to the array of pages.
117 `struct page` objects. A PFN is an index to that array and the
118 offset of the `struct page` from `vmemmap` is the PFN of that
Dpage_owner.rst91 PFN XXX ...
95 PFN XXX ...
98 The ``page_owner_sort`` tool ignores ``PFN`` rows, puts the remaining rows
Dhwpoison.rst117 Inject hwpoison fault at PFN echoed into this file. This does
121 Software-unpoison page at PFN echoed into this file. This way
Dhmm.rst342 entry results in a valid "zero" PFN stored in the ``args->src`` array.
/linux-5.19.10/Documentation/admin-guide/mm/
Dpagemap.rst18 * Bits 0-54 page frame number (PFN) if present
33 4.2 the PFN field is zeroed if the user does not have CAP_SYS_ADMIN.
36 If the page is not present but in swap, then the PFN contains an
38 swap. Unmapped pages return a null PFN. This allows determining
47 times each page is mapped, indexed by PFN.
53 page, indexed by PFN.
86 memory cgroup each page is charged to, indexed by PFN. Only available when
191 5. Open ``/proc/kpagecount`` and/or ``/proc/kpageflags``. For each PFN you
Dcma_debugfs.rst15 - [RO] base_pfn: The base PFN (Page Frame Number) of the zone.
Didle_page_tracking.rst28 bitmap is represented by an array of 8-byte integers, and the page at PFN #i is
50 this file beyond max PFN will return -ENXIO.
/linux-5.19.10/arch/x86/ras/
DKconfig7 page PFN and counts their repeated occurrence. Once the counter for a
8 PFN overflows, we try to soft-offline that page as we take it to mean
/linux-5.19.10/arch/sparc/include/asm/
Dleon.h253 #define PFN(x) ((x) >> PAGE_SHIFT) macro
254 #define _pfn_valid(pfn) ((pfn < last_valid_pfn) && (pfn >= PFN(phys_base)))
/linux-5.19.10/drivers/nvdimm/
DKconfig63 bool "PFN: Map persistent (device) memory"
/linux-5.19.10/Documentation/networking/device_drivers/ethernet/google/
Dgve.rst87 A device reset is triggered by writing 0x0 to the AQ PFN register.
/linux-5.19.10/arch/arm/kernel/
Dphys2virt.S32 mov r0, r8, lsr #PAGE_SHIFT @ convert to PFN
/linux-5.19.10/Documentation/filesystems/
Dproc.rst534 pf pure PFN range
622 The /proc/pid/pagemap gives the PFN, which can be used to find the pageflags