Home
last modified time | relevance | path

Searched refs:physmem (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/um/kernel/
Dphysmem.c26 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()
DMakefile14 physmem.o process.o ptrace.o reboot.o sigio.o \
/linux-4.4.14/arch/um/include/shared/
Dmem_user.h52 extern void mem_total_pages(unsigned long physmem, unsigned long iomem,
/linux-4.4.14/arch/s390/mm/
Dmem_detect.c25 memblock_add_range(&memblock.physmem, start, size, 0, 0); in memblock_physmem_add()
/linux-4.4.14/arch/s390/kernel/
Dcrash_dump.c508 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/
Dmemblock.c44 .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/
Dmemblock.h52 struct memblock_type physmem; member