/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | relocate_kernel.S | 57 * translation enabled just like on a normal boot. 81 cmpib,COND(=),n 0,%r3,boot 83 bb,<,n %r3, 31 - IND_DONE_BIT, boot 132 boot: label
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | relocate_kernel.S | 57 * translation enabled just like on a normal boot. 81 cmpib,COND(=),n 0,%r3,boot 83 bb,<,n %r3, 31 - IND_DONE_BIT, boot 132 boot: label
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/acr/ |
H A D | gp108.c | 53 .boot = gm200_acr_unload_boot, 72 .boot = gm200_acr_load_boot,
|
H A D | tu102.c | 132 .boot = tu102_acr_hsfw_boot, 152 .boot = tu102_acr_hsfw_boot,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/acr/ |
H A D | gp108.c | 56 .boot = gm200_flcn_fw_boot, 75 .boot = gm200_flcn_fw_boot,
|
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 60 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/arm64/boot/Image 72 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/arm64/boot/Image 84 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/arm/boot/zImage 96 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/arm/boot/zImage 109 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/x86/boot/bzImage 120 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/x86/boot/bzImage 199 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/powerpc/boot/uImage 221 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/riscv/boot/Image 232 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/riscv/boot/Image 243 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/s390/boot/bzImag [all...] |
/kernel/linux/linux-6.6/arch/s390/boot/ |
H A D | Makefile | 47 targets := bzImage section_cmp.boot.data section_cmp.boot.preserved.data $(obj-y) 70 $(obj)/bzImage: $(obj)/vmlinux $(obj)/section_cmp.boot.data $(obj)/section_cmp.boot.preserved.data FORCE
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | btmtkuart.c | 123 struct gpio_desc *boot; member 919 bdev->boot = devm_gpiod_get_optional(&serdev->dev, "boot", in btmtkuart_parse_dt() 921 if (IS_ERR(bdev->boot)) { in btmtkuart_parse_dt() 922 err = PTR_ERR(bdev->boot); in btmtkuart_parse_dt() 934 if (IS_ERR(bdev->pins_boot) && !bdev->boot) { in btmtkuart_parse_dt() 937 "Should assign RXD to LOW at boot stage\n"); in btmtkuart_parse_dt() 1017 if (bdev->boot) { in btmtkuart_probe() 1018 gpiod_set_value_cansleep(bdev->boot, 1); in btmtkuart_probe() 1045 if (bdev->boot) in btmtkuart_probe() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | Makefile | 106 # The pre-boot decompressors pull in a lot of kernel headers and other source 189 src-boot := $(src-wlib) $(src-plat) empty.c 191 src-boot := $(addprefix $(obj)/, $(src-boot)) 192 obj-boot := $(addsuffix .o, $(basename $(src-boot))) 198 cmd_copy_kern_src = sed -f $(srctree)/arch/powerpc/boot/fixup-headers.sed $< > $@ 239 $(patsubst %.c,%.o, $(filter %.c, $(src-boot))): %.o: %.c FORCE 242 $(patsubst %.S,%.o, $(filter %.S, $(src-boot))): %.o: %.S FORCE 251 targets += $(patsubst $(obj)/%,%,$(obj-boot) wrappe [all...] |
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | btmtkuart.c | 62 struct gpio_desc *boot; member 782 bdev->boot = devm_gpiod_get_optional(&serdev->dev, "boot", in btmtkuart_parse_dt() 784 if (IS_ERR(bdev->boot)) { in btmtkuart_parse_dt() 785 err = PTR_ERR(bdev->boot); in btmtkuart_parse_dt() 797 if (IS_ERR(bdev->pins_boot) && !bdev->boot) { in btmtkuart_parse_dt() 800 "Should assign RXD to LOW at boot stage\n"); in btmtkuart_parse_dt() 881 if (bdev->boot) { in btmtkuart_probe() 882 gpiod_set_value_cansleep(bdev->boot, 1); in btmtkuart_probe() 909 if (bdev->boot) in btmtkuart_probe() [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-cavium-octeon/ |
H A D | kernel-entry-init.h | 26 # a3 = address of boot descriptor block 114 # This is the variable where the next core to boot is stored 141 # Someone tried to boot SMP with a non SMP kernel. All extra cores
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-cavium-octeon/ |
H A D | kernel-entry-init.h | 26 # a3 = address of boot descriptor block 114 # This is the variable where the next core to boot is stored 141 # Someone tried to boot SMP with a non SMP kernel. All extra cores
|
/kernel/linux/linux-6.6/drivers/nvmem/ |
H A D | Makefile | 74 obj-$(CONFIG_NVMEM_U_BOOT_ENV) += nvmem_u-boot-env.o 75 nvmem_u-boot-env-y := u-boot-env.o
|
/base/startup/init/test/unittest/param/ |
H A D | trigger_unittest.cpp | 187 int TestBootEvent(const char *boot) in TestBootEvent() argument 189 PostTrigger(EVENT_TRIGGER_BOOT, boot, strlen(boot)); in TestBootEvent() 461 const char *boot = "boot2"; in TestExecuteParamTrigger5() local 465 JobNode *trigger = AddTrigger(TRIGGER_BOOT, boot, nullptr, 0); in TestExecuteParamTrigger5() 484 TestBootEvent(boot); in TestExecuteParamTrigger5()
|
/base/startup/init/services/modules/reboot/ |
H A D | reboot_adp.h | 27 int UpdateMiscMessage(const char *valueData, const char *cmd, const char *cmdExt, const char *boot);
|
/kernel/linux/linux-5.10/drivers/bus/mhi/host/ |
H A D | Makefile | 2 mhi-y := init.o main.o pm.o boot.o
|
/kernel/linux/linux-6.6/drivers/bus/mhi/host/ |
H A D | Makefile | 2 mhi-y := init.o main.o pm.o boot.o
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | main.c | 946 static int mlx5_function_setup(struct mlx5_core_dev *dev, bool boot) in mlx5_function_setup() argument 996 mlx5_core_err(dev, "failed to allocate boot pages\n"); in mlx5_function_setup() 1037 mlx5_stop_health_poll(dev, boot); in mlx5_function_setup() 1049 static int mlx5_function_teardown(struct mlx5_core_dev *dev, bool boot) in mlx5_function_teardown() argument 1053 mlx5_stop_health_poll(dev, boot); in mlx5_function_teardown() 1193 int mlx5_load_one(struct mlx5_core_dev *dev, bool boot) in mlx5_load_one() argument 1205 err = mlx5_function_setup(dev, boot); in mlx5_load_one() 1209 if (boot) { in mlx5_load_one() 1223 if (boot) { in mlx5_load_one() 1239 if (boot) in mlx5_load_one() [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/acpi/ |
H A D | Makefile | 4 obj-$(CONFIG_ACPI) += boot.o
|
/kernel/linux/linux-5.10/drivers/net/can/softing/ |
H A D | softing_platform.h | 32 } boot, load, app; member
|
/kernel/linux/linux-6.6/drivers/net/can/softing/ |
H A D | softing_platform.h | 32 } boot, load, app; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 74 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/arm64/boot/Image 84 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/arm64/boot/Image 94 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/arm/boot/zImage 104 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/arm/boot/zImage 115 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/x86/boot/bzImage 125 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/x86/boot/bzImage 189 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/arch/powerpc/boot/uImage
|
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvc_opal.c | 48 /* For early boot console */ 159 unsigned int termno, irq, boot = 0; in hvc_opal_probe() local 178 /* Is it our boot one ? */ in hvc_opal_probe() 181 boot = 1; in hvc_opal_probe() 209 boot ? " (boot console)" : ""); in hvc_opal_probe()
|
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvc_opal.c | 48 /* For early boot console */ 159 unsigned int termno, irq, boot = 0; in hvc_opal_probe() local 178 /* Is it our boot one ? */ in hvc_opal_probe() 181 boot = 1; in hvc_opal_probe() 209 boot ? " (boot console)" : ""); in hvc_opal_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/falcon/ |
H A D | gm200.c | 287 if (fw->boot) { in gm200_flcn_fw_load() 297 ret = nvkm_falcon_pio_wr(falcon, fw->boot, 0, 0, in gm200_flcn_fw_load() 356 .boot = gm200_flcn_fw_boot,
|