Searched refs:vmlinux (Results 176 - 200 of 247) sorted by relevance

12345678910

/linux-master/arch/parisc/kernel/
H A Dvmlinux.lds.S24 #include <asm-generic/vmlinux.lds.h>
/linux-master/arch/sh/kernel/
H A DMakefile6 extra-y := vmlinux.lds
/linux-master/drivers/gpu/drm/ci/
H A Dbuild.sh137 xz -7 -c -T${FDO_CI_CONCURRENT:-4} vmlinux > /lava-files/vmlinux.xz
138 FILES_TO_UPLOAD="$KERNEL_IMAGE_NAME vmlinux.xz"
153 echo "Download vmlinux.xz from https://${PIPELINE_ARTIFACTS_BASE}/${DEBIAN_ARCH}/vmlinux.xz"
/linux-master/arch/arm64/kernel/
H A Dimage-vars.h10 #error This file should only be included in vmlinux.lds.S
H A DMakefile81 extra-y += vmlinux.lds
84 AFLAGS_head.o += -DVMLINUX_PATH="\"$(realpath $(objtree)/vmlinux)\""
/linux-master/arch/loongarch/kernel/
H A Dvmlinux.lds.S16 #include <asm-generic/vmlinux.lds.h>
/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_arena.c4 #include <vmlinux.h>
H A Dcpumask_failure.c4 #include <vmlinux.h>
H A Dtest_bpf_nf_fail.c2 #include <vmlinux.h>
H A Dtask_kfunc_success.c4 #include <vmlinux.h>
75 * call will find vmlinux's bpf_task_acquire, but subsequent
H A Dtracing_struct.c4 #include <vmlinux.h>
H A Dcgrp_kfunc_failure.c4 #include <vmlinux.h>
H A Dlocal_kptr_stash.c4 #include <vmlinux.h>
H A Dexceptions_assert.c2 #include <vmlinux.h>
H A Dverifier_global_ptr_args.c4 #include <vmlinux.h>
/linux-master/tools/bpf/bpftool/skeleton/
H A Dpid_iter.bpf.c3 #include <vmlinux.h>
/linux-master/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod_kfunc.h7 #include <vmlinux.h>
/linux-master/arch/um/kernel/
H A DMakefile15 extra-y := vmlinux.lds
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile131 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
143 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
155 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
167 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
179 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
189 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
209 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
253 KERNEL_BZIMAGE := $(KERNEL_BUILD_PATH)/vmlinux
/linux-master/samples/bpf/
H A DMakefile331 VMLINUX_BTF_PATHS ?= $(abspath $(if $(O),$(O)/vmlinux)) \
332 $(abspath $(if $(KBUILD_OUTPUT),$(KBUILD_OUTPUT)/vmlinux)) \
333 $(abspath ./vmlinux)
336 $(obj)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL)
339 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)",\
340 build the kernel or set VMLINUX_BTF like "VMLINUX_BTF=/sys/kernel/btf/vmlinux" or VMLINUX_H variable)
347 clean-files += vmlinux.h
365 $(obj)/%.bpf.o: $(src)/%.bpf.c $(obj)/vmlinux.h $(src)/xdp_sample.bpf.h $(src)/xdp_sample_shared.h
/linux-master/arch/powerpc/boot/
H A Dwrapper72 echo ' [-Z (gz|xz|none)] [--no-compression] [vmlinux]' >&2
193 kernel=vmlinux
248 ksection=.kernel:vmlinux.strip
334 ksection=.kernel:vmlinux.bin
398 # Calculate the vmlinux.strip size
418 # drop the compression suffix so the stripped vmlinux is used
/linux-master/arch/arm/include/asm/
H A Dvmlinux.lds.h2 #include <asm-generic/vmlinux.lds.h>
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-again.sh182 rm -f "$rundir"/*/{console.log,console.log.diags,qemu_pid,qemu-pid,qemu-retval,Warnings,kvm-test-1-run.sh.out,kvm-test-1-run-qemu.sh.out,vmlinux} "$rundir"/log
/linux-master/arch/arc/
H A DMakefile100 $(boot_targets): vmlinux
/linux-master/arch/um/
H A DMakefile21 # We require bash because the vmlinux link and loader script cpp use bash
100 linux: vmlinux
107 echo ' real kernel binary, the "vmlinux" binary you'
143 # Used by link-vmlinux.sh which has special support for um link

Completed in 708 milliseconds

12345678910