Lines Matching +full:image +full:- +full:processor
1 // SPDX-License-Identifier: GPL-2.0
12 #include <asm/image.h>
28 * via the type 4 SMBIOS records. Otherwise, test the processor version in system_needs_vamap()
29 * field. eMAG systems all appear to have the processor version field in system_needs_vamap()
36 socid = (u32 *)record->processor_id; in system_needs_vamap()
38 static char const altra[] = "Ampere(TM) Altra(TM) Processor"; in system_needs_vamap()
43 if (!version || (strncmp(version, altra, sizeof(altra) - 1) && in system_needs_vamap()
44 strncmp(version, emag, sizeof(emag) - 1))) in system_needs_vamap()
108 size -= lsize; in efi_cache_sync_image()
123 * the image header, so offset #0. This will be overridden by the EFI in primary_entry_offset()
125 * image header may not have been loaded into memory, or may be mapped in primary_entry_offset()
126 * with non-executable permissions. in primary_entry_offset()