Home
last modified time | relevance | path

Searched refs:boot (Results 26 - 50 of 291) sorted by relevance

12345678910>>...12

/kernel/linux/linux-5.10/arch/arm64/
H A DMakefile152 boot := arch/arm64/boot macro
153 KBUILD_IMAGE := $(boot)/Image.gz
159 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
162 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
165 $(Q)$(MAKE) $(build)=$(boot) $@
175 $(Q)$(MAKE) $(clean)=$(boot)
193 echo '* Image.gz - Compressed kernel image (arch/$(ARCH)/boot/Imag
[all...]
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dcache.h150 * since boot. This is the best for measuring differences in
159 struct timespec64 boot; in seconds_since_boot() local
160 getboottime64(&boot); in seconds_since_boot()
161 return ktime_get_real_seconds() - boot.tv_sec; in seconds_since_boot()
166 struct timespec64 boot; in convert_to_wallclock() local
167 getboottime64(&boot); in convert_to_wallclock()
168 return boot.tv_sec + sinceboot; in convert_to_wallclock()
306 struct timespec64 boot; in get_expiry() local
312 getboottime64(&boot); in get_expiry()
313 return rv - boot in get_expiry()
[all...]
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Dcache.h154 * since boot. This is the best for measuring differences in
163 struct timespec64 boot; in seconds_since_boot() local
164 getboottime64(&boot); in seconds_since_boot()
165 return ktime_get_real_seconds() - boot.tv_sec; in seconds_since_boot()
170 struct timespec64 boot; in convert_to_wallclock() local
171 getboottime64(&boot); in convert_to_wallclock()
172 return boot.tv_sec + sinceboot; in convert_to_wallclock()
310 struct timespec64 boot; in get_expiry() local
316 getboottime64(&boot); in get_expiry()
317 (*rvp) -= boot in get_expiry()
[all...]
/kernel/linux/linux-5.10/arch/x86/
H A DMakefile31 CODE16GCC_CFLAGS := -m32 -Wa,$(srctree)/arch/x86/boot/code16gcc.h
256 # boot loader support. Several targets are kept for legacy purposes
258 boot := arch/x86/boot macro
268 KBUILD_IMAGE := $(boot)/bzImage
274 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
275 $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
276 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
279 $(Q)$(MAKE) $(build)=$(boot)
[all...]
/kernel/linux/linux-6.6/arch/arc/
H A DMakefile86 core-y += arch/arc/boot/dts/
95 boot := arch/arc/boot macro
101 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
109 @ln -sf $< $(boot)/uImage
110 @$(kecho) ' Image $(boot)/uImage is ready'
112 CLEAN_FILES += $(boot)/uImage
/kernel/linux/linux-6.6/arch/sparc/
H A DMakefile65 boot := arch/sparc/boot macro
71 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
84 KBUILD_IMAGE := $(boot)/zImage
89 echo ' image - kernel image ($(boot)/image)'
90 echo '* zImage - stripped/compressed kernel image ($(boot)/zImage)'
/kernel/linux/linux-5.10/arch/nds32/
H A DMakefile50 boot := arch/nds32/boot macro
51 core-y += $(boot)/dts/
54 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
66 $(Q)$(MAKE) $(clean)=$(boot)
69 echo ' Image - kernel image (arch/$(ARCH)/boot/Image)'
/kernel/linux/linux-6.6/arch/parisc/
H A DMakefile18 boot := arch/parisc/boot macro
19 KBUILD_IMAGE := $(boot)/bzImage
124 boot := arch/parisc/boot macro
161 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
164 $(OBJCOPY) $(boot)/bzImage $@
/kernel/linux/linux-5.10/arch/loongarch/
H A DMakefile8 $(Q)$(MAKE) $(build)=arch/loongarch/boot/tools relocs
160 # boot image targets (arch/loongarch/boot/)
161 boot-y := vmlinux.bin
163 # compressed boot image targets (arch/loongarch/boot/compressed/)
170 # boot
171 $(boot-y): vmlinux FORCE
172 $(Q)$(MAKE) $(build)=arch/loongarch/boot VMLINUX=vmlinux \
173 $(bootvars-y) arch/loongarch/boot/
[all...]
/kernel/linux/linux-5.10/arch/s390/
H A DMakefile152 boot := arch/s390/boot macro
159 KBUILD_IMAGE := $(boot)/bzImage
162 $(Q)$(MAKE) $(build)=$(boot) $@
165 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
168 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
174 $(Q)$(MAKE) $(clean)=$(boot)
186 echo '* bzImage - Kernel image for IPL ($(boot)/bzImag
[all...]
/kernel/linux/linux-5.10/drivers/net/can/softing/
H A Dsofting_cs.c35 .boot = {0x0000, 0x000000, fw_dir "bcard.bin",},
47 .boot = {0x0000, 0x000000, fw_dir "bcard.bin",},
59 .boot = {0x0000, 0x000000, fw_dir "bcard.bin",},
71 .boot = {0x0000, 0x000000, fw_dir "bcard2.bin",},
83 .boot = {0x0000, 0x000000, fw_dir "bcard.bin",},
95 .boot = {0x0000, 0x000000, fw_dir "bcard.bin",},
107 .boot = {0x0000, 0x000000, fw_dir "bcard2.bin",},
119 .boot = {0x0000, 0x000000, fw_dir "bcard.bin",},
131 .boot = {0x0000, 0x000000, fw_dir "bcard2.bin",},
/kernel/linux/linux-6.6/arch/arm64/
H A DMakefile151 boot := arch/arm64/boot macro
154 KBUILD_IMAGE := $(boot)/Image.gz
156 KBUILD_IMAGE := $(boot)/vmlinuz.efi
163 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
166 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
168 install: KBUILD_IMAGE := $(boot)/Image
215 echo '* Image.gz - Compressed kernel image (arch/$(ARCH)/boot/Imag
[all...]
/kernel/linux/linux-6.6/drivers/net/can/softing/
H A Dsofting_cs.c35 .boot = {0x0000, 0x000000, fw_dir "bcard.bin",},
47 .boot = {0x0000, 0x000000, fw_dir "bcard.bin",},
59 .boot = {0x0000, 0x000000, fw_dir "bcard.bin",},
71 .boot = {0x0000, 0x000000, fw_dir "bcard2.bin",},
83 .boot = {0x0000, 0x000000, fw_dir "bcard.bin",},
95 .boot = {0x0000, 0x000000, fw_dir "bcard.bin",},
107 .boot = {0x0000, 0x000000, fw_dir "bcard2.bin",},
119 .boot = {0x0000, 0x000000, fw_dir "bcard.bin",},
131 .boot = {0x0000, 0x000000, fw_dir "bcard2.bin",},
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/
H A DMakefile43 IMAGE_i386 = arch/x86/boot/bzImage
44 IMAGE_x86_64 = arch/x86/boot/bzImage
45 IMAGE_x86 = arch/x86/boot/bzImage
46 IMAGE_arm64 = arch/arm64/boot/Image
47 IMAGE_arm = arch/arm/boot/zImage
51 IMAGE_ppc64le = arch/powerpc/boot/zImage
52 IMAGE_riscv = arch/riscv/boot/Image
53 IMAGE_s390 = arch/s390/boot/bzImage
54 IMAGE_loongarch = arch/loongarch/boot/vmlinuz.efi
/kernel/linux/linux-6.6/arch/s390/
H A DMakefile123 boot := arch/s390/boot macro
130 KBUILD_IMAGE := $(boot)/bzImage
136 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
139 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
172 echo '* bzImage - Kernel image for IPL ($(boot)/bzImage)'
/third_party/python/Modules/
H A D_threadmodule.c1066 thread_bootstate_free(struct bootstate *boot) in thread_bootstate_free() argument
1068 Py_DECREF(boot->func); in thread_bootstate_free()
1069 Py_DECREF(boot->args); in thread_bootstate_free()
1070 Py_XDECREF(boot->kwargs); in thread_bootstate_free()
1071 PyMem_Free(boot); in thread_bootstate_free()
1078 struct bootstate *boot = (struct bootstate *) boot_raw; in thread_run() local
1081 tstate = boot->tstate; in thread_run()
1092 PyObject *res = PyObject_Call(boot->func, boot->args, boot in thread_run()
1147 struct bootstate *boot = PyMem_NEW(struct bootstate, 1); thread_PyThread_start_new_thread() local
[all...]
/kernel/linux/linux-6.6/arch/openrisc/
H A DMakefile28 boot := arch/$(ARCH)/boot macro
63 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
/kernel/linux/linux-6.6/arch/x86/
H A DMakefile265 # boot loader support. Several targets are kept for legacy purposes
267 boot := arch/x86/boot macro
277 KBUILD_IMAGE := $(boot)/bzImage
283 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
284 $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
285 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
288 $(Q)$(MAKE) $(build)=$(boot) $@
325 echo '* bzImage - Compressed kernel image (arch/x86/boot/bzImag
[all...]
/kernel/linux/linux-6.6/arch/loongarch/
H A DMakefile6 boot := arch/loongarch/boot macro
14 KBUILD_IMAGE := $(boot)/vmlinux.elf
16 KBUILD_IMAGE := $(boot)/$(image-name-y).efi
148 $(Q)$(MAKE) $(build)=$(boot) $(bootvars-y) $(boot)/$@
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dgenimage.sh9 # Adapted from code in arch/x86/boot/Makefile by H. Peter Anvin and others
95 # Get the EFI architecture name such that boot{name}.efi is the default
96 # boot file name. Returns false with no output if the file is not an
147 for dir in /usr/share /boot /usr/lib64 /usr/lib; do
190 mcopy "$efishell" "$1"EFI/Boot/boot${kefiarch}.efi
257 -c boot.cat -no-emul-boot -boot-load-size 4 \
258 -boot-info-table "$tmp_dir"
/kernel/linux/linux-5.10/arch/arm/
H A DMakefile145 # during boot, and this offset is critical to the functioning of
254 # The first directory contains additional information for the boot setup code
288 boot := arch/arm/boot macro
290 KBUILD_IMAGE := $(boot)/xipImage
292 KBUILD_IMAGE := $(boot)/zImage
330 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
331 @$(kecho) ' Kernel: $(boot)/$@ is ready'
334 $(Q)$(MAKE) $(build)=$(boot) MACHIN
[all...]
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dcpufeature.c16 * boot CPU and comparing these with the feature registers of each secondary
115 * capabilities based on the boot time active CPUs. This
296 * We already refuse to boot CPUs that don't support our configured
886 * before we handle the boot CPU below. in init_cpu_features()
891 * Detect and enable early CPU capabilities based on the boot CPU, in init_cpu_features()
914 static int check_update_ftr_reg(u32 sys_id, int cpu, u64 val, u64 boot) in check_update_ftr_reg() argument
922 if ((boot & regp->strict_mask) == (val & regp->strict_mask)) in check_update_ftr_reg()
925 regp->name, boot, cpu, val); in check_update_ftr_reg()
949 struct cpuinfo_arm64 *boot) in update_32bit_cpu_features()
976 info->reg_id_dfr0, boot in update_32bit_cpu_features()
948 update_32bit_cpu_features(int cpu, struct cpuinfo_arm64 *info, struct cpuinfo_arm64 *boot) update_32bit_cpu_features() argument
1032 update_cpu_features(int cpu, struct cpuinfo_arm64 *info, struct cpuinfo_arm64 *boot) update_cpu_features() argument
[all...]
/kernel/linux/linux-5.10/arch/sh/
H A DMakefile95 boot := arch/sh/boot macro
96 KBUILD_IMAGE := $(boot)/$(defaultimage-y)
122 core-$(CONFIG_USE_BUILTIN_DTB) += arch/sh/boot/dts/
200 $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
208 $(Q)$(MAKE) $(clean)=$(boot)
/kernel/linux/linux-5.10/arch/xtensa/
H A DMakefile83 core-y += arch/xtensa/boot/dts/
88 boot := arch/xtensa/boot macro
91 $(Q)$(MAKE) $(build)=$(boot) $@
98 @echo '* zImage - Compressed kernel image (arch/xtensa/boot/images/zImage.*)'
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dgenimage.sh9 # Adapted from code in arch/x86/boot/Makefile by H. Peter Anvin and others
118 -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 \
119 -boot-info-table $tmp_dir

Completed in 13 milliseconds

12345678910>>...12