Home
last modified time | relevance | path

Searched refs:pv (Results 1 – 25 of 107) sorted by relevance

12345

/openbmc/qemu/include/migration/
H A Dqemu-file-types.h55 static inline void qemu_put_be64s(QEMUFile *f, const uint64_t *pv) in qemu_put_be64s() argument
57 qemu_put_be64(f, *pv); in qemu_put_be64s()
60 static inline void qemu_put_be32s(QEMUFile *f, const uint32_t *pv) in qemu_put_be32s() argument
62 qemu_put_be32(f, *pv); in qemu_put_be32s()
65 static inline void qemu_put_be16s(QEMUFile *f, const uint16_t *pv) in qemu_put_be16s() argument
67 qemu_put_be16(f, *pv); in qemu_put_be16s()
70 static inline void qemu_put_8s(QEMUFile *f, const uint8_t *pv) in qemu_put_8s() argument
72 qemu_put_byte(f, *pv); in qemu_put_8s()
75 static inline void qemu_get_be64s(QEMUFile *f, uint64_t *pv) in qemu_get_be64s() argument
77 *pv = qemu_get_be64(f); in qemu_get_be64s()
[all …]
/openbmc/qemu/accel/tcg/
H A Dldst_atomicity.c.inc104 * @pv: host address
106 * Atomically load 2 aligned bytes from @pv.
108 static inline uint16_t load_atomic2(void *pv)
110 uint16_t *p = __builtin_assume_aligned(pv, 2);
116 * @pv: host address
118 * Atomically load 4 aligned bytes from @pv.
120 static inline uint32_t load_atomic4(void *pv)
122 uint32_t *p = __builtin_assume_aligned(pv, 4);
128 * @pv: host address
130 * Atomically load 8 aligned bytes from @pv.
[all …]
/openbmc/qemu/migration/
H A Dvmstate-types.c25 static int get_bool(QEMUFile *f, void *pv, size_t size, in get_bool() argument
28 bool *v = pv; in get_bool()
33 static int put_bool(QEMUFile *f, void *pv, size_t size, in put_bool() argument
36 bool *v = pv; in put_bool()
49 static int get_int8(QEMUFile *f, void *pv, size_t size, in get_int8() argument
52 int8_t *v = pv; in get_int8()
57 static int put_int8(QEMUFile *f, void *pv, size_t size, in put_int8() argument
60 int8_t *v = pv; in put_int8()
73 static int get_int16(QEMUFile *f, void *pv, size_t size, in get_int16() argument
76 int16_t *v = pv; in get_int16()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pv/pv/
H A Dpv-test-system-version.patch1 Use the version of pv installed on the system rather than the ./pv from
7 diff -Naur pv-1.9.31.orig/tests/test-env.sh pv-1.9.31/tests/test-env.sh
8 --- pv-1.9.31.orig/tests/test-env.sh 2024-12-07 08:59:43.000000000 -0500
9 +++ pv-1.9.31/tests/test-env.sh 2025-03-26 14:11:30.987123378 -0400
14 -testSubject="./pv"
15 +testSubject="pv"
/openbmc/qemu/host/include/generic/host/
H A Dload-extract-al16-al8.h.inc13 * @pv: host address
16 * Load @s bytes from @pv, when pv % s != 0. If [p, p+s-1] does not
21 load_atom_extract_al16_or_al8(void *pv, int s)
23 uintptr_t pi = (uintptr_t)pv;
28 pv = (void *)(pi & ~7);
30 uint64_t *p8 = __builtin_assume_aligned(pv, 16, 8);
40 r = atomic16_read_ro(pv);
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dcheck-version-mismatch.bbclass104 def is_version_mismatch(rvs, pv):
106 if pv.startswith("git"):
108 if "-pre" in pv:
109 pv = pv.split("-pre")[0]
110 if pv.startswith("v"):
111 pv = pv[1:]
113 if rv == pv:
116 pv = pv.split("+git")[0]
117 # handle % character in pv which means matching any chars
118 if '%' in pv:
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Duser_header.cpp18 namespace pv = openpower::pels::pel_values;
53 pv::getValue(eventSubsystem, pel_values::subsystemValues); in UserHeader()
244 severity = pv::getValue(_eventSeverity, pel_values::severityValues); in getJSON()
245 subsystem = pv::getValue(_eventSubsystem, pel_values::subsystemValues); in getJSON()
246 eventScope = pv::getValue(_eventScope, pel_values::eventScopeValues); in getJSON()
247 eventType = pv::getValue(_eventType, pel_values::eventTypeValues); in getJSON()
249 pv::getValuesBitwise(_actionFlags, pel_values::actionFlagsValues); in getJSON()
253 auto iter = pv::transmissionStates.find( in getJSON()
255 if (iter != pv::transmissionStates.end()) in getJSON()
259 auto iter1 = pv::transmissionStates.find( in getJSON()
[all …]
H A Dregistry.cpp21 namespace pv = pel_values;
32 auto ss = pv::findByName(subsystemName, pv::subsystemValues); in getSubsystem()
33 if (ss == pv::subsystemValues.end()) in getSubsystem()
42 return std::get<pv::fieldValuePos>(*ss); in getSubsystem()
47 auto s = pv::findByName(severityName, pv::severityValues); in getSeverity()
48 if (s == pv::severityValues.end()) in getSeverity()
57 return std::get<pv::fieldValuePos>(*s); in getSeverity()
102 auto s = pv::findByName(flag, pv::actionFlagsValues); in getActionFlags()
103 if (s == pv::actionFlagsValues.end()) in getActionFlags()
114 actionFlags |= std::get<pv::fieldValuePos>(*s); in getActionFlags()
[all …]
H A Dfailing_mtms.cpp17 namespace pv = openpower::pels::pel_values;
82 jsonInsert(json, pv::sectionVer, getNumberString("%d", _header.version), 1); in getJSON()
83 jsonInsert(json, pv::subSection, getNumberString("%d", _header.subType), 1); in getJSON()
84 jsonInsert(json, pv::createdBy, in getJSON()
H A Dprivate_header.cpp18 namespace pv = openpower::pels::pel_values;
88 creator = pv::creatorIDs.count(creator) ? pv::creatorIDs.at(creator) in getJSON()
94 jsonInsert(ph, pv::sectionVer, getNumberString("%d", privateHeaderVersion), in getJSON()
96 jsonInsert(ph, pv::subSection, getNumberString("%d", _header.subType), 1); in getJSON()
97 jsonInsert(ph, pv::createdBy, in getJSON()
H A Dsrc.cpp24 namespace pv = openpower::pels::pel_values;
359 pv::getValue(eventSubsystem, pel_values::subsystemValues); in SRC()
611 const auto& compDescrp = pv::failingComponentType; in getCallouts()
624 pv::getValue(entry->priority(), in getCallouts()
640 if (pv::procedureDesc.find( in getCallouts()
642 pv::procedureDesc.end()) in getCallouts()
646 pv::procedureDesc.at( in getCallouts()
710 jsonInsert(ps, pv::sectionVer, getNumberString("%d", _header.version), 1); in getJSON()
711 jsonInsert(ps, pv::subSection, getNumberString("%d", _header.subType), 1); in getJSON()
712 jsonInsert(ps, pv::createdBy, in getJSON()
[all …]
/openbmc/qemu/host/include/x86_64/host/
H A Dload-extract-al16-al8.h.inc16 * @pv: host address
19 * Load @s bytes from @pv, when pv % s != 0. If [p, p+s-1] does not
24 load_atom_extract_al16_or_al8(void *pv, int s)
26 uintptr_t pi = (uintptr_t)pv;
47 load_atom_extract_al16_or_al8(void *pv, int s);
/openbmc/qemu/host/include/loongarch64/host/
H A Dload-extract-al16-al8.h.inc16 * @pv: host address
19 * Load @s bytes from @pv, when pv % s != 0. If [p, p+s-1] does not
23 static inline uint64_t load_atom_extract_al16_or_al8(void *pv, int s)
25 uintptr_t pi = (uintptr_t)pv;
/openbmc/qemu/host/include/aarch64/host/
H A Dload-extract-al16-al8.h.inc16 * @pv: host address
19 * Load @s bytes from @pv, when pv % s != 0. If [p, p+s-1] does not
23 static inline uint64_t load_atom_extract_al16_or_al8(void *pv, int s)
25 uintptr_t pi = (uintptr_t)pv;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsoup/libsoup-2.4/
H A DCVE-2024-52532-1.patch26 pv->incoming->len = len + count;
31 + } while (count > 0 && !pv->close_sent && !pv->io_closing);
34 if (!pv->close_sent || !pv->close_received) {
/openbmc/qemu/target/i386/kvm/
H A Dkvm-cpu.c196 PropValue *pv; in x86_cpu_change_kvm_default() local
197 for (pv = kvm_default_props; pv->prop; pv++) { in x86_cpu_change_kvm_default()
198 if (!strcmp(pv->prop, prop)) { in x86_cpu_change_kvm_default()
199 pv->value = value; in x86_cpu_change_kvm_default()
208 assert(pv->prop); in x86_cpu_change_kvm_default()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drecipetool.py399 pv = '1.7.4.1'
400 srcuri = 'http://www.dest-unreach.org/socat/download/Archive/socat-%s.tar.bz2' % pv
407 self.assertEqual(dirlist[0], 'socat_%s.bb' % pv, 'Recipe file incorrectly named')
413 checkvars['SRC_URI'] = srcuri.replace(pv, '${PV}')
484 pv = '0.4.15'
485 recipefile = os.path.join(temprecipe, '%s_%s.bb' % (pn, pv))
486 …ges/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-%s.tar.gz' % pv
502 pv = '0.4.15'
503 recipefile = os.path.join(temprecipe, '%s_%s.bb' % (pn, pv))
504 …ges/84/30/80932401906eaf787f2e9bd86dc458f1d2e75b064b4c187341f29516945c/python-magic-%s.tar.gz' % pv
[all …]
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/
H A Ddevtool-upgrade-test3_1.5.3.bb.upgraded6 SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.gz"
7 UPSTREAM_CHECK_URI = "http://www.ivarch.com/programs/pv.shtml"
10 S = "${WORKDIR}/pv-${PV}"
H A Ddevtool-upgrade-test3_1.5.3.bb5 SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.gz"
6 UPSTREAM_CHECK_URI = "http://www.ivarch.com/programs/pv.shtml"
11 S = "${WORKDIR}/pv-${PV}"
H A Ddevtool-upgrade-test4_1.5.3.bb.upgraded5 SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.gz"
6 UPSTREAM_CHECK_URI = "http://www.ivarch.com/programs/pv.shtml"
14 S = "${WORKDIR}/pv-${PV}"
H A Ddevtool-upgrade-test1_1.5.3.bb.upgraded5 SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.gz \
9 UPSTREAM_CHECK_URI = "http://www.ivarch.com/programs/pv.shtml"
14 S = "${WORKDIR}/pv-${PV}"
H A Ddevtool-upgrade-test4_1.5.3.bb5 SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.gz"
6 UPSTREAM_CHECK_URI = "http://www.ivarch.com/programs/pv.shtml"
17 S = "${WORKDIR}/pv-${PV}"
H A Ddevtool-upgrade-test1_1.5.3.bb5 SRC_URI = "http://www.ivarch.com/programs/sources/pv-${PV}.tar.gz \
9 UPSTREAM_CHECK_URI = "http://www.ivarch.com/programs/pv.shtml"
17 S = "${WORKDIR}/pv-${PV}"
/openbmc/qemu/docs/system/i386/
H A Dkvm-pv.rst21 - ``kvm-pv-eoi``
53 ``kvm-pv-eoi``
57 ``kvm-pv-unhalt``
60 ``kvm-pv-tlb-flush``
63 ``kvm-pv-ipi``
70 ``kvm-pv-sched-yield``
90 ``kvm-pv-enforce-cpuid``
/openbmc/qemu/target/ppc/
H A Dmachine.c25 static int get_avr(QEMUFile *f, void *pv, size_t size, in get_avr() argument
28 ppc_avr_t *v = pv; in get_avr()
36 static int put_avr(QEMUFile *f, void *pv, size_t size, in put_avr() argument
39 ppc_avr_t *v = pv; in put_avr()
58 static int get_fpr(QEMUFile *f, void *pv, size_t size, in get_fpr() argument
61 ppc_vsr_t *v = pv; in get_fpr()
68 static int put_fpr(QEMUFile *f, void *pv, size_t size, in put_fpr() argument
71 ppc_vsr_t *v = pv; in put_fpr()
89 static int get_vsr(QEMUFile *f, void *pv, size_t size, in get_vsr() argument
92 ppc_vsr_t *v = pv; in get_vsr()
[all …]

12345