Searched refs:walk_system_ram_res (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/arch/x86/kernel/ |
D | crash.c | 161 walk_system_ram_res(0, -1, &nr_ranges, get_nr_ram_ranges_callback); in fill_up_crash_elf_data() 227 ret = walk_system_ram_res(0, -1, cmem, prepare_elf64_ram_headers_callback); in prepare_elf_headers()
|
/linux-6.12.1/arch/riscv/kernel/ |
D | elf_kexec.c | 148 walk_system_ram_res(0, -1, &nr_ranges, get_nr_ram_ranges_callback); in prepare_elf_headers() 156 ret = walk_system_ram_res(0, -1, cmem, prepare_elf64_ram_headers_callback); in prepare_elf_headers()
|
/linux-6.12.1/include/linux/ |
D | ioport.h | 367 walk_system_ram_res(u64 start, u64 end, void *arg,
|
/linux-6.12.1/kernel/ |
D | Kconfig.kexec | 140 These regions are obtained via walk_system_ram_res(); eg. the
|
D | kexec_file.c | 620 return walk_system_ram_res(0, ULONG_MAX, kbuf, func); in kexec_walk_resources()
|
D | resource.c | 417 int walk_system_ram_res(u64 start, u64 end, void *arg, in walk_system_ram_res() function
|
/linux-6.12.1/mm/damon/ |
D | core.c | 2112 walk_system_ram_res(0, ULONG_MAX, &arg, walk_system_ram); in damon_find_biggest_system_ram()
|