Searched refs:physmem (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/um/include/shared/
H A Dmem_user.h50 extern void mem_total_pages(unsigned long physmem, unsigned long iomem,
/linux-master/arch/um/kernel/
H A Dphysmem.c26 void __init mem_total_pages(unsigned long physmem, unsigned long iomem, argument
32 phys_pages = physmem >> PAGE_SHIFT;
H A DMakefile18 physmem.o process.o ptrace.o reboot.o sigio.o \
/linux-master/include/linux/
H A Dmemblock.h158 extern struct memblock_type physmem;
160 __next_mem_range(idx, NUMA_NO_NODE, MEMBLOCK_NONE, &physmem, type,
165 * for_each_physmem_range - iterate through physmem areas not included in type.
/linux-master/mm/
H A Dmemblock.c51 * * ``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 in typeref:struct:memblock_type
135 .name = "physmem",
924 return memblock_add_range(&physmem, base, size, MAX_NUMNODES, 0);
1059 /* we never skip regions when iterating memblock.reserved or physmem */
2005 memblock_dump(&physmem);
2301 debugfs_create_file("physmem", 044
[all...]

Completed in 196 milliseconds