Searched refs:walk_system_ram_res (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/x86/kernel/ |
H A D | crash.c | 145 walk_system_ram_res(0, -1, &nr_ranges, get_nr_ram_ranges_callback); in fill_up_crash_elf_data() 211 ret = walk_system_ram_res(0, -1, cmem, prepare_elf64_ram_headers_callback); in prepare_elf_headers()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | elf_kexec.c | 146 walk_system_ram_res(0, -1, &nr_ranges, get_nr_ram_ranges_callback); in prepare_elf_headers() 154 ret = walk_system_ram_res(0, -1, cmem, prepare_elf64_ram_headers_callback); in prepare_elf_headers()
|
/openbmc/linux/include/linux/ |
H A D | ioport.h | 331 walk_system_ram_res(u64 start, u64 end, void *arg,
|
/openbmc/linux/kernel/ |
H A D | Kconfig.kexec | 136 These regions are obtained via walk_system_ram_res(); eg. the
|
H A D | kexec_file.c | 596 return walk_system_ram_res(0, ULONG_MAX, kbuf, func); in kexec_walk_resources()
|
H A D | resource.c | 425 int walk_system_ram_res(u64 start, u64 end, void *arg, in walk_system_ram_res() function
|
/openbmc/linux/mm/damon/ |
H A D | core.c | 1559 walk_system_ram_res(0, ULONG_MAX, &arg, walk_system_ram); in damon_find_biggest_system_ram()
|