Searched refs:physmem (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/arch/um/kernel/ |
| H A D | Makefile | 18 physmem.o process.o ptrace.o reboot.o sigio.o \
|
| /linux-6.15/include/linux/ |
| H A D | memblock.h | 157 extern struct memblock_type physmem; in __next_physmem_range() 159 __next_mem_range(idx, NUMA_NO_NODE, MEMBLOCK_NONE, &physmem, type, in __next_physmem_range()
|
| /linux-6.15/mm/ |
| H A D | memblock.c | 130 struct memblock_type physmem = { variable 930 return memblock_add_range(&physmem, base, size, MAX_NUMNODES, 0); in memblock_physmem_add() 2042 memblock_dump(&physmem); in __memblock_dump_all() 2508 debugfs_create_file("physmem", 0444, root, &physmem, in memblock_init_debugfs()
|