/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | generic.hpp | 12 * @class Generic 19 class Generic : public Section class 22 Generic() = delete; 23 ~Generic() override = default; 24 Generic(const Generic&) = default; 25 Generic& operator=(const Generic&) = default; 26 Generic(Generic&&) = default; 27 Generic& operator=(Generic&&) = default; 36 explicit Generic(Stream& pel);
|
H A D | generic.cpp | 16 #include "generic.hpp" 25 void Generic::unflatten(Stream& stream) in unflatten() 32 "Generic::unflatten: SectionHeader::size field too small"); in unflatten() 41 void Generic::flatten(Stream& stream) const in flatten() 46 Generic::Generic(Stream& pel) in Generic() function in openpower::pels::Generic 55 lg2::error("Cannot unflatten generic section: {EXCEPTION}", "EXCEPTION", in Generic() 61 void Generic::validate() in validate()
|
/openbmc/u-boot/drivers/firmware/ |
H A D | ti_sci.h | 17 /* Generic Messages */ 54 * struct ti_sci_msg_hdr - Generic Message Header for All messages and responses 87 * @hdr: Generic header 97 * Response to a generic message with message type TI_SCI_MSG_VERSION 109 * @hdr: Generic Header 111 * Request type is TI_SCI_MSG_SYS_RESET, responded with a generic 120 * @hdr: Generic Header 126 * Request type is TI_SCI_MSG_BOARD_CONFIG, responded with a generic 138 * @hdr: Generic header 155 * Request type is TI_SCI_MSG_SET_DEVICE_STATE, responded with a generic [all …]
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | opensbi.yml | 72 - pc-bios/opensbi-riscv32-generic-fw_dynamic.bin 73 - pc-bios/opensbi-riscv64-generic-fw_dynamic.bin 74 - opensbi32-generic-stdout.log 75 - opensbi32-generic-stderr.log 76 - opensbi64-generic-stdout.log 77 - opensbi64-generic-stderr.log 86 …- make -j${JOBS} -C roms opensbi32-generic 2>&1 1>opensbi32-generic-stdout.log | tee -a opensbi32-… 88 …- make -j${JOBS} -C roms opensbi64-generic 2>&1 1>opensbi64-generic-stdout.log | tee -a opensbi64-…
|
/openbmc/openbmc/poky/meta/conf/machine/include/mips/ |
H A D | tune-mips64r2.inc | 15 QEMU_EXTRAOPTIONS:tune-mips64r2 = " -cpu MIPS64R2-generic" 21 QEMU_EXTRAOPTIONS:tune-mips64r2el = " -cpu MIPS64R2-generic" 30 QEMU_EXTRAOPTIONS:tune-mips64r2-nf = " -cpu MIPS64R2-generic" 36 QEMU_EXTRAOPTIONS:tune-mips64r2el-nf = " -cpu MIPS64R2-generic" 45 QEMU_EXTRAOPTIONS:tune-mips64r2-n32 = " -cpu MIPS64R2-generic" 51 QEMU_EXTRAOPTIONS:tune-mips64r2el-n32 = " -cpu MIPS64R2-generic" 60 QEMU_EXTRAOPTIONS:tune-mips64r2-nf-n32 = " -cpu MIPS64R2-generic" 66 QEMU_EXTRAOPTIONS:tune-mips64r2el-nf-32 = " -cpu MIPS64R2-generic" 75 QEMU_EXTRAOPTIONS:tune-mips64r2-o32 = " -cpu MIPS64R2-generic" 81 QEMU_EXTRAOPTIONS:tune-mips64r2el-o32 = " -cpu MIPS64R2-generic" [all …]
|
/openbmc/qemu/hw/acpi/ |
H A D | ghes.c | 37 /* Generic Hardware Error Source version 2 */ 40 /* Address offset in Generic Address Structure(GAS) */ 44 * The total size of Generic Error Data Entry 45 * ACPI 6.1/6.2: 18.3.2.7.1 Generic Error Data, 46 * Table 18-343 Generic Error Data Entry 57 * Total size for Generic Error Status Block except Generic Error Data Entries 58 * ACPI 6.2: 18.3.2.7.1 Generic Error Data, 59 * Table 18-380 Generic Error Status Block 104 * Generic Error Data Entry 105 * ACPI 6.1: 18.3.2.7.1 Generic Error Data [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/ |
H A D | 0001-generic-tcl.h-use-Tcl_WideInt-for-seconds-in-Tcl_Tim.patch | 4 Subject: [PATCH] generic/tcl.h: use Tcl_WideInt for seconds in Tcl_Time 18 generic/tcl.h | 2 +- 21 diff --git a/generic/tcl.h b/generic/tcl.h 23 --- a/generic/tcl.h 24 +++ b/generic/tcl.h
|
/openbmc/u-boot/arch/nios2/include/asm/ |
H A D | bitops.h | 10 /* copied from linux-2.6/include/asm-generic/bitops */ 15 #include <asm-generic/bitops/fls.h> 16 #include <asm-generic/bitops/__fls.h> 17 #include <asm-generic/bitops/fls64.h> 18 #include <asm-generic/bitops/__ffs.h>
|
/openbmc/u-boot/arch/arc/include/asm/ |
H A D | bitops.h | 18 #include <asm-generic/bitops/fls.h> 19 #include <asm-generic/bitops/__fls.h> 20 #include <asm-generic/bitops/fls64.h> 21 #include <asm-generic/bitops/__ffs.h>
|
/openbmc/libcper/sections/ |
H A D | cper-section-dmar-generic.c | 2 * Describes functions for converting generic DMAr CPER sections from binary and JSON format 11 #include <libcper/sections/cper-section-dmar-generic.h> 15 //Converts a single generic DMAr CPER section into JSON IR. 22 "A DMAr Generic Error occurred"); in cper_section_dmar_generic_to_ir() 25 "Error: Could not write to DMAr Generic description string\n"); in cper_section_dmar_generic_to_ir() 28 "Error: DMAr Generic description string truncated\n"); in cper_section_dmar_generic_to_ir() 84 //Converts a single generic DMAR CPER-JSON section into CPER binary, outputting to the given stream.
|
/openbmc/u-boot/doc/ |
H A D | README.generic-board | 11 initialisation slightly differently. To address this, a new 'generic board 33 The full text of the original generic board series is reproduced below. 37 This series creates a generic board.c implementation which contains 70 This series removes the dependency on generic relocation. So relocation 81 of simply enabling generic board support for an architecture. It is then up 85 with the generic approach, and enough boards run. 95 A generic global_data structure is also required. This might upset a few 103 Similarly we need a generic bd_info structure, since generic code will 112 cleanup series and the generic relocation series) the goal is the
|
/openbmc/qemu/docs/system/riscv/ |
H A D | microblaze-v-generic.rst | 1 Microblaze-V generic board (``amd-microblaze-v-generic``) 12 The MicroBlaze™ V generic board in QEMU has following supported devices: 32 (xilinx_mbv32_defconfig) on the Microblaze-V generic board. 36 $ qemu-system-riscv32 -M amd-microblaze-v-generic \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/deqp-runner/ |
H A D | 0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch | 12 src/unix/linux_like/linux/arch/generic/mod.rs | 4 +++- 15 diff --git a/src/unix/linux_like/linux/arch/generic/mod.rs b/src/unix/linux_like/linux/arch/generic… 17 --- a/src/unix/linux_like/linux/arch/generic/mod.rs 18 +++ b/src/unix/linux_like/linux/arch/generic/mod.rs
|
/openbmc/u-boot/doc/device-tree-bindings/usb/ |
H A D | marvell.xhci-usb.txt | 4 It uses the same properties as a generic XHCI host controller 8 - "marvell,armada3700-xhci", "generic-xhci" for Armada 37xx SoCs 9 - "marvell,armada-8k-xhci", "generic-xhci" for Armada A8K SoCs 22 "generic-xhci";
|
/openbmc/qemu/gdb-xml/ |
H A D | hexagon-core.xml | 19 …offset="0" encoding="uint" format="hex" group="Thread Registers" dwarf_regnum="0" generic="r00"/> 20 …offset="4" encoding="uint" format="hex" group="Thread Registers" dwarf_regnum="1" generic="r01"/> 21 …offset="8" encoding="uint" format="hex" group="Thread Registers" dwarf_regnum="2" generic="r02"/> 22 …offset="12" encoding="uint" format="hex" group="Thread Registers" dwarf_regnum="3" generic="r03"/> 23 …offset="16" encoding="uint" format="hex" group="Thread Registers" dwarf_regnum="4" generic="r04"/> 24 …offset="20" encoding="uint" format="hex" group="Thread Registers" dwarf_regnum="5" generic="r05"/> 25 …offset="24" encoding="uint" format="hex" group="Thread Registers" dwarf_regnum="6" generic="r06"/> 26 …offset="28" encoding="uint" format="hex" group="Thread Registers" dwarf_regnum="7" generic="r07"/> 27 …offset="32" encoding="uint" format="hex" group="Thread Registers" dwarf_regnum="8" generic="r08"/> 28 …offset="36" encoding="uint" format="hex" group="Thread Registers" dwarf_regnum="9" generic="r09"/> [all …]
|
/openbmc/libcper/include/libcper/sections/ |
H A D | cper-section-arm.h | 46 (const char *[]){ "Instruction", "Data Access", "Generic" } 54 (const char *[]){ "Generic Error", "Generic Read", "Generic Write", \ 60 (const char *[]){ "Generic Error", \ 61 "Generic Read", \ 62 "Generic Write", \ 73 "Local Processor Observed", "Generic" }
|
/openbmc/u-boot/board/xilinx/microblaze-generic/ |
H A D | MAINTAINERS | 1 MICROBLAZE-GENERIC BOARD 4 F: board/xilinx/microblaze-generic/ 5 F: include/configs/microblaze-generic.h
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/clang-layer/recipes-support/thin-provisioning-tools/thin-provisioning-tools/ |
H A D | 0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch | 12 src/unix/linux_like/linux/arch/generic/mod.rs | 6 +++++- 15 diff --git a/src/unix/linux_like/linux/arch/generic/mod.rs b/src/unix/linux_like/linux/arch/generic… 17 --- a/src/unix/linux_like/linux/arch/generic/mod.rs 18 +++ b/src/unix/linux_like/linux/arch/generic/mod.rs
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cbindgen/cbindgen/ |
H A D | 0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch | 12 src/unix/linux_like/linux/arch/generic/mod.rs | 6 +++++- 15 diff --git a/src/unix/linux_like/linux/arch/generic/mod.rs b/src/unix/linux_like/linux/arch/generic… 17 --- a/src/unix/linux_like/linux/arch/generic/mod.rs 18 +++ b/src/unix/linux_like/linux/arch/generic/mod.rs
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/cargo-c/ |
H A D | 0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch | 12 src/unix/linux_like/linux/arch/generic/mod.rs | 6 +++++- 15 diff --git a/src/unix/linux_like/linux/arch/generic/mod.rs b/src/unix/linux_like/linux/arch/generic… 17 --- a/src/unix/linux_like/linux/arch/generic/mod.rs 18 +++ b/src/unix/linux_like/linux/arch/generic/mod.rs
|
/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | bitops.h | 11 #include <asm-generic/bitops/fls.h> 12 #include <asm-generic/bitops/__fls.h> 13 #include <asm-generic/bitops/fls64.h> 14 #include <asm-generic/bitops/__ffs.h>
|
/openbmc/u-boot/ |
H A D | Kbuild | 4 # 1) Generate generic-asm-offsets.h 34 # 1) Generate generic-asm-offsets.h 36 generic-offsets-file := include/generated/generic-asm-offsets.h 38 always := $(generic-offsets-file) 46 $(obj)/$(generic-offsets-file): lib/asm-offsets.s FORCE
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/ |
H A D | 0001-m4-Check-for-libunwind-instead-of-libunwind-generic.patch | 4 Subject: [PATCH] m4: Check for libunwind instead of libunwind-generic 6 libunwind-generic is specific to nongnu libunwind, when using llvm 7 libunwind this fails, so poking for libunwind make it generic 23 - PKG_CHECK_MODULES([LIBUNWIND], [libunwind-generic],[
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | generic-pcihost.c | 2 * libqos PCI bindings for generic PCI 15 #include "generic-pcihost.h" 27 if (!g_strcmp0(device, "pci-bus-generic")) { in generic_pcihost_get_device() 30 fprintf(stderr, "%s not present in generic-pcihost\n", device); in generic_pcihost_get_device() 174 fprintf(stderr, "%s not present in pci-bus-generic\n", interface); in qpci_generic_get_driver() 220 qos_node_create_driver("pci-bus-generic", NULL); in qpci_generic_register_nodes() 221 qos_node_produces("pci-bus-generic", "pci-bus"); in qpci_generic_register_nodes() 226 qos_node_create_driver("generic-pcihost", NULL); in qpci_generic_pci_register_nodes() 227 qos_node_contains("generic-pcihost", "pci-bus-generic", NULL); in qpci_generic_pci_register_nodes()
|
/openbmc/boost-dbus/include/dbus/detail/ |
H A D | watch_timeout.hpp | 10 #include <boost/asio/generic/stream_protocol.hpp> 28 boost::asio::generic::stream_protocol::socket &socket = in operator ()() 29 *static_cast<boost::asio::generic::stream_protocol::socket *>(data); in operator ()() 42 static_cast<boost::asio::generic::stream_protocol::socket *>(watch_data); in watch_toggled() 70 boost::asio::generic::stream_protocol::socket &socket = in add_watch() 71 *new boost::asio::generic::stream_protocol::socket(io); in add_watch() 73 socket.assign(boost::asio::generic::stream_protocol(0, 0), fd); in add_watch() 82 delete static_cast<boost::asio::generic::stream_protocol::socket *>( in remove_watch()
|