Home
last modified time | relevance | path

Searched refs:vector (Results 1101 – 1125 of 2160) sorted by relevance

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

/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/
H A Dprocessor.h129 int vector, handler_fn handler);
131 int vector, int ec, handler_fn handler);
/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_mgmt.hpp35 using DbusVariant = std::variant<std::vector<std::string>, std::string, bool>;
37 using DbusChObjProperties = std::vector<std::pair<std::string, DbusVariant>>;
/openbmc/linux/arch/x86/kernel/apic/
H A Dio_apic.c272 writel(vector, &io_apic->eoi); in io_apic_eoi()
489 io_apic_eoi(apic, vector); in __eoi_ioapic_pin()
517 __eoi_ioapic_pin(entry->apic, entry->pin, vector); in eoi_ioapic_pin()
553 __eoi_ioapic_pin(apic, pin, entry.vector); in clear_IO_APIC_pin()
1819 i = cfg->vector; in ioapic_ack_level()
1837 eoi_ioapic_pin(cfg->vector, irq_data->chip_data); in ioapic_ack_level()
1854 eoi_ioapic_pin(data->entry.vector, data); in ioapic_ir_ack_level()
1886 entry->vector = msg.arch_data.vector; in ioapic_setup_msg_from_msi()
2012 if (IO_APIC_IRQ(irq) && cfg && !cfg->vector) { in init_IO_APIC_traps()
2104 entry1.vector = 0; in unlock_ExtINT_logic()
[all …]
/openbmc/u-boot/arch/m68k/include/asm/
H A Dptrace.h30 unsigned vector:12; /* vector offset */ member
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dmissing_owner_target.hpp57 MissingOwnerTarget(const json& jsonObj, const std::vector<Group>& groups);
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_dbus.hpp52 const std::vector<FFDCTuple>& ffdc);
/openbmc/openpower-hw-diags/attn/
H A Dattn_main.cpp33 std::vector<std::unique_ptr<attn::AttnMonitor>> gpios; in attnDaemon()
/openbmc/phosphor-state-manager/
H A Dsystemd_service_parser.cpp6 ServiceMonitorData parseServiceFiles(const std::vector<std::string>& filePaths) in parseServiceFiles()
/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp433 std::vector<std::pair<std::string, std::string>>> in getObjectAndEnumerate()
549 inline std::vector<std::string> dbusArgSplit(const std::string& string) in dbusArgSplit()
551 std::vector<std::string> ret; in dbusArgSplit()
602 const std::vector<std::string> argTypes = dbusArgSplit(argType); in convertJsonToDbus()
985 std::vector<std::string> types = dbusArgSplit(typeCode); in readDictEntryFromMessage()
1127 std::vector<std::string> types = dbusArgSplit(containedTypes); in readStructFromMessage()
1600 const std::vector<std::pair<std::string, std::vector<std::string>>>& in handleAction()
1631 const std::vector<std::pair<std::string, std::vector<std::string>>>& in handleDelete()
1741 for (const std::pair<std::string, std::vector<std::string>>& in handleGet()
1914 for (const std::pair<std::string, std::vector<std::string>>& in handlePut()
[all …]
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp188 using Intfs = std::vector<Intf>; in getSubTreeRaw()
202 const std::vector<std::string>& intfs, in getSubTreeRaw()
210 using Intfs = std::vector<Intf>; in getSubTreeRaw()
246 using Intfs = std::vector<Intf>; in getSubTreePathsRaw()
247 using ObjectPaths = std::vector<Path>; in getSubTreePathsRaw()
279 using GetObject = std::map<std::string, std::vector<std::string>>; in getServiceRaw()
/openbmc/telemetry/tests/src/
H A Dtest_trigger_manager.cpp85 auto thresholds = std::vector<discrete::LabeledThresholdParam>{ in TEST_F()
100 auto thresholds = std::vector<discrete::LabeledThresholdParam>(); in TEST_F()
265 .thresholdParams(std::vector<discrete::LabeledThresholdParam>{ in TEST_F()
360 .thresholdParams(std::vector<discrete::LabeledThresholdParam>{ in TEST_F()
450 .WillByDefault(Return(std::vector<FilePath>{ in SetUp()
495 std::vector<discrete::LabeledThresholdParam>{ in TEST_F()
/openbmc/linux/drivers/infiniband/hw/efa/
H A Defa_main.c140 int vector) in efa_setup_comp_irq() argument
144 cpu = vector - EFA_COMP_EQS_VEC_BASE; in efa_setup_comp_irq()
149 eq->irq.vector = vector; in efa_setup_comp_irq()
150 eq->irq.irqn = pci_irq_vector(dev->pdev, vector); in efa_setup_comp_irq()
168 dev->admin_irq.vector = dev->admin_msix_vector_idx; in efa_setup_mgmnt_irq()
/openbmc/phosphor-ipmi-blobs/
H A Dprocess.hpp47 Resp handleBlobCommand(uint8_t cmd, std::vector<uint8_t> data, size_t maxSize);
/openbmc/google-misc/subprojects/nemora-postd/src/
H A Dnemora.hpp84 void UpdateEventData(std::vector<uint64_t>&& postcodes);
/openbmc/google-misc/subprojects/ncsid/test/
H A Dnet_iface_mock.h34 mutable std::vector<int> bound_socks;
/openbmc/linux/arch/microblaze/
H A DKconfig169 hex "Microblaze reset vector address setup"
172 Set this option to have the kernel override the CPU Reset vector.
173 If zero, no change will be made to the MicroBlaze reset vector at
176 to the reset vector at address 0x0.
/openbmc/linux/arch/ia64/include/asm/
H A Dprocessor.h127 __u64 vector : 8; member
530 ia64_get_irr(unsigned int vector) in ia64_get_irr() argument
532 unsigned int reg = vector / 64; in ia64_get_irr()
533 unsigned int bit = vector % 64; in ia64_get_irr()
/openbmc/linux/arch/x86/kvm/
H A Dx86.h114 static inline void kvm_queue_interrupt(struct kvm_vcpu *vcpu, u8 vector, in kvm_queue_interrupt() argument
119 vcpu->arch.interrupt.nr = vector; in kvm_queue_interrupt()
174 static inline bool x86_exception_has_error_code(unsigned int vector) in x86_exception_has_error_code() argument
180 return (1U << vector) & exception_has_error_code; in x86_exception_has_error_code()
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Drail_tests.cpp802 std::vector<int> gpioValues{0, 0, 0, 0, 0, 0}; in TEST()
826 std::vector<int> gpioValues{0, 0, 0, 0, 0, 0}; in TEST()
854 std::vector<int> gpioValues{0, 0, 0, 1, 0, 0}; in TEST()
886 std::vector<int> gpioValues{0, 0, 0, 0, 0, 0}; in TEST()
1133 std::vector<int> gpioValues{1, 1, 1, 0, 1, 1}; in TEST()
1162 std::vector<int> gpioValues{1, 1, 1, 1, 1, 1}; in TEST()
1186 std::vector<int> gpioValues{0, 0, 0, 0, 0, 0}; in TEST()
1212 std::vector<int> gpioValues{1, 1, 1, 1, 1, 1}; in TEST()
1246 std::vector<int> gpioValues{1, 1, 1, 0, 1, 1}; in TEST()
1285 std::vector<int> gpioValues{0, 0, 0, 1, 0, 0}; in TEST()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c564 unsigned int vector, q_vectors; in iavf_request_traffic_irqs() local
573 for (vector = 0; vector < q_vectors; vector++) { in iavf_request_traffic_irqs()
576 irq_num = adapter->msix_entries[vector + NONQ_VECS].vector; in iavf_request_traffic_irqs()
618 while (vector) { in iavf_request_traffic_irqs()
619 vector--; in iavf_request_traffic_irqs()
620 irq_num = adapter->msix_entries[vector + NONQ_VECS].vector; in iavf_request_traffic_irqs()
671 for (vector = 0; vector < q_vectors; vector++) { in iavf_free_traffic_irqs()
672 irq_num = adapter->msix_entries[vector + NONQ_VECS].vector; in iavf_free_traffic_irqs()
1647 int vector, v_budget; in iavf_set_interrupt_capability() local
1672 for (vector = 0; vector < v_budget; vector++) in iavf_set_interrupt_capability()
[all …]
/openbmc/phosphor-net-ipmid/sol/
H A Dconsole_buffer.hpp51 void write(const std::vector<uint8_t>& input) in write()
/openbmc/google-ipmi-sys/
H A Dhost_power_off.cpp56 std::vector<uint8_t>{}); in hostPowerOff()
/openbmc/phosphor-power/
H A Dcompatible_system_types_finder.hpp69 const std::vector<std::string>& compatibleSystemTypes)>;
/openbmc/linux/Documentation/filesystems/
H A Dxfs-delayed-logging-design.rst471 If we then copy the vector into the memory buffer and rewrite the vector to
495 Delayed logging vector::
639 | -> vector array
642 | -> vector array
648 | -> vector array
651 -> vector array
660 | -> vector array
664 | -> vector array
671 | -> vector array
675 -> vector array
[all …]
/openbmc/phosphor-logging/test/openpower-pels/
H A Dextended_user_header_test.cpp25 const std::vector<uint8_t> sectionData{
86 std::vector<uint8_t> newData; in TEST()
122 std::vector<uint8_t> newData; in TEST()

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