Home
last modified time | relevance | path

Searched refs:VN (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/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
/openbmc/linux/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
/openbmc/openpower-vpd-parser/
H A Ddefines.hpp53 VN, /**< FRU manufacturer name */ enumerator
105 constexpr const char* getKeyword<Keyword::VN>() in getKeyword()
H A Dwritefru.yaml5 OPFR,VN: Manufacturer
H A Dimpl.cpp40 {"VN", std::make_tuple(record::Keyword::VN, keyword::Encoding::ASCII)},
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DVINI.interface.yaml76 - name: VN
79 VN keyword.
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/vpd/nicole-openpower-fru-vpd-layout/
H A Dlayout.yaml5 OPFR,VN: Manufacturer
/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd-layout/
H A Dlayout.yaml5 OPFR,VN: Manufacturer
/openbmc/openbmc/poky/meta/recipes-extended/lsof/files/
H A Dremove-host-information.patch121 @sed '/VN/s/.ds VN \(.*\)/#define LSOF_VERSION "\1"/' < version >> version.h
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A Dxilinx-xadc.txt47 0: VP/VN
74 0: VP/VN
/openbmc/qemu/target/ppc/
H A Dinsn32.decode63 &VN vrt vra vrb sh
64 @VN ...... vrt:5 vra:5 vrb:5 .. sh:3 ...... &VN
598 VSLDBI 000100 ..... ..... ..... 00 ... 010110 @VN
599 VSRDBI 000100 ..... ..... ..... 01 ... 010110 @VN
/openbmc/linux/lib/raid6/
H A Ds390vx.uc49 asm volatile ("VN %0,%1,%2" : : "i" (x), "i" (y), "i" (z));
/openbmc/linux/arch/s390/include/asm/
H A Dvx-insn-asm.h506 .macro VN vr1, vr2, vr3
/openbmc/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc1129 F(0xe768, VN, VRR_c, V, 0, 0, 0, 0, vn, 0, IF_VEC)
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc2790 tcg_out_insn(s, VRRc, VN, a0, a1, a2, 0);