Home
last modified time | relevance | path

Searched refs:vector (Results 1726 – 1750 of 2161) sorted by relevance

1...<<61626364656667686970>>...87

/openbmc/intel-ipmi-oem/src/
H A Dipmi_to_redfish_hooks.cpp54 std::vector<std::string> messageArgs; in biosMessageHook()
324 std::vector<std::string> messageArgs; in biosSMIMessageHook()
/openbmc/linux/drivers/virtio/
H A Dvirtio_pci_modern.c286 static u16 vp_config_vector(struct virtio_pci_device *vp_dev, u16 vector) in vp_config_vector() argument
288 return vp_modern_config_vector(&vp_dev->mdev, vector); in vp_config_vector()
/openbmc/linux/Documentation/arch/x86/x86_64/
H A Dfsgs.rst106 ELF AUX vector. If the HWCAP2_FSGSBASE bit is set in the AUX vector, the
/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h277 int vector; member
705 int vector; member
/openbmc/linux/Documentation/powerpc/
H A Delf_hwcaps.rst17 exposed in the auxiliary vector.
20 AT_HWCAP2 entry of the auxiliary vector, and testing whether the relevant
/openbmc/linux/drivers/iommu/amd/
H A Damd_iommu_types.h953 vector : 8, member
996 u64 vector : 8, member
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0025-gcc-testsuite-tweaks-for-mips-OE.patch13 multiple times through the vector testsuite. In the case of the two above, we can
22 Enable that downgrading for other cases where hardware to run vector extensions is
/openbmc/pldm/platform-mc/
H A Dterminus_manager.cpp325 std::vector<uint8_t> pldmCmds(size); in initMctpTerminus()
333 std::vector<bitfield8_t> cmds(PLDM_MAX_CMDS_PER_TYPE / 8); in initMctpTerminus()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c1637 free_irq(bp->msix_table[offset].vector, bp->dev); in bnx2x_free_msix_irqs()
1639 bp->msix_table[offset].vector); in bnx2x_free_msix_irqs()
1653 i, bp->msix_table[offset].vector); in bnx2x_free_msix_irqs()
1764 rc = request_irq(bp->msix_table[offset++].vector, in bnx2x_req_msix_irqs()
1781 rc = request_irq(bp->msix_table[offset].vector, in bnx2x_req_msix_irqs()
1785 bp->msix_table[offset].vector, rc); in bnx2x_req_msix_irqs()
1798 bp->msix_table[0].vector, in bnx2x_req_msix_irqs()
1799 0, bp->msix_table[offset].vector, in bnx2x_req_msix_irqs()
1805 0, bp->msix_table[offset].vector, in bnx2x_req_msix_irqs()
1836 irq = bp->msix_table[0].vector; in bnx2x_req_irq()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/
H A D0001-fix-dispmanx-build.patch87 #include <vector>
/openbmc/phosphor-watchdog/src/
H A Dmainapp.cpp96 std::vector<std::string> actionTargets; in main()
/openbmc/linux/security/selinux/
H A DKconfig45 This option collects access vector cache statistics to
/openbmc/linux/Documentation/virt/kvm/s390/
H A Ds390-pv-dump.rst42 point, vector, control and tod/timers of a vcpu. The vcpu dump can
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_main.c2372 u32 vector; in qedf_sync_free_irqs() local
2381 vector = qedf->int_info.msix[vector_idx].vector; in qedf_sync_free_irqs()
2382 synchronize_irq(vector); in qedf_sync_free_irqs()
2383 irq_set_affinity_hint(vector, NULL); in qedf_sync_free_irqs()
2384 irq_set_affinity_notifier(vector, NULL); in qedf_sync_free_irqs()
2385 free_irq(vector, &qedf->fp_array[i]); in qedf_sync_free_irqs()
2399 u32 vector; in qedf_request_msix_irq() local
2408 vector = qedf->int_info.msix[vector_idx].vector; in qedf_request_msix_irq()
2409 rc = request_irq(vector, qedf_msix_handler, 0, "qedf", in qedf_request_msix_irq()
2419 rc = irq_set_affinity_hint(vector, get_cpu_mask(cpu)); in qedf_request_msix_irq()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c526 switch (vector) { in exception_class()
551 if (WARN_ON(vector > 31 || vector == NMI_VECTOR)) in exception_type()
554 mask = 1 << vector; in exception_type()
579 switch (ex->vector) { in kvm_deliver_exception_payload()
631 ex->vector = vector; in kvm_queue_exception_vmexit()
8452 ctxt->exception.vector = -1; in init_emulate_ctxt()
10620 vcpu->run->eoi.vector = in vcpu_enter_guest()
12184 cs.selector = vector << 8; in kvm_vcpu_deliver_sipi_vector()
12185 cs.base = vector << 12; in kvm_vcpu_deliver_sipi_vector()
13139 fault.vector = PF_VECTOR; in kvm_arch_async_page_not_present()
[all …]
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_eqs.c799 err = request_irq(entry.vector, aeq_interrupt, 0, eq->irq_name, eq); in init_eq()
803 err = request_irq(entry.vector, ceq_interrupt, 0, eq->irq_name, eq); in init_eq()
826 free_irq(eq->msix_entry.vector, eq); in remove_eq()
/openbmc/intel-ipmi-oem/docs/
H A DIntel_IPMI_Platform_Events.md216 std::vector<std::string>& parameters)
244 std::vector<std::string>& parameters)
287 `std::vector<std::string>& parameters`. This data is then used to form a valid
/openbmc/linux/arch/alpha/kernel/
H A Dcore_wildfire.c328 wildfire_machine_check(unsigned long vector, unsigned long la_ptr) in wildfire_machine_check() argument
337 process_mcheck_info(vector, la_ptr, "WILDFIRE", in wildfire_machine_check()
/openbmc/linux/Documentation/arch/arm64/
H A Delf_hwcaps.rst17 of flags called hwcaps, exposed in the auxiliary vector.
20 AT_HWCAP2 entry of the auxiliary vector, and testing whether the relevant
/openbmc/linux/Documentation/arch/sparc/oradax/
H A Ddax-hv-api.txt360 0x8 Packed vector of single bit elements
366 from an bit vector, which was 1.
368 from an bit vector, which was 1.
402 …Converts an input vector in one format to an output vector in another format. All input format typ…
599 …There are two supported formats for the output stream: the bit vector and index array formats (cod…
600 …0xD, and 0xE). For the standard scan command using the bit vector output, for each input element t…
725 …indices, and outputs a bit vector or index array created by reading the tables bit value at each i…
727 …when outputting as a bit vector. When outputting as an index array, the number of elements depends…
748 …e return value of the CCB completion area contains the number of bits set in the output bit vector,
838 … input streams are allowed, since the secondary input stream is used for the filtering bit vector.
[all …]
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0001-Add-support-for-persistent-only-settings.patch34 const std::vector<Path>& paths = objects.map.at(iface);
/openbmc/fb-ipmi-oem/include/
H A Dsensorutils.hpp64 boost::container::flat_map<std::string, std::vector<std::string>>,
/openbmc/openpower-hw-diags/test/
H A Dtest-pdbg-dts.cpp244 std::vector<libhei::Chip> chips; in TEST()
/openbmc/phosphor-led-manager/manager/
H A Dmanager.cpp122 std::vector<std::pair<ActionSet&, ActionSet&>> actionsVec = { in driveLEDs()
/openbmc/phosphor-health-monitor/
H A Dhealth_metric.cpp253 std::vector<association_t> associations; in create()

1...<<61626364656667686970>>...87