Searched refs:boot (Results 51 - 75 of 167) sorted by relevance

1234567

/linux-master/fs/ntfs3/
H A Dsuper.c854 static u32 true_sectors_per_clst(const struct NTFS_BOOT *boot) argument
856 if (boot->sectors_per_clusters <= 0x80)
857 return boot->sectors_per_clusters;
858 if (boot->sectors_per_clusters >= 0xf4) /* limit shift to 2MB max */
859 return 1U << (-(s8)boot->sectors_per_clusters);
864 * ntfs_init_from_boot - Init internal info from on-disk boot sector.
866 * NTFS mount begins from boot - special formatted 512 bytes.
868 * The content of boot is not changed during ntfs life.
870 * NOTE: ntfs.sys checks only first (primary) boot.
880 struct NTFS_BOOT *boot; local
[all...]
/linux-master/sound/drivers/vx/
H A Dvx_core.c422 * snd_vx_load_boot_image - boot up the xilinx interface
424 * @boot: the boot record to load
426 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot) argument
431 /* check the length of boot image */
432 if (boot->size <= 0)
434 if (boot->size % 3)
439 unsigned int c = ((u32)boot->data[0] << 16) | ((u32)boot->data[1] << 8) | boot
660 snd_vx_dsp_boot(struct vx_core *chip, const struct firmware *boot) argument
[all...]
/linux-master/arch/sh/boot/romimage/
H A DMakefile3 # linux/arch/sh/boot/romimage/Makefile
29 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/zeropage.bin arch/sh/boot/zImage FORCE
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A DMakefile2 obj-$(CONFIG_FB_OMAP2_DSS_INIT) += omapdss-boot-init.o
/linux-master/arch/x86/boot/
H A Dpmjump.S13 #include <asm/boot.h>
64 # 32-bit boot protocol
H A Dvideo-mode.c10 * arch/i386/boot/video-mode.c
16 #include "boot.h"
20 #include <uapi/asm/boot.h>
/linux-master/drivers/bcma/
H A Ddriver_chipcommon_nflash.c47 cc->nflash.boot = true;
/linux-master/drivers/firmware/efi/libstub/
H A Dx86-5lvl.c4 #include <asm/boot.h>
/linux-master/arch/arm64/include/asm/
H A Dfixmap.h22 #include <asm/boot.h>
30 * in the boot process.
73 * Temporary boot-time mappings, used by early_ioremap(),
H A Dcpu.h78 struct cpuinfo_arm64 *boot);
H A Defi.h5 #include <asm/boot.h>
H A Dkernel-pgtable.h11 #include <asm/boot.h>
/linux-master/drivers/gpu/drm/ci/
H A Dbuild.sh18 DEVICE_TREES="arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dtb"
19 DEVICE_TREES+=" arch/arm64/boot/dts/amlogic/meson-gxl-s805x-libretech-ac.dtb"
20 DEVICE_TREES+=" arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dtb"
21 DEVICE_TREES+=" arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dtb"
22 DEVICE_TREES+=" arch/arm64/boot/dts/qcom/apq8016-sbc-usb-host.dtb"
23 DEVICE_TREES+=" arch/arm64/boot/dts/qcom/apq8096-db820c.dtb"
24 DEVICE_TREES+=" arch/arm64/boot/dts/amlogic/meson-g12b-a311d-khadas-vim3.dtb"
25 DEVICE_TREES+=" arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dtb"
26 DEVICE_TREES+=" arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-juniper-sku16.dtb"
27 DEVICE_TREES+=" arch/arm64/boot/dt
[all...]
/linux-master/arch/arc/kernel/
H A Dhead.S9 * to skip certain things during boot on simulator
22 ; Setting up Vectror Table (in case exception happens in early boot
95 ; - Don't clobber r0,r1,r2 as they might have u-boot provided args
115 ; Non-Masters wait for Master to boot enough and bring them up
/linux-master/arch/arm64/kernel/
H A Dcpufeature.c16 * boot CPU and comparing these with the feature registers of each secondary
408 * We already refuse to boot CPUs that don't support our configured
1184 static int check_update_ftr_reg(u32 sys_id, int cpu, u64 val, u64 boot) argument
1192 if ((boot & regp->strict_mask) == (val & regp->strict_mask))
1195 regp->name, boot, cpu, val);
1219 struct cpuinfo_arm64 *boot)
1226 if (id_aa64pfr0_32bit_el0(boot->reg_id_aa64pfr0))
1229 boot->aarch32 = info->aarch32;
1230 init_32bit_cpu_features(&boot->aarch32);
1235 struct cpuinfo_32bit *boot)
1218 lazy_init_32bit_cpu_features(struct cpuinfo_arm64 *info, struct cpuinfo_arm64 *boot) argument
1234 update_32bit_cpu_features(int cpu, struct cpuinfo_32bit *info, struct cpuinfo_32bit *boot) argument
1310 update_cpu_features(int cpu, struct cpuinfo_arm64 *info, struct cpuinfo_arm64 *boot) argument
[all...]
/linux-master/tools/testing/ktest/examples/include/
H A Dbootconfig.conf6 INITRD := /boot/initramfs-test.img
30 # Comment this out to not run the boot configs
/linux-master/arch/powerpc/
H A DMakefile26 # Set default 32 bits cross compilers for vdso and boot wrapper
230 boot := arch/powerpc/boot
233 $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
235 $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
240 $(Q)$(MAKE) $(build)=$(boot) $(patsubst %,$(boot)/%,$@)
354 echo ' zImage.* - Compressed kernel image (arch/powerpc/boot/zImag
234 boot := arch/powerpc/boot macro
[all...]
/linux-master/scripts/package/
H A Dbuilddeb32 if is_enabled CONFIG_OF_EARLY_FLATTREE && [ -d "${srctree}/arch/${SRCARCH}/boot/dts" ]; then
48 mkdir -p "${pdir}/boot"
49 cp System.map "${pdir}/boot/System.map-${KERNELRELEASE}"
50 cp ${KCONFIG_CONFIG} "${pdir}/boot/config-${KERNELRELEASE}"
60 installed_image_path="boot/vmlinux-${KERNELRELEASE}";;
62 installed_image_path="boot/vmlinuz-${KERNELRELEASE}";;
117 mkdir -p ${pdir}/usr/lib/debug/boot/
118 ln -s ../lib/modules/${KERNELRELEASE}/vmlinux ${pdir}/usr/lib/debug/boot/vmlinux-${KERNELRELEASE}
/linux-master/arch/arm/kernel/
H A Dhyp-stub.S16 * For the kernel proper, we need to find out the CPU boot mode long after
17 * boot, so we need to store it in a writable variable.
19 * This is not in .bss, because we set it sufficiently early that the boot-time
29 * Save the primary CPU boot mode. Requires 2 scratch registers.
46 cmp \mode, \reg1 @ matches primary CPU boot mode?
94 * stub hypervisor on the remaining ones: because the saved boot mode
187 bx lr @ The boot CPU mode is left in r4.
/linux-master/arch/s390/boot/
H A DMakefile47 targets := bzImage section_cmp.boot.data section_cmp.boot.preserved.data $(obj-y)
71 $(obj)/bzImage: $(obj)/vmlinux $(obj)/section_cmp.boot.data $(obj)/section_cmp.boot.preserved.data FORCE
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h26 # 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
/linux-master/drivers/nvmem/
H A DMakefile76 obj-$(CONFIG_NVMEM_U_BOOT_ENV) += nvmem_u-boot-env.o
77 nvmem_u-boot-env-y := u-boot-env.o
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile60 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...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dgm200.c287 if (fw->boot) {
297 ret = nvkm_falcon_pio_wr(falcon, fw->boot, 0, 0,
356 .boot = gm200_flcn_fw_boot,
/linux-master/drivers/tty/hvc/
H A Dhvc_opal.c48 /* For early boot console */
160 unsigned int termno, irq, boot = 0; local
179 /* Is it our boot one ? */
182 boot = 1;
210 boot ? " (boot console)" : "");

Completed in 473 milliseconds

1234567