Searched refs:boot (Results 101 - 125 of 167) sorted by relevance

1234567

/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh111 echo No identifiable boot image, not running KVM, see $resdir.
160 # Pull in Kconfig-fragment boot parameters
162 # Generate kernel-version-specific boot parameters
211 echo Build-only run specified, boot/test omitted.
H A Dkvm-recheck.sh82 echo Build-only run, no boot/test
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfalcon.h100 int (*boot)(struct nvkm_falcon_fw *, member in struct:nvkm_falcon_fw::nvkm_falcon_fw_func
128 u8 *boot; member in struct:nvkm_falcon_fw
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c654 * boot process.
1145 static int mlx5_function_enable(struct mlx5_core_dev *dev, bool boot, u64 timeout) argument
1195 mlx5_core_err(dev, "failed to allocate boot pages\n");
1212 mlx5_stop_health_poll(dev, boot);
1220 static void mlx5_function_disable(struct mlx5_core_dev *dev, bool boot) argument
1224 mlx5_stop_health_poll(dev, boot);
1281 static int mlx5_function_setup(struct mlx5_core_dev *dev, bool boot, u64 timeout) argument
1285 err = mlx5_function_enable(dev, boot, timeout);
1291 mlx5_function_disable(dev, boot);
1295 static int mlx5_function_teardown(struct mlx5_core_dev *dev, bool boot) argument
[all...]
H A Dpagealloc.c199 s32 *npages, int boot)
206 MLX5_SET(query_pages_in, in, op_mod, boot ?
650 int mlx5_satisfy_startup_pages(struct mlx5_core_dev *dev, int boot) argument
656 err = mlx5_cmd_query_pages(dev, &func_id, &npages, boot);
661 npages, boot ? "boot" : "init", func_id);
198 mlx5_cmd_query_pages(struct mlx5_core_dev *dev, u16 *func_id, s32 *npages, int boot) argument
/linux-master/drivers/thunderbolt/
H A Dicm.c648 u8 connection_key, u8 link, u8 depth, bool boot)
664 sw->boot = boot;
726 bool boot, dual_lane, speed_gen3; local
742 boot = pkg->link_info & ICM_LINK_INFO_BOOT;
786 pkg->connection_key, link, depth, boot);
851 sw->boot = boot;
1203 bool authorized, boot, dual_lane, speed_gen3; local
1223 boot
647 update_switch(struct tb_switch *sw, u64 route, u8 connection_id, u8 connection_key, u8 link, u8 depth, bool boot) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c1054 /* Release the DMA buffers that were needed only for boot and init */
1055 nvkm_gsp_mem_dtor(gsp, &gsp->boot.fw);
1555 nvkm_falcon_wr32(&gsp->falcon, 0x080, gsp->boot.app_version);
1604 nvkm_falcon_wr32(&gsp->falcon, 0x080, gsp->boot.app_version);
1630 meta->sysmemAddrOfBootloader = gsp->boot.fw.addr;
1631 meta->sizeOfBootloader = gsp->boot.fw.size;
1632 meta->bootloaderCodeOffset = gsp->boot.code_offset;
1633 meta->bootloaderDataOffset = gsp->boot.data_offset;
1634 meta->bootloaderManifestOffset = gsp->boot.manifest_offset;
1646 meta->bootBinOffset = gsp->fb.wpr2.boot
[all...]
H A Dfwsec.c211 fw->boot = kmemdup(bl->data + hdr->data_offset + bld->code_off, fw->boot_size, GFP_KERNEL);
212 if (!fw->boot)
H A Dtu102.c108 .boot = gm200_flcn_fw_boot,
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dgm200.c267 .boot = gm200_flcn_fw_boot,
306 .boot = gm200_flcn_fw_boot,
H A Dgp102.c222 .boot = gm200_flcn_fw_boot,
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dgsp.h63 } frts, boot, elf, heap; member in struct:nvkm_gsp::__anon19::__anon22
93 } boot; member in struct:nvkm_gsp
/linux-master/arch/x86/boot/
H A Dvideo.c14 #include <uapi/asm/boot.h>
16 #include "boot.h"
H A Dheader.S20 #include <asm/boot.h>
24 #include "boot.h"
28 BOOTSEG = 0x07C0 /* original address of boot-sector */
214 # header, from the old boot sector.
257 # See Documentation/arch/x86/boot.rst for
292 .byte 0 # Extended boot loader version
294 .byte 0 # Extended boot loader type
376 #added with boot protocol
/linux-master/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S13 * to a position so that the kernel and the boot parameters
169 # a2: boot parameter
/linux-master/scripts/
H A Ddecode_stacktrace.sh40 for fn in {,/usr/lib/debug}/boot/vmlinux-$release{,.debug} /lib/modules/$release{,/build}/vmlinux ; do
/linux-master/arch/arm64/include/asm/
H A Dmemory.h215 #include <asm/boot.h>
/linux-master/drivers/accel/ivpu/
H A Divpu_drv.h135 int boot; member in struct:ivpu_device::__anon4
/linux-master/arch/x86/kernel/
H A Dvmlinux.lds.S30 #include <asm/boot.h>
425 * such, it can only be used by very early boot code and must not be
429 * kernel during boot. Resides on a 2MB boundary to simplify the
494 * for the boot processor.
/linux-master/arch/x86/hyperv/
H A Dhv_vtl.c10 #include <asm/boot.h>
/linux-master/arch/mips/boot/compressed/
H A DMakefile112 objboot := $(objtree)/arch/mips/boot
/linux-master/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx_core.c126 .boot = {
234 .boot = {
400 .boot = {
566 .boot = {
803 .boot = {
1040 .boot = {
1221 .boot = {
1427 .boot = {
2311 reg = &hw->settings->boot;
/linux-master/tools/testing/ktest/
H A Dktest.pl52 "MIN_CONFIG_TYPE" => "boot",
70 "SYSLINUX_PATH" => "/boot/extlinux",
78 "BUILD_TARGET" => "arch/x86/boot/bzImage",
79 "TARGET_IMAGE" => "/boot/vmlinuz-test",
458 and will search in /boot/grub/menu.lst for the title \$GRUB_MENU
461 specified in REBOOT_SCRIPT to boot to the target.
463 The entry in /boot/grub/menu.lst must be entered in manually.
473 the syslinux install (defaults to /boot/extlinux). But you have to specify
474 SYSLINUX_LABEL to define the label to boot to for the test kernel.
478 The grub title name for the test kernel to boot
[all...]
/linux-master/drivers/input/touchscreen/
H A Dilitek_ts_i2c.c422 static int ilitek_read_tp_info(struct ilitek_ts_data *ts, bool boot) argument
439 if (boot) {
/linux-master/tools/testing/selftests/hid/
H A DMakefile87 /boot/vmlinux-$(shell uname -r)

Completed in 539 milliseconds

1234567