Lines Matching +full:used +full:- +full:by +full:- +full:rtas
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Firmware-Assisted Dump support on POWERVM platform.
37 * in the dump memory structure. Presently, three sections are used for
39 * can be used for boot memory regions.
55 /* ibm,configure-kernel-dump header. */
68 /* Maximum time allowed to prevent an automatic dump-reboot. */
74 * registering future kernel dump with power firmware through rtas call.
76 * In version 1, the platform permits one section header, dump-disk path
88 * The firmware-assisted dump format.
90 * The register save area is an area in the partition's memory used to preserve
93 * by register entries. Each list of registers for a CPU starts with "CPUSTRT"
113 while (be64_to_cpu(reg_entry->reg_id) != \
119 #define RTAS_FADUMP_CPU_ID_MASK ((1UL << 32) - 1)