Searched refs:kernel_path (Results 1 - 14 of 14) sorted by relevance

/linux-master/tools/testing/kunit/qemu_configs/
H A Darm.py11 kernel_path='arch/arm/boot/zImage', variable
H A Dalpha.py8 kernel_path='arch/alpha/boot/vmlinux', variable
H A Di386.py8 kernel_path='arch/x86/boot/bzImage', variable
H A Dpowerpc.py10 kernel_path='vmlinux', variable
H A Ds390.py10 kernel_path='arch/s390/boot/bzImage', variable
H A Dsparc.py8 kernel_path='arch/sparc/boot/zImage', variable
H A Dx86_64.py8 kernel_path='arch/x86/boot/bzImage', variable
H A Dm68k.py8 kernel_path='vmlinux', variable
H A Darm64.py10 kernel_path='arch/arm64/boot/Image.gz', variable
H A Dsh.py12 kernel_path='arch/sh/boot/zImage', variable
H A Driscv.py23 kernel_path='arch/riscv/boot/Image', variable
/linux-master/tools/testing/kunit/
H A Dqemu_config.py17 kernel_path: str
H A Dkunit_kernel.py106 self._kernel_path = qemu_arch_params.kernel_path
117 kernel_path = os.path.join(build_dir, self._kernel_path)
121 '-kernel', kernel_path,
/linux-master/tools/verification/dot2/
H A Ddot2k.py40 kernel_path = "/lib/modules/%s/build/tools/verification/dot2/dot2k_templates/" % (platform.release())
42 if os.path.exists(kernel_path) == True:
43 self.monitor_templates_dir = kernel_path

Completed in 294 milliseconds