Searched refs:physmem (Results 1 – 5 of 5) sorted by relevance
/linux/arch/um/kernel/ |
H A D | physmem.c | 25 void __init mem_total_pages(unsigned long physmem, unsigned long iomem) in mem_total_pages() argument 29 phys_pages = physmem >> PAGE_SHIFT; in mem_total_pages()
|
H A D | Makefile | 18 physmem.o process.o ptrace.o reboot.o sigio.o \
|
/linux/arch/um/include/shared/ |
H A D | mem_user.h | 50 extern void mem_total_pages(unsigned long physmem, unsigned long iomem);
|
/linux/include/linux/ |
H A D | memblock.h | 158 extern struct memblock_type physmem; in __next_physmem_range() 160 __next_mem_range(idx, NUMA_NO_NODE, MEMBLOCK_NONE, &physmem, type, in __next_physmem_range()
|
/linux/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 129 struct memblock_type physmem = { variable 132 .name = "physmem", 922 return memblock_add_range(&physmem, base, size, MAX_NUMNODES, 0); in memblock_physmem_add() 1057 /* we never skip regions when iterating memblock.reserved or physmem */ in should_skip_region() 2014 memblock_dump(&physmem); in __memblock_dump_all() 2427 debugfs_create_file("physmem", 044 in memblock_init_debugfs() [all...] |