Home
last modified time | relevance | path

Searched refs:vector (Results 251 – 275 of 2198) sorted by relevance

1...<<11121314151617181920>>...88

/openbmc/linux/arch/alpha/kernel/
H A Dsys_titan.c162 titan_device_interrupt(unsigned long vector) in titan_device_interrupt() argument
168 titan_srm_device_interrupt(unsigned long vector) in titan_srm_device_interrupt() argument
172 irq = (vector - 0x800) >> 4; in titan_srm_device_interrupt()
237 unsigned long vector; in titan_dispatch_irqs() local
249 vector = 63 - __kernel_ctlz(mask); in titan_dispatch_irqs()
250 mask &= ~(1UL << vector); /* clear it out */ in titan_dispatch_irqs()
251 vector = 0x900 + (vector << 4); /* convert to SRM vector */ in titan_dispatch_irqs()
254 alpha_mv.device_interrupt(vector); in titan_dispatch_irqs()
/openbmc/telemetry/src/
H A Dtrigger.cpp19 const std::vector<TriggerAction>& triggerActionsIn, in Trigger()
20 const std::shared_ptr<std::vector<std::string>> reportIdsIn, in Trigger()
21 std::vector<std::shared_ptr<interfaces::Threshold>>&& thresholdsIn, in Trigger()
105 "Reports", std::vector<sdbusplus::message::object_path>(), in __anon5e4599b80402()
108 auto newReportIds = utils::transform<std::vector>( in __anon5e4599b80402()
118 return utils::transform<std::vector>(*reportIds, in __anon5e4599b80402()
140 "TriggerActions", std::vector<std::string>(), in __anon5e4599b80402()
199 std::vector<LabeledSensorInfo> Trigger::getLabeledSensorInfo() const in getLabeledSensorInfo()
206 std::vector<LabeledThresholdParam> Trigger::getLabeledThresholds() const in getLabeledThresholds()
/openbmc/qemu/tests/tcg/aarch64/
H A DMakefile.target86 sha1-vector: CFLAGS=-O3
87 sha1-vector: sha1.c
89 run-sha1-vector: sha1-vector run-sha1
91 $(call diff-out, sha1-vector, sha1.out)
93 TESTS += sha1-vector
96 sha512-vector: CFLAGS=-O3
97 sha512-vector: sha512.c
100 TESTS += sha512-vector
/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.hpp89 std::vector<sdbusplus::message::object_path>
99 std::vector<sdbusplus::message::object_path>
189 std::vector<std::string> alternativeNames,
194 std::vector<std::string> keyUsage, std::string organization,
202 std::vector<std::unique_ptr<Certificate>>& getCertificates();
212 std::vector<std::string> alternativeNames,
217 std::vector<std::string> keyUsage, std::string organization,
326 std::vector<std::unique_ptr<Certificate>> installedCerts;
/openbmc/libbej/src/
H A Dbej_decoder_json.cpp273 std::vector<BejStackProperty>* stack = in stackEmpty()
274 reinterpret_cast<std::vector<BejStackProperty>*>(dataPtr); in stackEmpty()
286 std::vector<BejStackProperty>* stack = in stackPeek()
287 reinterpret_cast<std::vector<BejStackProperty>*>(dataPtr); in stackPeek()
302 std::vector<BejStackProperty>* stack = in stackPop()
303 reinterpret_cast<std::vector<BejStackProperty>*>(dataPtr); in stackPop()
321 std::vector<BejStackProperty>* stack = in stackPush()
322 reinterpret_cast<std::vector<BejStackProperty>*>(dataPtr); in stackPush()
/openbmc/phosphor-psu-code-mgmt/src/
H A Dutils.cpp64 std::vector<std::string> Utils::getPSUInventoryPath(sdbusplus::bus_t& bus) const in getPSUInventoryPath()
66 std::vector<std::string> paths; in getPSUInventoryPath()
73 method.append(std::vector<std::string>({PSU_INVENTORY_IFACE})); in getPSUInventoryPath()
96 std::vector<std::string> Utils::getServices( in getServices()
102 mapper.append(path, std::vector<std::string>({interface})); in getServices()
107 std::vector<std::pair<std::string, std::vector<std::string>>> in getServices()
115 std::vector<std::string> ret; in getServices()
H A Dutils.hpp29 std::vector<std::string> getPSUInventoryPath(sdbusplus::bus_t& bus);
50 std::vector<std::string> getServices(sdbusplus::bus_t& bus, const char* path,
122 virtual std::vector<std::string>
128 virtual std::vector<std::string>
160 std::vector<std::string>
166 std::vector<std::string> getServices(sdbusplus::bus_t& bus,
191 inline std::vector<std::string>
197 inline std::vector<std::string> getPSUInventoryPath(sdbusplus::bus_t& bus) in getPSUInventoryPath()
/openbmc/telemetry/src/utils/
H A Dcircular_vector.hpp8 explicit CircularVector(std::vector<T>& externalVec, size_t maxSizeIn) : in CircularVector()
47 typename std::vector<T>::const_iterator begin() const in begin()
52 typename std::vector<T>::const_iterator end() const in end()
63 std::vector<T>& vec;
/openbmc/qemu/include/hw/pci/
H A Dmsi.h34 MSIMessage msi_get_message(PCIDevice *dev, unsigned int vector);
42 bool msi_is_masked(const PCIDevice *dev, unsigned int vector);
43 void msi_notify(PCIDevice *dev, unsigned int vector);
47 void msi_set_mask(PCIDevice *dev, int vector, bool mask, Error **errp);
/openbmc/phosphor-ipmi-blobs/example/
H A Dexample.hpp68 std::vector<std::string> getBlobIds() override;
73 std::vector<uint8_t> read(uint16_t session, uint32_t offset,
76 const std::vector<uint8_t>& data) override;
78 const std::vector<uint8_t>& data) override;
79 bool commit(uint16_t session, const std::vector<uint8_t>& data) override;
/openbmc/pldm/fw-update/test/
H A Dinventory_manager_test.cpp52 std::vector<uint8_t>{0x0a, 0x0b, 0x0c, 0xd}}, in TEST_F()
54 std::vector<uint8_t>{0x12, 0x44, 0xd2, 0x64, 0x8d, 0x7d, 0x47, 0x18, in TEST_F()
58 std::make_tuple("OpenBMC", std::vector<uint8_t>{0x01, 0x02})}}}}; in TEST_F()
76 std::vector<uint8_t>{0x0a, 0x0b, 0x0c, 0xd}}, in TEST_F()
78 std::vector<uint8_t>{0x12, 0x44, 0xd2, 0x64, 0x8d, 0x7d, 0x47, 0x18, in TEST_F()
82 std::make_tuple("OpenBMC", std::vector<uint8_t>{0x01, 0x02})}}}, in TEST_F()
85 std::vector<uint8_t>{0xF0, 0x18, 0x87, 0x8C, 0xCB, 0x7D, 0x49, 0x43, in TEST_F()
/openbmc/telemetry/tests/src/
H A Dtest_on_change_threshold.cpp17 std::vector<std::shared_ptr<SensorMock>> sensorMocks = {
20 std::vector<std::string> sensorNames = {"Sensor1", "Sensor2"};
31 std::vector<std::unique_ptr<interfaces::TriggerAction>> actions; in SetUp()
85 OnChangeParams& Updates(std::vector<UpdateParams> val) in Updates()
91 OnChangeParams& Expected(std::vector<ExpectedParams> val) in Expected()
112 std::vector<UpdateParams> updates;
113 std::vector<ExpectedParams> expected;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0007-RH-warn-on-invalid-regex-instead-of-failing.patch29 @@ -189,6 +189,34 @@ set_str_noslash(vector strvec, void *ptr, const char *file, int line_nr)
34 +set_regex_value(vector strvec)
47 +set_regex(vector strvec, void *ptr, const char *file, int line_nr)
62 set_yes_no(vector strvec, void *ptr, const char *file, int line_nr)
64 @@ -1798,7 +1826,7 @@ ble_ ## option ## _handler (struct config *conf, vector strvec, \
73 @@ -1818,7 +1846,7 @@ ble_ ## option ## _ ## name ## _handler (struct config *conf, vector strvec, \
82 @@ -1924,16 +1952,16 @@ device_handler(struct config *conf, vector strvec, const char *file,
/openbmc/phosphor-ipmi-flash/tools/
H A Dhandler.cpp54 std::vector<std::string> blobs = blob->getBlobList(); in checkAvailable()
74 std::vector<uint8_t> UpdateHandler::retryIfFailed( in retryIfFailed()
75 stdplus::function_view<std::vector<uint8_t>()> callback) in retryIfFailed()
126 return std::vector<uint8_t>{}; in sendFile()
158 return std::vector<uint8_t>{}; in verifyFile()
164 std::vector<uint8_t>
186 std::vector<uint8_t> UpdateHandler::readVersion(const std::string& versionBlob) in readVersion()
/openbmc/openpower-occ-control/
H A Docc_pass_through.cpp50 std::vector<int32_t> PassThrough::send(std::vector<int32_t> command) in send()
52 std::vector<int32_t> response{}; in send()
56 std::vector<uint8_t> cmdInBytes, rsp; in send()
72 std::vector<uint8_t> PassThrough::send(std::vector<uint8_t> command) in send()
74 std::vector<uint8_t> response{}; in send()
/openbmc/pldm/platform-mc/test/
H A Dterminus_test.cpp32 std::vector<uint8_t> pdr1{ in TEST()
66 std::vector<uint8_t> pdr2{ in TEST()
115 std::vector<uint8_t> pdr1{ in TEST()
181 std::vector<uint8_t> pdr2{ in TEST()
234 std::vector<uint8_t> pdr1{ in TEST()
301 std::vector<uint8_t> pdr2{ in TEST()
355 std::vector<uint8_t> pdr1{ in TEST()
/openbmc/phosphor-inventory-manager/
H A Dmanager.hpp66 std::tuple<std::vector<EventBasePtr>, std::vector<Action>>;
86 void destroyObjects(const std::vector<const char*>& paths);
126 using SigArgs = std::vector<std::unique_ptr<
133 using Events = std::vector<EventInfo>;
201 std::vector<sdbusplus::bus::match_t> _matches;
/openbmc/dbus-sensors/src/
H A DIpmbSensor.hpp56 static inline bool isValid(const std::vector<uint8_t>& data) in isValid()
86 std::tuple<int, uint8_t, uint8_t, uint8_t, uint8_t, std::vector<uint8_t>>;
96 std::vector<thresholds::Threshold>&& thresholdData,
108 const std::vector<uint8_t>& data, double& resp,
124 std::vector<uint8_t> commandData;
126 std::vector<uint8_t> initData;
/openbmc/phosphor-ipmi-blobs/test/
H A Dmanager_mock.hpp28 MOCK_METHOD(bool, commit, (uint16_t, const std::vector<uint8_t>&),
31 MOCK_METHOD(std::vector<uint8_t>, read, (uint16_t, uint32_t, uint32_t),
33 MOCK_METHOD(bool, write, (uint16_t, uint32_t, const std::vector<uint8_t>&),
37 (uint16_t, uint32_t, const std::vector<uint8_t>&), (override));
/openbmc/pldm/common/test/
H A Dpldm_utils_test.cpp146 std::vector<uint8_t> pdr( in TEST()
180 std::vector<uint8_t> pdr( in TEST()
214 std::vector<uint8_t> pdr( in TEST()
230 std::vector<uint8_t> pdr( in TEST()
291 std::vector<uint8_t> pdr( in TEST()
348 std::vector<uint8_t> pdr( in TEST()
406 std::vector<uint8_t> pdr( in TEST()
482 std::vector<uint8_t> pdr( in TEST()
528 std::vector<uint8_t> pdr( in TEST()
574 std::vector<uint8_t> pdr( in TEST()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-vmx.c36 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v…
41 vector int vms[] = {
65 &vms[i], sizeof(vector int)); in signal_usr1()
83 &vms[NV_VMX_REGS + i], sizeof (vector int)); in signal_usr1()
/openbmc/linux/arch/x86/kvm/
H A Dirq.c125 int vector = v->arch.pending_external_vector; in kvm_cpu_get_extint() local
128 return vector; in kvm_cpu_get_extint()
138 int vector = kvm_cpu_get_extint(v); in kvm_cpu_get_interrupt() local
139 if (vector != -1) in kvm_cpu_get_interrupt()
140 return vector; /* PIC */ in kvm_cpu_get_interrupt()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsection.hpp75 const std::vector<std::string>& /*plugins*/, in getJSON()
90 const std::vector<std::string>& /*plugins*/) const in getJSON()
119 const std::vector<std::string>& getDebugData() const in getDebugData()
171 std::vector<std::string> _debugData;
/openbmc/phosphor-net-ipmid/command/
H A Dsession_cmds.hpp77 std::vector<uint8_t>
78 setSessionPrivilegeLevel(const std::vector<uint8_t>& inPayload,
116 std::vector<uint8_t> closeSession(const std::vector<uint8_t>& inPayload,
/openbmc/linux/arch/riscv/include/asm/
H A Dkvm_vcpu_vector.h21 __riscv_v_vstate_save(&context->vector, context->vector.datap); in __kvm_riscv_vector_save()
26 __riscv_v_vstate_restore(&context->vector, context->vector.datap); in __kvm_riscv_vector_restore()

1...<<11121314151617181920>>...88