Home
last modified time | relevance | path

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

/Linux-v4.19/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()
DMakefile19 physmem.o process.o ptrace.o reboot.o sigio.o \
/Linux-v4.19/arch/um/include/shared/
Dmem_user.h52 extern void mem_total_pages(unsigned long physmem, unsigned long iomem,
/Linux-v4.19/arch/s390/mm/
Dmem_detect.c25 memblock_add_range(&memblock.physmem, start, size, 0, 0); in memblock_physmem_add()
/Linux-v4.19/mm/
Dmemblock.c103 .physmem.regions = memblock_physmem_init_regions,
104 .physmem.cnt = 1, /* empty dummy entry */
105 .physmem.max = INIT_PHYSMEM_REGIONS,
106 .physmem.name = "physmem",
1866 memblock_dump(&memblock.physmem); in __memblock_dump_all()
1914 &memblock.physmem, &memblock_debug_fops); in memblock_init_debugfs()
/Linux-v4.19/arch/s390/kernel/
Dcrash_dump.c550 for_each_mem_range(idx, &memblock.physmem, &oldmem_type, NUMA_NO_NODE, in get_mem_chunk_cnt()
564 for_each_mem_range(idx, &memblock.physmem, &oldmem_type, NUMA_NO_NODE, in loads_init()
/Linux-v4.19/include/linux/
Dmemblock.h83 struct memblock_type physmem; member