Home
last modified time | relevance | path

Searched defs:vmlinux (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/boot/
H A Dmain.c101 static struct addr_range prep_initrd(struct addr_range vmlinux, void *chosen, in prep_initrd()
150 static void prep_esm_blob(struct addr_range vmlinux, void *chosen) in prep_esm_blob()
186 static inline void prep_esm_blob(struct addr_range vmlinux, void *chosen) { } in prep_esm_blob()
229 struct addr_range vmlinux, initrd; in start() local
/linux/tools/perf/tests/
H A Dvmlinux-kallsyms.c196 struct machine vmlinux; in test__vmlinux_matches_kallsyms() local
/linux/
H A DMakefile1222 vmlinux: private _LDFLAGS_vmlinux := $(LDFLAGS_vmlinux) target
1223 vmlinux: export LDFLAGS_vmlinux = $(_LDFLAGS_vmlinux) target
1224 vmlinux: vmlinux.o $(KBUILD_LDS) modpost target
1491 vmlinux: dtbs target
/linux/arch/s390/boot/
H A Dboot.h95 #define vmlinux _vmlinux_info macro
/linux/arch/mips/tools/
H A Dloongson3-llsc-check.c241 void *vmlinux; in main() local
/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c897 btf__load_testmod_btf(struct btf * vmlinux) btf__load_testmod_btf() argument
/linux/tools/perf/util/
H A Dsymbol.c1988 const char *vmlinux, bool vmlinux_allocated) in dso__load_vmlinux()