Searched full:generic (Results 1 – 25 of 3481) sorted by relevance
12345678910>>...140
12 * @class Generic19 class Generic : public Section class22 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);
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::Generic55 lg2::error("Cannot unflatten generic section: {EXCEPTION}", "EXCEPTION", in Generic()61 void Generic::validate() in validate()
17 /* Generic Messages */54 * struct ti_sci_msg_hdr - Generic Message Header for All messages and responses87 * @hdr: Generic header97 * Response to a generic message with message type TI_SCI_MSG_VERSION109 * @hdr: Generic Header111 * Request type is TI_SCI_MSG_SYS_RESET, responded with a generic120 * @hdr: Generic Header126 * Request type is TI_SCI_MSG_BOARD_CONFIG, responded with a generic138 * @hdr: Generic header155 * Request type is TI_SCI_MSG_SET_DEVICE_STATE, responded with a generic[all …]
72 - pc-bios/opensbi-riscv32-generic-fw_dynamic.bin73 - pc-bios/opensbi-riscv64-generic-fw_dynamic.bin74 - opensbi32-generic-stdout.log75 - opensbi32-generic-stderr.log76 - opensbi64-generic-stdout.log77 - opensbi64-generic-stderr.log86 …- 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-…
37 /* Generic Hardware Error Source version 2 */40 /* Address offset in Generic Address Structure(GAS) */44 * The total size of Generic Error Data Entry45 * ACPI 6.1/6.2: 18.3.2.7.1 Generic Error Data,46 * Table 18-343 Generic Error Data Entry57 * Total size for Generic Error Status Block except Generic Error Data Entries58 * ACPI 6.2: 18.3.2.7.1 Generic Error Data,59 * Table 18-380 Generic Error Status Block104 * Generic Error Data Entry105 * ACPI 6.1: 18.3.2.7.1 Generic Error Data[all …]
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 …]