Home
last modified time | relevance | path

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

/arch/um/include/shared/
Dmem_user.h52 extern void mem_total_pages(unsigned long physmem, unsigned long iomem,
/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 \
/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.c772 memblock_add_range(&memblock.physmem, start, size, 0, 0); in memblock_physmem_add()