Searched refs:KERNEL_VERSION (Results 1 - 7 of 7) sorted by last modified time

/linux-master/tools/testing/ktest/
H A Dktest.pl1375 } elsif ($var eq "KERNEL_VERSION" && defined($make)) {
1376 # special option KERNEL_VERSION uses kernel version
2315 $option =~ s/\$KERNEL_VERSION/$version/g;
/linux-master/tools/lib/bpf/
H A Dlibbpf_probes.c50 return KERNEL_VERSION(major, minor, patch);
77 return KERNEL_VERSION(major, minor, patch);
100 return KERNEL_VERSION(major, minor, patch);
H A Dbpf_helpers.h66 * commonly-used macros like NULL and KERNEL_VERSION aren't available through
74 #ifndef KERNEL_VERSION
75 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1096 r.version = KERNEL_VERSION(1,0,0);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_extern.c18 return KERNEL_VERSION(major, minor, patch);
/linux-master/tools/testing/ktest/examples/
H A Dkvm.conf56 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION
H A Dvmware.conf101 POST_INSTALL = ${SSH} /sbin/dracut -f /boot/initramfs-test.img $KERNEL_VERSION

Completed in 395 milliseconds