Searched refs:physmem (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | physmem.c | 26 void __init mem_total_pages(unsigned long physmem, unsigned long iomem, in mem_total_pages() argument 32 phys_pages = physmem >> PAGE_SHIFT; in mem_total_pages()
|
H A D | Makefile | 18 physmem.o process.o ptrace.o reboot.o sigio.o \
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | physmem.c | 26 void __init mem_total_pages(unsigned long physmem, unsigned long iomem, in mem_total_pages() argument 32 phys_pages = physmem >> PAGE_SHIFT; in mem_total_pages()
|
H A D | Makefile | 18 physmem.o process.o ptrace.o reboot.o sigio.o \
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | mem_user.h | 50 extern void mem_total_pages(unsigned long physmem, unsigned long iomem,
|
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | mem_user.h | 52 extern void mem_total_pages(unsigned long physmem, unsigned long iomem,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | memblock.h | 142 extern struct memblock_type physmem; in __next_physmem_range() 144 __next_mem_range(idx, NUMA_NO_NODE, MEMBLOCK_NONE, &physmem, type, in __next_physmem_range() 149 * for_each_physmem_range - iterate through physmem areas not included in type.
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | memblock.h | 153 extern struct memblock_type physmem; in __next_physmem_range() 155 __next_mem_range(idx, NUMA_NO_NODE, MEMBLOCK_NONE, &physmem, type, in __next_physmem_range() 160 * for_each_physmem_range - iterate through physmem areas not included in type.
|
/kernel/linux/linux-5.10/mm/ |
H A D | memblock.c | 47 * * ``physmem`` - describes the actual physical memory available during 49 * the ``physmem`` type is only available on some architectures. 59 * for "reserved". The region array for "physmem" is initially sized to 91 * memblock data structures (except "physmem") will be discarded after the 127 struct memblock_type physmem = { variable 131 .name = "physmem", 836 return memblock_add_range(&physmem, base, size, MAX_NUMNODES, 0); in memblock_physmem_add() 942 /* we never skip regions when iterating memblock.reserved or physmem */ in should_skip_region() 1877 memblock_dump(&physmem); in __memblock_dump_all() 2023 debugfs_create_file("physmem", 044 in memblock_init_debugfs() [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | memblock.c | 51 * * ``physmem`` - describes the actual physical memory available during 53 * the ``physmem`` type is only available on some architectures. 64 * for "physmem" is initially sized to %INIT_PHYSMEM_REGIONS. 95 * memblock data structures (except "physmem") will be discarded after the 131 struct memblock_type physmem = { variable 135 .name = "physmem", 890 return memblock_add_range(&physmem, base, size, MAX_NUMNODES, 0); in memblock_physmem_add() 1007 /* we never skip regions when iterating memblock.reserved or physmem */ in should_skip_region() 1953 memblock_dump(&physmem); in __memblock_dump_all() 2242 debugfs_create_file("physmem", 044 in memblock_init_debugfs() [all...] |
Completed in 17 milliseconds