Home
last modified time | relevance | path

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

/Linux-v5.4/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()
DMakefile18 physmem.o process.o ptrace.o reboot.o sigio.o \
/Linux-v5.4/arch/um/include/shared/
Dmem_user.h52 extern void mem_total_pages(unsigned long physmem, unsigned long iomem,
/Linux-v5.4/mm/
Dmemblock.c126 .physmem.regions = memblock_physmem_init_regions,
127 .physmem.cnt = 1, /* empty dummy entry */
128 .physmem.max = INIT_PHYSMEM_REGIONS,
129 .physmem.name = "physmem",
1875 memblock_dump(&memblock.physmem); in __memblock_dump_all()
2016 &memblock.physmem, &memblock_debug_fops); in memblock_init_debugfs()
/Linux-v5.4/arch/s390/kernel/
Dcrash_dump.c552 for_each_mem_range(idx, &memblock.physmem, &oldmem_type, NUMA_NO_NODE, in get_mem_chunk_cnt()
566 for_each_mem_range(idx, &memblock.physmem, &oldmem_type, NUMA_NO_NODE, in loads_init()
Dsetup.c776 memblock_add_range(&memblock.physmem, start, size, 0, 0); in memblock_physmem_add()
/Linux-v5.4/include/linux/
Dmemblock.h88 struct memblock_type physmem; member