Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/arch/um/include/shared/
Dmem_user.h50 extern void mem_total_pages(unsigned long physmem, unsigned long iomem,
/linux-6.6.21/include/linux/
Dmemblock.h153 extern struct memblock_type physmem; in __next_physmem_range()
155 __next_mem_range(idx, NUMA_NO_NODE, MEMBLOCK_NONE, &physmem, type, in __next_physmem_range()
/linux-6.6.21/mm/
Dmemblock.c131 struct memblock_type physmem = { variable
890 return memblock_add_range(&physmem, base, size, MAX_NUMNODES, 0); in memblock_physmem_add()
1953 memblock_dump(&physmem); in __memblock_dump_all()
2242 debugfs_create_file("physmem", 0444, root, &physmem, in memblock_init_debugfs()