Searched refs:physmem (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/um/kernel/ |
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()
|
D | Makefile | 14 physmem.o process.o ptrace.o reboot.o sigio.o \
|
/linux-4.4.14/arch/um/include/shared/ |
D | mem_user.h | 52 extern void mem_total_pages(unsigned long physmem, unsigned long iomem,
|
/linux-4.4.14/arch/s390/mm/ |
D | mem_detect.c | 25 memblock_add_range(&memblock.physmem, start, size, 0, 0); in memblock_physmem_add()
|
/linux-4.4.14/arch/s390/kernel/ |
D | crash_dump.c | 508 for_each_mem_range(idx, &memblock.physmem, &oldmem_type, NUMA_NO_NODE, in get_mem_chunk_cnt() 522 for_each_mem_range(idx, &memblock.physmem, &oldmem_type, NUMA_NO_NODE, in loads_init()
|
/linux-4.4.14/mm/ |
D | memblock.c | 44 .physmem.regions = memblock_physmem_init_regions, 45 .physmem.cnt = 1, /* empty dummy entry */ 46 .physmem.max = INIT_PHYSMEM_REGIONS, 1705 debugfs_create_file("physmem", S_IRUGO, root, &memblock.physmem, &memblock_debug_fops); in memblock_init_debugfs()
|
/linux-4.4.14/include/linux/ |
D | memblock.h | 52 struct memblock_type physmem; member
|