/kernel/linux/linux-5.10/arch/alpha/boot/ |
H A D | Makefile | 14 tools/bootpzh bootloader bootpheader bootpzheader 90 $(obj)/tools/lxboot: $(obj)/bootloader $(OBJSTRIP) FORCE 93 $(obj)/tools/bootlx: $(obj)/bootloader $(OBJSTRIP) FORCE 111 $(obj)/bootloader: $(obj)/bootloader.lds $(OBJ_bootlx) $(LIBS_Y) FORCE 114 $(obj)/bootpheader: $(obj)/bootloader.lds $(OBJ_bootph) $(LIBS_Y) FORCE 117 $(obj)/bootpzheader: $(obj)/bootloader.lds $(OBJ_bootpzh) $(LIBS_Y) FORCE
|
/kernel/linux/linux-6.6/arch/alpha/boot/ |
H A D | Makefile | 14 tools/bootpzh bootloader bootpheader bootpzheader 90 $(obj)/tools/lxboot: $(obj)/bootloader $(OBJSTRIP) FORCE 93 $(obj)/tools/bootlx: $(obj)/bootloader $(OBJSTRIP) FORCE 111 $(obj)/bootloader: $(obj)/bootloader.lds $(OBJ_bootlx) $(LIBS_Y) FORCE 114 $(obj)/bootpheader: $(obj)/bootloader.lds $(OBJ_bootph) $(LIBS_Y) FORCE 117 $(obj)/bootpzheader: $(obj)/bootloader.lds $(OBJ_bootpzh) $(LIBS_Y) FORCE
|
/kernel/linux/linux-6.6/arch/mips/loongson64/ |
H A D | reset.c | 75 char *str, *ptr, *bootloader = "kexec"; in loongson_kexec_prepare() local 86 if (!strncmp(bootloader, (char *)image->segment[i].buf, in loongson_kexec_prepare() 87 strlen(bootloader))) { in loongson_kexec_prepare() 90 * of parameters (as bootloader does). in loongson_kexec_prepare()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | machine_kexec.c | 66 char *bootloader = "kexec"; in machine_kexec_prepare() local 76 if (!strncmp(bootloader, (char __user *)kimage->segment[i].buf, strlen(bootloader))) { in machine_kexec_prepare()
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | machine_kexec.c | 65 char *bootloader = "kexec"; in machine_kexec_prepare() local 75 if (!strncmp(bootloader, (char __user *)kimage->segment[i].buf, strlen(bootloader))) { in machine_kexec_prepare()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-cavium-octeon/ |
H A D | kernel-entry-init.h | 19 # Registers set by bootloader: 20 # (only 32 bits set by bootloader, all addresses are physical
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-cavium-octeon/ |
H A D | kernel-entry-init.h | 19 # Registers set by bootloader: 20 # (only 32 bits set by bootloader, all addresses are physical
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | bootgraph.py | 69 bootloader = 'grub' variable in SystemValues 192 if self.bootloader == 'grub': 195 doError('unknown boot loader: %s' % self.bootloader) 818 if sysvals.bootloader == 'grub': 942 sysvals.bootloader = val.lower() 1035 pprint('Boot Loader: %s\n%s' % (sysvals.bootloader, sysvals.blexec))
|
/kernel/linux/linux-6.6/tools/power/pm-graph/ |
H A D | bootgraph.py | 69 bootloader = 'grub' variable in SystemValues 194 if self.bootloader == 'grub': 197 doError('unknown boot loader: %s' % self.bootloader) 820 if sysvals.bootloader == 'grub': 944 sysvals.bootloader = val.lower() 1037 pprint('Boot Loader: %s\n%s' % (sysvals.bootloader, sysvals.blexec))
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
H A D | setup.c | 159 char *bootloader = "kexec"; in octeon_kexec_prepare() local 163 if (!strncmp(bootloader, (char *)image->segment[i].buf, in octeon_kexec_prepare() 164 strlen(bootloader))) { in octeon_kexec_prepare() 167 * of parameters (as bootloader does). in octeon_kexec_prepare() 222 * It is the same thing that bootloader does. in octeon_generic_shutdown() 375 * Return the console uart passed by the bootloader 429 * @command: Command to pass to the bootloader. Currently ignored. 672 * The bootloader passes a pointer to the boot descriptor in in prom_init() 790 * bootloader. Later, after the memory allocations are in prom_init()
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/ |
H A D | setup.c | 159 char *bootloader = "kexec"; in octeon_kexec_prepare() local 163 if (!strncmp(bootloader, (char *)image->segment[i].buf, in octeon_kexec_prepare() 164 strlen(bootloader))) { in octeon_kexec_prepare() 167 * of parameters (as bootloader does). in octeon_kexec_prepare() 222 * It is the same thing that bootloader does. in octeon_generic_shutdown() 374 * octeon_get_boot_uart - Return the console uart passed by the bootloader 428 * @command: Command to pass to the bootloader. Currently ignored. 668 * The bootloader passes a pointer to the boot descriptor in in prom_init() 786 * bootloader. Later, after the memory allocations are in prom_init()
|
/kernel/linux/linux-5.10/drivers/input/rmi4/ |
H A D | rmi_f34.h | 213 struct block_data bootloader; member
|
H A D | rmi_f34v7.c | 1048 num_of_containers = f34->v7.img.bootloader.size / 4 - 1; in rmi_f34v7_parse_img_header_10_bl_container() 1051 addr = get_unaligned_le32(f34->v7.img.bootloader.data + i * 4); in rmi_f34v7_parse_img_header_10_bl_container() 1124 f34->v7.img.bootloader.data = content; in rmi_f34v7_parse_image_header_10() 1125 f34->v7.img.bootloader.size = length; in rmi_f34v7_parse_image_header_10() 1334 dev_info(&f34->fn->dev, "%s: Device in bootloader mode\n", in rmi_f34v7_start_reflash() 1350 /* Read bootloader version */ in rmi_f34v7_probe() 1356 dev_err(&f34->fn->dev, "%s: Failed to read bootloader ID\n", in rmi_f34v7_probe() 1371 "%s: Unrecognized bootloader version: %d (%c) %d (%c)\n", in rmi_f34v7_probe()
|
/kernel/linux/linux-6.6/drivers/input/rmi4/ |
H A D | rmi_f34.h | 213 struct block_data bootloader; member
|
H A D | rmi_f34v7.c | 889 num_of_containers = f34->v7.img.bootloader.size / 4 - 1; in rmi_f34v7_parse_img_header_10_bl_container() 892 addr = get_unaligned_le32(f34->v7.img.bootloader.data + i * 4); in rmi_f34v7_parse_img_header_10_bl_container() 965 f34->v7.img.bootloader.data = content; in rmi_f34v7_parse_image_header_10() 966 f34->v7.img.bootloader.size = length; in rmi_f34v7_parse_image_header_10() 1059 * erased, we remain in bootloader mode. in rmi_f34v7_do_reflash() 1110 dev_info(&f34->fn->dev, "%s: Device in bootloader mode\n", in rmi_f34v7_enter_flash_prog() 1148 /* Read bootloader version */ in rmi_f34v7_probe() 1154 dev_err(&f34->fn->dev, "%s: Failed to read bootloader ID\n", in rmi_f34v7_probe() 1169 "%s: Unrecognized bootloader version: %d (%c) %d (%c)\n", in rmi_f34v7_probe()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | atmel_mxt_ts.c | 202 /* Command to unlock bootloader */ 330 /* for fw update in bootloader */ 469 u8 bootloader; in mxt_lookup_bootloader_address() local 477 bootloader = appmode - 0x24; in mxt_lookup_bootloader_address() 485 bootloader = appmode - 0x26; in mxt_lookup_bootloader_address() 495 data->bootloader_addr = bootloader; in mxt_lookup_bootloader_address() 517 dev_err(dev, "Detected bootloader, status:%02X%s\n", in mxt_probe_bootloader() 599 dev_err(dev, "Invalid bootloader state %02X != %02X\n", in mxt_check_bootloader() 1144 /* bootloader state transition completion */ in mxt_interrupt() 2159 /* Check bootloader stat in mxt_initialize() [all...] |
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | atmel_mxt_ts.c | 206 /* Command to unlock bootloader */ 340 /* for fw update in bootloader */ 485 u8 bootloader; in mxt_lookup_bootloader_address() local 493 bootloader = appmode - 0x24; in mxt_lookup_bootloader_address() 501 bootloader = appmode - 0x26; in mxt_lookup_bootloader_address() 511 data->bootloader_addr = bootloader; in mxt_lookup_bootloader_address() 533 dev_err(dev, "Detected bootloader, status:%02X%s\n", in mxt_probe_bootloader() 615 dev_err(dev, "Invalid bootloader state %02X != %02X\n", in mxt_check_bootloader() 1220 /* bootloader state transition completion */ in mxt_interrupt() 2259 /* Check bootloader stat in mxt_initialize() [all...] |
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-xscale.S | 115 @ enable write buffer coalescing. Some bootloader disable it
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-xscale.S | 115 @ enable write buffer coalescing. Some bootloader disable it
|