/openbmc/linux/arch/m68k/fpsp040/ |
H A D | tbldo.S | 85 .long serror |$04-0 ERROR - illegal extension 86 .long serror |$04-1 ERROR - illegal extension 87 .long serror |$04-2 ERROR - illegal extension 88 .long serror |$04-3 ERROR - illegal extension 89 .long serror |$04-4 ERROR - illegal extension 90 .long serror |$04-5 ERROR - illegal extension 91 .long serror |$04-6 ERROR - illegal extension 92 .long serror |$04-7 ERROR - illegal extension 94 .long serror |$05-0 ERROR - illegal extension 95 .long serror |$05-1 ERROR - illegal extension [all …]
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/ |
H A D | xserver-xorg_21.1.15.bb | 11 RREPLACES:${PN} = "${PN}-extension-dri \ 12 ${PN}-extension-dri2 \ 13 ${PN}-extension-record \ 14 ${PN}-extension-extmod \ 15 ${PN}-extension-dbe \ 17 RPROVIDES:${PN} = "${PN}-extension-dri \ 18 ${PN}-extension-dri2 \ 19 ${PN}-extension-record \ 20 ${PN}-extension-extmod \ 21 ${PN}-extension-dbe \ [all …]
|
H A D | xserver-xorg.inc | 64 ${PN}-extension-dri \ 65 ${PN}-extension-dri2 \ 66 ${PN}-extension-glx \ 67 ${PN}-extension-record \ 68 ${PN}-extension-extmod \ 69 ${PN}-extension-dbe \ 99 FILES:${PN}-extension-dri = "${libdir}/xorg/modules/extensions/libdri.so" 100 FILES:${PN}-extension-dri2 = "${libdir}/xorg/modules/extensions/libdri2.so" 101 FILES:${PN}-extension-glx = "${libdir}/xorg/modules/extensions/libglx.so" 102 FILES:${PN}-extension-record = "${libdir}/xorg/modules/extensions/librecord.so" [all …]
|
/openbmc/linux/drivers/hid/ |
H A D | hid-wiimote-modules.c | 803 * Nunchuk Extension 804 * The Nintendo Wii Nunchuk was the first official extension published by 878 input_report_abs(wdata->extension.input, ABS_HAT0X, bx); in wiimod_nunchuk_in_ext() 879 input_report_abs(wdata->extension.input, ABS_HAT0Y, by); in wiimod_nunchuk_in_ext() 881 input_report_abs(wdata->extension.input, ABS_RX, x); in wiimod_nunchuk_in_ext() 882 input_report_abs(wdata->extension.input, ABS_RY, y); in wiimod_nunchuk_in_ext() 883 input_report_abs(wdata->extension.input, ABS_RZ, z); in wiimod_nunchuk_in_ext() 886 input_report_key(wdata->extension.input, in wiimod_nunchuk_in_ext() 889 input_report_key(wdata->extension.input, in wiimod_nunchuk_in_ext() 893 input_report_key(wdata->extension.input, in wiimod_nunchuk_in_ext() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 031.out | 5 === Create image with unknown header extension === 27 Header extension: 30 data 'This is a test header extension' 55 Header extension: 58 data 'This is a test header extension' 83 Header extension: 88 Header extension: 91 data 'This is a test header extension' 96 === Create image with unknown header extension === 118 Header extension: [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/riscv/ |
H A D | extensions.yaml | 19 given extension. 21 Once a standard extension has been ratified, no changes in behaviour can be 22 made without the creation of a new extension. 80 The standard M extension for integer multiplication and division, as 86 The standard A extension for atomic instructions, as ratified in the 91 The standard F extension for single-precision floating point, as 97 The standard D extension for double-precision floating-point, as 103 The standard Q extension for quad-precision floating-point, as 109 The standard C extension for compressed instructions, as ratified in 114 The standard V extension for vector operations, as ratified [all …]
|
/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/arc/ |
H A D | gaudi2_arc_common_packets.h | 99 * Extension registers 104 * Extension registers 111 * Extension registers 118 * Extension registers 125 * Extension registers 133 * Extension registers 141 * Extension registers 149 * Extension registers 157 * Extension registers 163 * Extension registers [all …]
|
/openbmc/linux/tools/bpf/ |
H A D | bpf_exp.l | 88 return extension; 92 return extension; 96 return extension; 100 return extension; 104 return extension; 108 return extension; 112 return extension; 116 return extension; 120 return extension; 124 return extension; [all …]
|
/openbmc/qemu/docs/interop/ |
H A D | parallels.rst | 77 version of the software that doesn't support Format Extension 105 Format Extension offset, an offset, in sectors, from the start of 106 the file to the start of the Format Extension Cluster. 145 Format Extension 148 The Format Extension is an area 1 cluster in size that provides additional 150 The format of the Format Extension area is the following:: 156 The MD5 checksum of the entire Header Extension cluster except 160 extension must be "End of features" (see below). 170 External flags for extension: 173 If the software cannot load the extension (due to an [all …]
|
H A D | qcow2.txt | 115 An External Data File Name header extension may 146 Bit 0: Bitmaps extension bit 148 extension data. 151 bitmaps extension present. 153 If the bitmaps extension is present but this 154 bit is unset, the bitmaps extension data must be 243 be stored. Each extension has a structure like the following: 245 Byte 0 - 3: Header extension type: 246 0x00000000 - End of the header extension area 249 0x23852875 - Bitmaps extension [all …]
|
/openbmc/qemu/docs/system/arm/ |
H A D | emulation.rst | 21 - FEAT_AdvSIMD (Advanced SIMD Extension) 23 - FEAT_Armv9_Crypto (Armv9 Cryptographic Extension) 31 - FEAT_Crypto (Cryptographic Extension) 48 - FEAT_DoubleFault (Double Fault Extension) 94 - FEAT_MTE (Memory Tagging Extension) 95 - FEAT_MTE2 (Memory Tagging Extension) 111 - FEAT_PMUv3 (PMU extension version 3) 116 - FEAT_RASv1p1 (RAS Extension v1.1) 118 - FEAT_RME (Realm Management Extension) (NB: support status in QEMU is experimental) 129 - FEAT_SME (Scalable Matrix Extension) [all …]
|
/openbmc/qemu/target/riscv/tcg/ |
H A D | tcg-cpu.c | 263 error_setg(errp, "H extension requires priv spec 1.12.0"); in riscv_cpu_validate_misa_priv() 275 "Vector extension implementation only supports VLEN " in riscv_cpu_validate_v() 282 "Vector extension implementation only supports ELEN " in riscv_cpu_validate_v() 308 warn_report("disabling %s extension for hart 0x" TARGET_FMT_lx in riscv_cpu_disable_priv_spec_isa_exts() 312 warn_report("disabling %s extension because " in riscv_cpu_disable_priv_spec_isa_exts() 343 const char *warn_msg = "RVG mandates disabled extension %s"; in riscv_cpu_validate_g() 383 const char *warn_msg = "RVB mandates disabled extension %s"; in riscv_cpu_validate_b() 436 "Either I or E extension must be set"); in riscv_cpu_validate_set_extensions() 442 "Setting S extension without U extension is illegal"); in riscv_cpu_validate_set_extensions() 453 error_setg(errp, "H extension implicitly requires S-mode"); in riscv_cpu_validate_set_extensions() [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
H A D | 0002-Fix-in-AEAD-for-psa-arch-test-254.patch | 19 .../crypto/provider/extension/aead/aead_provider.c | 10 ++++++++-- 50 … a/components/service/crypto/provider/extension/aead/aead_provider.c b/components/service/crypto/p… 52 --- a/components/service/crypto/provider/extension/aead/aead_provider.c 53 +++ b/components/service/crypto/provider/extension/aead/aead_provider.c 83 …ts/service/crypto/provider/extension/aead/serializer/aead_provider_serializer.h b/components/servi… 85 --- a/components/service/crypto/provider/extension/aead/serializer/aead_provider_serializer.h 86 +++ b/components/service/crypto/provider/extension/aead/serializer/aead_provider_serializer.h 95 …e/crypto/provider/extension/aead/serializer/packed-c/packedc_aead_provider_serializer.c b/componen… 97 --- a/components/service/crypto/provider/extension/aead/serializer/packed-c/packedc_aead_provider_s… 98 +++ b/components/service/crypto/provider/extension/aead/serializer/packed-c/packedc_aead_provider_s…
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
H A D | gbs-ipmid-whitelist.conf | 63 0x2C:0x00 //<Group Extension>:<Group Extension Command> 64 0x2C:0x01 //<Group Extension>:<Get DCMI Capabilities> 65 0x2C:0x02 //<Group Extension>:<Get Power Reading> 66 0x2C:0x03 //<Group Extension>:<Get Power Limit> 67 0x2C:0x06 //<Group Extension>:<Get Asset Tag> 68 0x2C:0x07 //<Group Extension>:<Get Sensor Info> 69 0x2C:0x09 //<Group Extension>:<Get Management Controller Identifier String> 70 0x2C:0x0A //<Group Extension>:<Set Management Controller Identifier String> 71 0x2C:0x10 //<Group Extension>:<Get Temperature Readings> 72 0x2C:0x12 //<Group Extension>:<Set DCMI Configuration Parameters> [all …]
|
/openbmc/bmcweb/include/ |
H A D | webassets.hpp | 37 // <filename>.<hash>.<extension> in getStaticEtag() 121 inline std::string_view getFiletypeForExtension(std::string_view extension) in getFiletypeForExtension() argument 147 std::ranges::find_if(contentTypes, [&extension](const auto& val) { in getFiletypeForExtension() 148 return val.first == extension; in getFiletypeForExtension() 154 "Cannot determine content-type for file with extension {}", in getFiletypeForExtension() 155 extension); in getFiletypeForExtension() 168 std::string extension = relativePath.extension(); in addFile() local 171 if (extension == ".gz") in addFile() 175 extension = webpath.extension().string(); in addFile() 178 else if (extension == ".zstd") in addFile() [all …]
|
/openbmc/linux/sound/soc/intel/skylake/ |
H A D | skl-sst-ipc.c | 103 /* Init instance message extension register */ 124 /* Bind/Unbind message extension register */ 148 /* Save pipeline messgae extension register */ 153 /* Large Config message extension register */ 177 /* Set D0ix IPC extension register */ 303 header->extension); in skl_ipc_tx_msg() 528 header.extension = hipcte; in skl_dsp_irq_thread_handler() 531 dev_dbg(dsp->dev, "IPC irq: Firmware respond extension:%x\n", in skl_dsp_irq_thread_handler() 532 header.extension); in skl_dsp_irq_thread_handler() 649 header.extension = IPC_PPL_LP_MODE(lp_mode); in skl_ipc_create_pipeline() [all …]
|
/openbmc/linux/Documentation/firmware-guide/acpi/dsd/ |
H A D | graph.rst | 15 property extension provides generic key-value pairs whereas the 16 hierarchical data extension supports nodes with references to other 18 defined by the property extension. The two extensions together provide 32 hierarchical data extension array on each depth. 44 data extension tree. The data extension related to each port node must begin 52 data extension key of the endpoint nodes must begin with 60 Each port node contains a property extension key "port", the value of which is 62 extension key "reg", the value of which is the number of the endpoint. Port 68 The endpoint reference uses property extension with "remote-endpoint" property 70 the remote device reference, the first package entry of the port data extension [all …]
|
H A D | data-node-references.rst | 12 Hierarchical data extension nodes may not be referred to directly, hence this 16 hierarchical data extension [dsd-guide] keys. Specifically, the hierarchical 17 data extension node which is referred to by the key shall lie directly under 19 extension node. 23 or postfixes). The same ACPI object shall include the _DSD property extension 30 extension key. 38 hierarchical data extension key "node@1" referring to the NOD1 object 39 and lastly, a hierarchical data extension key "anothernode" referring to
|
/openbmc/qemu/target/riscv/ |
H A D | sbi_ecall_interface.h | 26 /* SBI Extension IDs */ 43 /* SBI function IDs for BASE extension */ 52 /* SBI function IDs for TIME extension */ 55 /* SBI function IDs for IPI extension */ 58 /* SBI function IDs for RFENCE extension */ 67 /* SBI function IDs for HSM extension */ 72 /* SBI function IDs for DBCN extension */
|
/openbmc/phosphor-host-ipmid/ |
H A D | host-ipmid-whitelist.conf | 45 0x2C:0x00 //<Group Extension>:<Group Extension Command> 46 0x2C:0x01 //<Group Extension>:<Get DCMI Capabilities> 47 0x2C:0x02 //<Group Extension>:<Get Power Reading> 48 0x2C:0x03 //<Group Extension>:<Get Power Limit> 49 0x2C:0x06 //<Group Extension>:<Get Asset Tag> 50 0x2C:0x07 //<Group Extension>:<Get Sensor Info> 51 0x2C:0x10 //<Group Extension>:<Get Temperature Readings>
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | arm,embedded-trace-extension.yaml | 5 $id: http://devicetree.org/schemas/arm/arm,embedded-trace-extension.yaml# 15 Arm Embedded Trace Extension(ETE) is a per CPU trace component that 20 Arm Trace Buffer Extension (TRBE)). Since the ETE can be connected to 29 - const: arm,embedded-trace-extension 59 compatible = "arm,embedded-trace-extension"; 65 compatible = "arm,embedded-trace-extension";
|
/openbmc/linux/sound/soc/sof/ |
H A D | ipc4.c | 216 text, msg->primary, msg->extension, str, str2, in sof_ipc4_log_header() 220 msg->extension, str, str2); in sof_ipc4_log_header() 224 text, msg->primary, msg->extension, str, in sof_ipc4_log_header() 228 msg->extension, str); in sof_ipc4_log_header() 244 msg->primary, msg->extension, msg->data_size); in sof_ipc4_log_header() 246 dev_dbg(dev, "%s: %#x|%#x\n", text, msg->primary, msg->extension); in sof_ipc4_log_header() 297 ipc4_msg->primary, ipc4_msg->extension); in ipc4_wait_tx_done() 304 ipc4_msg->primary, ipc4_msg->extension); in ipc4_wait_tx_done() 351 __func__, ipc4_msg->primary, ipc4_msg->extension, ret); in ipc4_tx_msg_unlocked() 426 tx.extension = ipc4_msg->extension; in sof_ipc4_set_get_data() [all …]
|
/openbmc/qemu/block/ |
H A D | parallels-ext.c | 2 * Support of Parallels Format Extension. It's a part of Parallels format 136 "Extension: %zu bytes, expected at least %zu bytes", in parallels_load_bitmap() 155 "extension data_size"); in parallels_load_bitmap() 177 /* We support format extension only for RO parallels images. */ in parallels_load_bitmap() 203 error_setg(errp, "Wrong parallels Format Extension magic: 0x%" PRIx64 in parallels_parse_format_extension() 217 error_setg(errp, "Wrong checksum in Format Extension header. Format " in parallels_parse_format_extension() 218 "extension is corrupted."); in parallels_parse_format_extension() 228 "(%d) in Format Extension is less than Feature header " in parallels_parse_format_extension() 242 error_setg(errp, "Flags for extension feature are unsupported"); in parallels_parse_format_extension() 247 error_setg(errp, "Feature data_size exceedes Format Extension " in parallels_parse_format_extension() [all …]
|
/openbmc/openbmc/poky/meta/recipes-bsp/keymaps/files/ |
H A D | keymap.sh | 13 if ( ls "/etc" | grep -q "keymap-extension-${KERNEL_MAJMIN}" ) 15 for extension in `ls -1 /etc/keymap-extension-$KERNEL_MAJMIN*` 17 loadkeys "$extension"
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | cpufeature.c | 47 * riscv_isa_extension_base() - Get base extension word 50 * Return: base extension word as unsigned long value 63 * __riscv_isa_extension_available() - Check whether given extension 67 * @bit: bit position of the desired extension 116 * The canonical order of ISA extension names in the ISA string is defined in 132 * closely related alphabetical extension category, IMAFDQLCBKJTPVH. 211 * extension starting with "Su" appears. in riscv_parse_isa_string() 225 * Before attempting to parse the extension itself, we find its end. in riscv_parse_isa_string() 227 * extensions with an "_", the end of a multi-letter extension will in riscv_parse_isa_string() 229 * multi-letter extension. in riscv_parse_isa_string() [all …]
|