Home
last modified time | relevance | path

Searched refs:vector (Results 1201 – 1225 of 2160) sorted by relevance

1...<<41424344454647484950>>...87

/openbmc/linux/arch/x86/kernel/apic/
H A DMakefile10 obj-$(CONFIG_X86_LOCAL_APIC) += apic.o apic_common.o apic_noop.o ipi.o vector.o init.o
H A Dx2apic_uv_x.c728 static void uv_send_IPI_one(int cpu, int vector) in uv_send_IPI_one() argument
734 if (vector == NMI_VECTOR) in uv_send_IPI_one()
742 (vector << UVH_IPI_INT_VECTOR_SHFT); in uv_send_IPI_one()
747 static void uv_send_IPI_mask(const struct cpumask *mask, int vector) in uv_send_IPI_mask() argument
752 uv_send_IPI_one(cpu, vector); in uv_send_IPI_mask()
755 static void uv_send_IPI_mask_allbutself(const struct cpumask *mask, int vector) in uv_send_IPI_mask_allbutself() argument
762 uv_send_IPI_one(cpu, vector); in uv_send_IPI_mask_allbutself()
766 static void uv_send_IPI_allbutself(int vector) in uv_send_IPI_allbutself() argument
773 uv_send_IPI_one(cpu, vector); in uv_send_IPI_allbutself()
777 static void uv_send_IPI_all(int vector) in uv_send_IPI_all() argument
[all …]
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Ducd90x_device.cpp47 Services& services, const std::vector<int>& gpioValues, in storePgoodFaultDebugData()
H A Dpmbus_driver_device.cpp34 std::vector<int> PMBusDriverDevice::getGPIOValues(Services& services) in getGPIOValues()
41 std::vector<int> values; in getGPIOValues()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_progress_src.hpp62 const std::tuple<uint64_t, std::vector<uint8_t>>& progressCodeBuffer);
/openbmc/linux/arch/arm64/kernel/
H A Dentry-common.c286 static void noinstr __panic_unhandled(struct pt_regs *regs, const char *vector, in __panic_unhandled() argument
294 vector, smp_processor_id(), esr, in __panic_unhandled()
301 #define UNHANDLED(el, regsize, vector) \ argument
302 asmlinkage void noinstr el##_##regsize##_##vector##_handler(struct pt_regs *regs) \
304 const char *desc = #regsize "-bit " #el " " #vector; \
/openbmc/qemu/docs/specs/
H A Divshmem-spec.rst74 bit 0..15: vector
101 and its low 16 bits select an interrupt vector.
114 The peer's interrupt for this vector then becomes pending. There is
121 communicate the interrupt vector to guest software then.
203 vector 0,..,N-1, in order. If the client is configured for fewer
209 for receiving interrupts from peers using vector 0,..,N-1, in
/openbmc/openpower-vpd-parser/vpd-manager/
H A Dmanager.cpp119 std::vector<RestoredEeproms>& blankPropertyList) in getListOfBlankSystemVpd()
187 std::vector<RestoredEeproms> blankSystemVpdProperties{}; in restoreSystemVpd()
345 const std::vector<nlohmann::json>& groupEEPROM = in processJSON()
556 const vector<nlohmann::json>& groupEEPROM = jsonFile["frus"][item]; in performVPDRecollection()
683 const std::vector<nlohmann::json>& groupEEPROM = in collectFRUVPD()
863 std::vector<std::string> interfaceList{ in deleteFRUVPD()
/openbmc/linux/arch/alpha/kernel/
H A Dsys_wildfire.c222 wildfire_device_interrupt(unsigned long vector) in wildfire_device_interrupt() argument
226 irq = (vector - 0x800) >> 4; in wildfire_device_interrupt()
/openbmc/openpower-proc-control/procedures/phal/
H A Dstart_host.cpp116 std::variant<std::vector<uint8_t>> val; in setClkNETerminationSite()
128 auto hwData = std::get<std::vector<uint8_t>>(val); in setClkNETerminationSite()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-Add-missing-includes-cstdint-and-cstdio.patch43 #include <vector>
55 #include <vector>
/openbmc/phosphor-fan-presence/control/json/utils/
H A Dpcie_card_metadata.cpp33 PCIeCardMetadata::PCIeCardMetadata(const std::vector<std::string>& systemNames) in PCIeCardMetadata()
38 void PCIeCardMetadata::loadCards(const std::vector<std::string>& systemNames) in loadCards()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dcallout.cpp85 std::vector<MRU::MRUCallout>{}) in Callout()
91 const std::vector<MRU::MRUCallout>& mrus) in Callout()
/openbmc/libpldm/tests/oem/ibm/
H A Dhost.cpp99 std::vector<uint8_t> responseMsg(hdrSize + in TEST()
121 std::vector<uint8_t> responseMsg(hdrSize + in TEST()
/openbmc/openpower-debug-collector/dump/
H A Ddump_monitor.cpp19 std::vector<std::string> args = {"opdreport"}; in executeCollectionScript()
59 std::vector<char*> argv; in executeCollectionScript()
/openbmc/linux/arch/x86/kvm/svm/
H A Davic.c699 u32 vector = svm->vmcb->control.exit_info_2 & in avic_unaccelerated_access_interception() local
706 trap, write, vector); in avic_unaccelerated_access_interception()
872 __func__, irq.vector); in get_pi_vcpu_info()
877 irq.vector); in get_pi_vcpu_info()
880 vcpu_info->vector = irq.vector; in get_pi_vcpu_info()
985 e->gsi, vcpu_info.vector, in avic_pi_update_irte()
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dtarget_from_group_max.hpp89 TargetFromGroupMax(const json& jsonObj, const std::vector<Group>& groups);
H A Dmissing_owner_target.cpp35 const std::vector<Group>& groups) : in MissingOwnerTarget()
/openbmc/phosphor-pid-control/
H A Dconf.hpp56 std::vector<SensorInput> inputs; // one or more sensors.
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c1044 static void set_idt_entry(struct kvm_vm *vm, int vector, unsigned long addr, in set_idt_entry() argument
1049 struct idt_entry *e = &base[vector]; in set_idt_entry()
1068 if (regs->vector == DE_VECTOR) in kvm_fixup_exception()
1072 regs->r9 = regs->vector; in kvm_fixup_exception()
1082 if (handlers && handlers[regs->vector]) { in route_exception()
1083 handlers[regs->vector](regs); in route_exception()
1093 regs->vector, regs->rip); in route_exception()
1124 void vm_install_exception_handler(struct kvm_vm *vm, int vector, in vm_install_exception_handler() argument
1129 handlers[vector] = (vm_vaddr_t)handler; in vm_install_exception_handler()
/openbmc/entity-manager/src/
H A Dentity_manager.cpp67 std::variant<std::vector<std::string>, std::vector<double>, std::string,
74 std::string, std::vector<std::weak_ptr<sdbusplus::asio::dbus_interface>>>
183 std::vector<PropertyType> values; in addArrayToDbus()
203 const std::vector<PropertyType>& newVal, in addArrayToDbus()
204 std::vector<PropertyType>& val) { in addArrayToDbus()
831 std::vector<std::filesystem::path> jsonPaths; in loadConfigurations()
833 std::vector<std::filesystem::path>{configurationDirectory, in loadConfigurations()
977 static std::vector<std::weak_ptr<sdbusplus::asio::dbus_interface>>&
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp41 std::vector<std::string> groupNames, in createLocalUser()
120 std::vector<std::string> groups{"testGroup"}; in TEST_F()
128 std::get<std::vector<std::string>>(userInfo["UserGroups"])); in TEST_F()
183 EXPECT_EQ(getCSVFromVector(std::vector<std::string>{"123"}), "123"); in TEST()
184 EXPECT_EQ(getCSVFromVector(std::vector<std::string>{"123", "456"}), in TEST()
350 MOCK_METHOD(std::vector<std::string>, getFailedAttempt, (const char*),
950 std::vector<std::string> output = {"whatever", in TEST_F()
978 std::vector<std::string> output = {"whatever", in TEST_F()
995 std::vector<std::string> output = {"whatever", in TEST_F()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp411 static std::optional<std::vector<std::string>>
785 std::vector<std::string> interfaces; in ipmiSetSensorReading()
2119 std::vector<uint8_t>& recordData, uint16_t recordID, in getSensorDataRecord()
2158 std::vector<std::string> interfaces; in getSensorDataRecord()
2294 std::vector<uint8_t> record; in ipmiSensorGetDeviceSdrInfo()
2498 std::vector<uint8_t> // payload
2520 std::vector<uint8_t> record; in ipmiStorageGetSDR()
2565 std::vector<sensorInfo> // The list of sensors
2570 std::vector<sensorInfo> sensorList; in getSensorsByEntityId()
2758 std::vector<uint16_t> sensorRec{}; in getSensorInfo()
[all …]
/openbmc/phosphor-snmp/
H A Dsnmp_util.hpp69 std::vector<std::string> getManagers();
/openbmc/phosphor-debug-collector/
H A Dcore_manager.hpp61 void createHelper(const std::vector<std::string>& files);

1...<<41424344454647484950>>...87