Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dmachine_kexec.c153 os_info_crashkernel_add(crashk_res.start, size); in crash_free_reserved_phys_range()
155 os_info_crashkernel_add(0, 0); in crash_free_reserved_phys_range()
H A Dos_info.c37 void os_info_crashkernel_add(unsigned long base, unsigned long size) in os_info_crashkernel_add() function
H A Dsetup.c730 os_info_crashkernel_add(crash_base, crash_size); in reserve_crashkernel()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dos_info.h37 void os_info_crashkernel_add(unsigned long base, unsigned long size);