Lines Matching +full:booting +full:- +full:without +full:- +full:of
1 /* SPDX-License-Identifier: GPL-2.0 */
12 #define ELFCORE_ADDR_MAX (-1ULL)
13 #define ELFCORE_ADDR_ERR (-2ULL)
35 * machine types, e.g. on bi-arch capable hardware. */
42 * needed for 32-bit ELF or 64-bit ELF vmcores. In case of 32-bit
55 * is_kdump_kernel() checks whether this kernel is booting after a panic of
60 * return true if CONFIG_CRASH_DUMP=y and if kernel is booting after a panic
61 * of previous kernel.
70 /* is_vmcore_usable() checks if the kernel is booting after a panic and
73 * This makes use of the fact that due to alignment -2ULL is not
74 * a valid pointer, much in the vain of IS_ERR(), except
85 * without disturbing the logic of is_kdump_kernel()
94 * struct vmcore_cb - driver callbacks for /proc/vmcore handling
123 char dump_name[VMCOREDD_MAX_NAME_BYTES]; /* Unique name of the dump */
124 unsigned int size; /* Size of the dump */
134 return -EOPNOTSUPP; in vmcore_add_device_dump()
145 return -EOPNOTSUPP; in read_from_oldmem()