Home
last modified time | relevance | path

Searched refs:os_info_crashkernel_add (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/arch/s390/kernel/
Dmachine_kexec.c144 os_info_crashkernel_add(crashk_res.start, size); in crash_free_reserved_phys_range()
146 os_info_crashkernel_add(0, 0); in crash_free_reserved_phys_range()
Dos_info.c38 void os_info_crashkernel_add(unsigned long base, unsigned long size) in os_info_crashkernel_add() function
Dsetup.c683 os_info_crashkernel_add(crash_base, crash_size); in reserve_crashkernel()
/linux-6.6.21/arch/s390/include/asm/
Dos_info.h42 void os_info_crashkernel_add(unsigned long base, unsigned long size);