Searched refs:vmemmap_populate (Results 1 – 9 of 9) sorted by relevance
| /linux/Documentation/translations/zh_CN/mm/ |
| H A D | memory-model.rst | 100 确保 `vmemmap`指向该范围。此外,架构应该实现 :c:func:`vmemmap_populate` 方法, 106 vmemmap_populate()。vmemmap_populate()实现可以使用 `vmem_altmap` 和
|
| /linux/Documentation/mm/ |
| H A D | memory-model.rst | 122 the architecture should implement :c:func:`vmemmap_populate` method 132 that is eventually passed to vmemmap_populate() through a long chain 133 of function calls. The vmemmap_populate() implementation may use the
|
| /linux/mm/ |
| H A D | sparse-vmemmap.c | 355 return vmemmap_populate(addr, end, node, NULL); in vmemmap_undo_hvo() 576 r = vmemmap_populate(start, end, nid, altmap); in __populate_section_memmap()
|
| /linux/arch/loongarch/mm/ |
| H A D | init.c | 131 int __meminit vmemmap_populate(unsigned long start, unsigned long end, in vmemmap_populate() function
|
| /linux/arch/s390/mm/ |
| H A D | vmem.c | 508 int __meminit vmemmap_populate(unsigned long start, unsigned long end, int node, in vmemmap_populate() function
|
| /linux/arch/x86/mm/ |
| H A D | init_64.c | 1562 int __meminit vmemmap_populate(unsigned long start, unsigned long end, int node, in vmemmap_populate() function
|
| /linux/arch/riscv/mm/ |
| H A D | init.c | 1461 int __meminit vmemmap_populate(unsigned long start, unsigned long end, int node, in vmemmap_populate() function
|
| /linux/arch/sparc/mm/ |
| H A D | init_64.c | 2584 int __meminit vmemmap_populate(unsigned long vstart, unsigned long vend, in vmemmap_populate() function
|
| /linux/include/linux/ |
| H A D | mm.h | 4257 int vmemmap_populate(unsigned long start, unsigned long end, int node,
|