Searched refs:physmem (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/arch/s390/include/asm/ |
D | kasan.h | 32 static inline unsigned long kasan_estimate_memory_needs(unsigned long physmem) in kasan_estimate_memory_needs() argument 37 kasan_needs = round_up(physmem / 8, PAGE_SIZE); in kasan_estimate_memory_needs() 39 pages = DIV_ROUND_UP(physmem + kasan_needs, PAGE_SIZE); in kasan_estimate_memory_needs() 48 static inline unsigned long kasan_estimate_memory_needs(unsigned long physmem) { return 0; } in kasan_estimate_memory_needs() argument
|
/linux-5.19.10/arch/um/kernel/ |
D | physmem.c | 26 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()
|
D | Makefile | 18 physmem.o process.o ptrace.o reboot.o sigio.o \
|
/linux-5.19.10/arch/um/include/shared/ |
D | mem_user.h | 50 extern void mem_total_pages(unsigned long physmem, unsigned long iomem,
|
/linux-5.19.10/include/linux/ |
D | memblock.h | 152 extern struct memblock_type physmem; in __next_physmem_range() 154 __next_mem_range(idx, NUMA_NO_NODE, MEMBLOCK_NONE, &physmem, type, in __next_physmem_range()
|
/linux-5.19.10/mm/ |
D | memblock.c | 127 struct memblock_type physmem = { variable 856 return memblock_add_range(&physmem, base, size, MAX_NUMNODES, 0); in memblock_physmem_add() 1907 memblock_dump(&physmem); in __memblock_dump_all() 2149 debugfs_create_file("physmem", 0444, root, &physmem, in memblock_init_debugfs()
|