Searched refs:VN (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/power/cpupower/utils/
H A Dversion-gen.sh15 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
16 case "$VN" in
21 VN="$VN-dirty" ;;
24 VN=$(echo "$VN" | sed -e 's/-/./g');
31 VN="${VERSION}.${PATCHLEVEL}.${SUBLEVEL}${EXTRAVERSION}"
34 VN=$(expr "$VN" : v*'\(.*\)')
36 echo $VN
[all...]
/linux-master/tools/perf/util/
H A DPERF-VERSION-GEN32 VN="$TAG$CID"
36 VN=$(echo "$VN" | sed -e 's/-/./g;s/\([0-9]*[.][0-9]*\)[.]0/\1/')
39 VN=$(expr "$VN" : v*'\(.*\)')
47 test "$VN" = "$VC" || {
48 echo >&2 " PERF_VERSION = $VN"
49 echo "#define PERF_VERSION \"$VN\"" >$GVF
/linux-master/arch/s390/include/asm/
H A Dfpu-insn-asm.h547 .macro VN vr1, vr2, vr3

Completed in 756 milliseconds