Searched refs:VN (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/tools/power/cpupower/utils/ |
H A D | version-gen.sh | 15 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
|
/openbmc/linux/tools/perf/util/ |
H A D | PERF-VERSION-GEN | 32 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
|
/openbmc/openpower-vpd-parser/ |
H A D | defines.hpp | 53 VN, /**< FRU manufacturer name */ enumerator 105 constexpr const char* getKeyword<Keyword::VN>() in getKeyword()
|
H A D | writefru.yaml | 5 OPFR,VN: Manufacturer
|
H A D | impl.cpp | 40 {"VN", std::make_tuple(record::Keyword::VN, keyword::Encoding::ASCII)},
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | VINI.interface.yaml | 76 - name: VN 79 VN keyword.
|
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/vpd/nicole-openpower-fru-vpd-layout/ |
H A D | layout.yaml | 5 OPFR,VN: Manufacturer
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd-layout/ |
H A D | layout.yaml | 5 OPFR,VN: Manufacturer
|
/openbmc/openbmc/poky/meta/recipes-extended/lsof/files/ |
H A D | remove-host-information.patch | 121 @sed '/VN/s/.ds VN \(.*\)/#define LSOF_VERSION "\1"/' < version >> version.h
|
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | xilinx-xadc.txt | 47 0: VP/VN 74 0: VP/VN
|
/openbmc/qemu/target/ppc/ |
H A D | insn32.decode | 75 &VN vrt vra vrb sh 76 @VN ...... vrt:5 vra:5 vrb:5 .. sh:3 ...... &VN 790 VSLDBI 000100 ..... ..... ..... 00 ... 010110 @VN 791 VSRDBI 000100 ..... ..... ..... 01 ... 010110 @VN
|
/openbmc/linux/lib/raid6/ |
H A D | s390vx.uc | 49 asm volatile ("VN %0,%1,%2" : : "i" (x), "i" (y), "i" (z));
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | vx-insn-asm.h | 506 .macro VN vr1, vr2, vr3
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 1134 F(0xe768, VN, VRR_c, V, 0, 0, 0, 0, vn, 0, IF_VEC)
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 2888 tcg_out_insn(s, VRRc, VN, a0, a1, a2, 0);
|