Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/boot/
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-6.15/tools/testing/selftests/x86/bugs/
Dcommon.py104 def get_section_info(vmlinux, section_name): argument
116 def get_patch_sites(vmlinux, offset, size): argument
Dits_ret_alignment.py51 vmlinux = f"/usr/lib/debug/lib/modules/{os.uname().release}/vmlinux" variable
Dits_indirect_alignment.py56 vmlinux = f"/usr/lib/debug/lib/modules/{os.uname().release}/vmlinux" variable
/linux-6.15/tools/perf/tests/
Dvmlinux-kallsyms.c196 struct machine vmlinux; in test__vmlinux_matches_kallsyms() local
/linux-6.15/
DMakefile1233 vmlinux: private _LDFLAGS_vmlinux := $(LDFLAGS_vmlinux) target
1234 vmlinux: export LDFLAGS_vmlinux = $(_LDFLAGS_vmlinux) target
1235 vmlinux: vmlinux.o $(KBUILD_LDS) modpost target
1504 vmlinux: dtbs target
/linux-6.15/arch/mips/tools/
Dloongson3-llsc-check.c241 void *vmlinux; in main() local
/linux-6.15/arch/s390/boot/
Dboot.h110 #define vmlinux _vmlinux_info macro
/linux-6.15/tools/testing/selftests/bpf/
Dtest_verifier.c893 static struct btf *btf__load_testmod_btf(struct btf *vmlinux) in btf__load_testmod_btf()
/linux-6.15/tools/perf/util/
Dsymbol.c1998 const char *vmlinux, bool vmlinux_allocated) in dso__load_vmlinux()