| /openbmc/entity-manager/ |
| H A D | Doxyfile | 7 # front of the TAG it is preceding. 11 # TAG = value [value, ...] 13 # TAG += value [value, ...] 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 20 # This tag specifies the encoding used for all characters in the configuration 21 # file that follow. The default is UTF-8 which is also the encoding used for all 22 # text before the first occurrence of this tag. Doxygen uses libiconv (or the 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 [all …]
|
| /openbmc/qemu/scripts/ |
| H A D | analyse-9p-simpletrace.py | 3 # Usage: ./analyse-9p-simpletrace <trace-events> <trace-pid> 84 def v9fs_rerror(self, tag, id, err): argument 85 … print("RERROR (tag =", tag, ", id =", symbol_9p[id], ", err = \"", os.strerror(err), "\")") 87 def v9fs_version(self, tag, id, msize, version): argument 88 print("TVERSION (tag =", tag, ", msize =", msize, ", version =", version, ")") 90 def v9fs_version_return(self, tag, id, msize, version): argument 91 print("RVERSION (tag =", tag, ", msize =", msize, ", version =", version, ")") 93 def v9fs_attach(self, tag, id, fid, afid, uname, aname): argument 94 …print("TATTACH (tag =", tag, ", fid =", fid, ", afid =", afid, ", uname =", uname, ", aname =", an… 96 def v9fs_attach_return(self, tag, id, type, version, path): argument [all …]
|
| /openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/console/obmc-console/ |
| H A D | 81-plat-obmc-console-uart.rules | 1 SUBSYSTEM=="tty", ATTRS{iomem_base}=="0x1E78E000", ENV{SYSTEMD_WANTS}="obmc-console@ttyS2", TAG+="s… 4 …KERNEL=="ttyUSB*", KERNELS=="1-1.1.2.1:1.0", SYMLINK+="ttyUSBdevice0", ENV{SYSTEMD_WANTS}="obmc-co… 5 …USB*", KERNELS=="1-1.1.2.1:1.1", SYMLINK+="ttyUSBdevice1", SYMLINK+="tty_SITV_0", ENV{SYSTEMD_WANT… 6 …KERNEL=="ttyUSB*", KERNELS=="1-1.1.2.1:1.2", SYMLINK+="ttyUSBdevice2", ENV{SYSTEMD_WANTS}="obmc-co… 7 …KERNEL=="ttyUSB*", KERNELS=="1-1.1.2.1:1.3", SYMLINK+="ttyUSBdevice3", ENV{SYSTEMD_WANTS}="obmc-co… 9 …KERNEL=="ttyUSB*", KERNELS=="1-1.1.2.2:1.0", SYMLINK+="ttyUSBdevice4", ENV{SYSTEMD_WANTS}="obmc-co… 10 …KERNEL=="ttyUSB*", KERNELS=="1-1.1.2.2:1.1", SYMLINK+="ttyUSBdevice5", ENV{SYSTEMD_WANTS}="obmc-co… 11 …KERNEL=="ttyUSB*", KERNELS=="1-1.1.2.2:1.2", SYMLINK+="ttyUSBdevice6", ENV{SYSTEMD_WANTS}="obmc-co… 12 …KERNEL=="ttyUSB*", KERNELS=="1-1.1.2.2:1.3", SYMLINK+="ttyUSBdevice7", ENV{SYSTEMD_WANTS}="obmc-co… 14 …KERNEL=="ttyUSB*", KERNELS=="1-1.1.2.3:1.0", SYMLINK+="ttyUSBdevice8", ENV{SYSTEMD_WANTS}="obmc-co… [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/ |
| H A D | taglib-2.patch | 3 Source: https://gitlab.archlinux.org/archlinux/packaging/packages/vlc/-/blob/main/taglib-2.patch?re… 4 Upstream-Status: Pending 5 Signed-off-by: Khem Raj <raj.khem@gmail.com> 7 --- a/modules/meta_engine/taglib.cpp 9 @@ -185,7 +185,7 @@ public: 13 - return ByteVector::null; 18 @@ -465,7 +465,7 @@ static void ReadMetaFromASF( ASF::Tag* t 19 static void ReadMetaFromBasicTag(const Tag* tag, vlc_meta_t *dest) 22 - if( !tag->accessor().isNull() && !tag->accessor().isEmpty() ) \ 23 + if( !tag->accessor().isEmpty() ) \ [all …]
|
| /openbmc/qemu/tests/tcg/aarch64/gdbstub/ |
| H A D | test-mte.py | 3 # Test GDB memory-tag commands that exercise the stubs for the qIsAddressTagged, 5 # Logical tags-related commands rely on local operations, hence don't exercise 8 # The test consists in breaking just after a tag is set in a specific memory 9 # chunk, and then using the GDB 'memory-tagging' subcommands to set/get tags in 10 # different memory locations and ranges in the MTE-enabled memory chunk. 12 # This is launched via tests/guest-debug/run-test.py 20 exit("This script must be launched via tests/guest-debug/run-test.py!") 26 PATTERN_0 = r"Memory tags for address 0x[0-9a-f]+ match \(0x[0-9a-f]+\)." 27 PATTERN_1 = r".*(0x[0-9a-f]+)" 31 p = arg_parser(prog="test-mte.py", description="TCG MTE tests.") [all …]
|
| /openbmc/qemu/target/hexagon/ |
| H A D | gen_tcg_funcs.py | 4 ## Copyright(c) 2019-2024 Qualcomm Innovation Center, Inc. All Rights Reserved. 32 ## Insn *insn G_GNUC_UNUSED = ctx->insn; 33 ## const int RdN = insn->regno[0]; 35 ## TCGv RsV = hex_gpr[insn->regno[1]]; 36 ## TCGv RtV = hex_gpr[insn->regno[2]]; 41 ## where <GEN> depends on hex_common.skip_qemu_helper(tag) 42 ## if hex_common.skip_qemu_helper(tag) is True 44 ## if hex_common.skip_qemu_helper(tag) is False 47 def gen_tcg_func(f, tag, regs, imms): argument 48 f.write(f"static void generate_{tag}(DisasContext *ctx)\n") [all …]
|
| H A D | hex_common.py | 4 ## Copyright(c) 2019-2024 Qualcomm Innovation Center, Inc. All Rights Reserved. 26 behdict = {} # tag ->behavior 27 semdict = {} # tag -> semantics 28 attribdict = {} # tag -> attributes 29 macros = {} # macro -> macro information... 30 registers = {} # register -> register functions 34 idef_parser_enabled = {} # tags enabled for idef-parser 79 def is_cond_jump(tag): argument 80 if tag == "J2_rte": 82 if "A_HWLOOP0_END" in attribdict[tag] or "A_HWLOOP1_END" in attribdict[tag]: [all …]
|
| H A D | gen_idef_parser_funcs.py | 4 ## Copyright(c) 2019-2024 rev.ng Labs Srl. All Rights Reserved. 42 ## A2_add represents the instruction tag. Then we have a list of TCGv 48 "Emit instruction implementations that can be fed to idef-parser" 62 for tag in hex_common.tags: 64 if "A_PRIV" in hex_common.attribdict[tag]: 67 if "A_GUEST" in hex_common.attribdict[tag]: 70 if tag in {"S2_asr_r_r_sat", "S2_asl_r_r_sat"}: 73 if tag in {"S4_vrcrotate_acc", "S4_vrcrotate"}: 76 if tag in {"J2_trap0", "J2_trap1"}: 78 ## Skip 128-bit instructions [all …]
|
| H A D | gen_helper_protos.py | 4 ## Copyright(c) 2019-2024 Qualcomm Innovation Center, Inc. All Rights Reserved. 31 def gen_helper_prototype(f, tag, tagregs, tagimms): argument 32 regs = tagregs[tag] 33 imms = tagimms[tag] 36 ret_type = hex_common.helper_ret_type(tag, regs).proto_arg 39 for arg in hex_common.helper_args(tag, regs, imms): 47 if hex_common.need_env(tag) or hex_common.is_hvx_insn(tag): 48 f.write(f"DEF_HELPER_{len(declared) - 1}({tag}, {arguments})\n") 50 f.write(f"DEF_HELPER_FLAGS_{len(declared) - 1}({tag}, " 62 for tag in hex_common.tags: [all …]
|
| H A D | gen_decodetree.py | 30 tag: "".join(reversed(iset.iset[tag]["enc"].replace(" ", ""))) 31 for tag in iset.tags 32 if iset.iset[tag]["enc"] != "MISSING ENCODING" 84 def skip_tag(tag, class_to_decode): argument 85 enc_class = iset.iset[tag]["enc_class"] 96 ## @A2_add 11110011000.......-.....---..... Rd=%A2_add_Rd Rs=%A2_add_Rs Rt=%A2_add_Rt %PP 97 ## A2_add ..................-.....---..... @A2_add 101 f.write(f"## DO NOT MODIFY - This file is generated by {sys.argv[0]}\n\n") 104 for tag in sorted(encs.keys(), key=iset.tags.index): 105 if skip_tag(tag, class_to_decode): [all …]
|
| /openbmc/qemu/hw/9pfs/ |
| H A D | trace-events | 4 v9fs_rcancel(uint16_t tag, uint8_t id) "tag %d id %d" 5 v9fs_rerror(uint16_t tag, uint8_t id, int err) "tag %d id %d err %d" 6 v9fs_version(uint16_t tag, uint8_t id, int32_t msize, char* version) "tag %d id %d msize %d version… 7 v9fs_version_return(uint16_t tag, uint8_t id, int32_t msize, char* version) "tag %d id %d msize %d … 8 v9fs_attach(uint16_t tag, uint8_t id, int32_t fid, int32_t afid, char* uname, char* aname) "tag %u … 9 v9fs_attach_return(uint16_t tag, uint8_t id, uint8_t type, uint32_t version, uint64_t path) "tag %u… 10 v9fs_stat(uint16_t tag, uint8_t id, int32_t fid) "tag %d id %d fid %d" 11 v9fs_stat_return(uint16_t tag, uint8_t id, int32_t mode, int32_t atime, int32_t mtime, int64_t leng… 12 v9fs_getattr(uint16_t tag, uint8_t id, int32_t fid, uint64_t request_mask) "tag %d id %d fid %d req… 13 v9fs_getattr_return(uint16_t tag, uint8_t id, uint64_t result_mask, uint32_t mode, uint32_t uid, ui… [all …]
|
| /openbmc/qemu/crypto/ |
| H A D | der.c | 26 uint8_t tag; member 107 for (; length_bytes > 0; length_bytes--) { in qcrypto_der_encode_length() 108 *dst++ = ((src_len >> (length_bytes - 1) * 8) & 0xFF); in qcrypto_der_encode_length() 122 *dlen -= nbytes; in qcrypto_der_cut_nbytes() 153 /* short format of definite-length */ in qcrypto_der_extract_definite_data() 157 return -1; in qcrypto_der_extract_definite_data() 165 return -1; in qcrypto_der_extract_definite_data() 180 return -1; in qcrypto_der_extract_definite_data() 185 return -1; in qcrypto_der_extract_definite_data() 187 while (byte_count--) { in qcrypto_der_extract_definite_data() [all …]
|
| /openbmc/qemu/hw/misc/ |
| H A D | mips_itu.c | 2 * Inter-Thread Communication Unit emulation. 27 #include "hw/qdev-properties.h" 73 return &itu->tag_io; in mips_itu_get_tag_region() 78 MIPSITUState *tag = (MIPSITUState *)opaque; in itc_tag_read() local 86 return tag->ITCAddressMap[index]; in itc_tag_read() 89 static void itc_reconfigure(MIPSITUState *tag) in itc_reconfigure() argument 91 uint64_t *am = &tag->ITCAddressMap[0]; in itc_reconfigure() 92 MemoryRegion *mr = &tag->storage_io; in itc_reconfigure() 98 if (!(size & (size - 1))) { in itc_reconfigure() 109 MIPSITUState *tag = (MIPSITUState *)opaque; in itc_tag_write() local [all …]
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | mte_helper.h | 6 * SPDX-License-Identifier: LGPL-2.1-or-later 12 #include "exec/mmu-access-type.h" 18 * @ptr: the virtual address for which to look up tag memory 21 * @tag_access: the access to use for the tag memory 25 * Our tag memory is formatted as a sequence of little-endian nibbles. 27 * tags, with the tag at [3:0] for the lower addr and the tag at [7:4] 31 * a pointer to the corresponding tag byte. 33 * If there is no tag storage corresponding to @ptr, return NULL. 37 * (1) probe = true, ra = 0 : pure probe -- we return NULL if the page is not 40 * (2) probe = false, ra = 0 : probe, no fault expected -- the caller guarantees [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/ |
| H A D | __init__.py | 1 """Beautiful Soup Elixir and Tonic - "The Screen-Scraper's Friend". 19 __copyright__ = "Copyright (c) 2004-2024 Leonard Richardson" 35 …raise ImportError('You are trying to use a Python 3-specific version of Beautiful Soup under Pytho… 59 Tag, 66 use -- probably because no parser was specified in the constructor. 71 actually looks like a resource locator -- a URL or a path to a file 76 class BeautifulSoup(Tag): 80 PageElement or Tag. 99 able to build a tree using 'start tag' events, 'end tag' events, 102 If you encounter an empty-element tag (aka a self-closing tag, [all …]
|
| H A D | element.py | 19 DEFAULT_OUTPUT_ENCODING = "utf-8" 47 # <meta> tag that mentions an encoding, the encoding will be given as 51 # https://docs.python.org/3/library/codecs.html#python-specific-encodings 61 "raw-unicode-escape", 62 "unicode-escape", 63 "string-escape", 76 # per https://www.w3.org/TR/xml-names/#defaulting 92 """A stand-in object for a character encoding specified in HTML.""" 95 """A generic stand-in for the value of a meta tag's 'charset' attribute. 108 value of a meta tag's 'charset' is the name of the encoding. [all …]
|
| /openbmc/qemu/tests/tcg/aarch64/system/ |
| H A D | mte.S | 8 * SPDX-License-Identifier: LGPL-2.1-or-later 11 #define addr x0 /* Ptr to the start of the MTE-enabled page. */ 12 #define tagged_addr x1 /* 'addr' ptr with a random-generated tag added. */ 52 * case of a tag mismatch, i.e., when the logical tag in 'tagged_addr' 53 * is different from the allocation tag related to 'addr' address. 56 * TCF[41:40] = 0b01 => Tag Check Faults cause a synchronous exception 67 * MTE-enabled page resides at the 3rd 2MB chunk in the second 1GB 77 * Set GCR for random tag generation. 0xA5 is just a random value to set 78 * GCR != 0 so the tag generated by 'irg' insn. is not zero, which is 79 * more interesting for the tests than when tag is zero. [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
| H A D | _htmlparser.py | 1 # encoding: utf-8 50 tag includes the same attribute more than once. Accepted 63 # Keep a list of empty-element tags that were encountered 64 # without an explicit closing tag. If we encounter a closing tag 91 """Handle an incoming empty-element tag. 93 This is only called when the markup looks like <tag/>. 95 :param name: Name of the tag. 96 :param attrs: Dictionary of the tag's attributes. 98 # is_startend() tells handle_starttag not to close the tag 99 # just because its name matches a known empty-element tag. We [all …]
|
| /openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/console/obmc-console/ |
| H A D | plat-80-obmc-console-uart.rules | 1 SUBSYSTEM=="tty", ATTRS{iomem_base}=="0x1E78F000", ENV{SYSTEMD_WANTS}="obmc-console@ttyS2", TAG+="s… 2 SUBSYSTEM=="tty", KERNEL=="ttyUSB0", ENV{SYSTEMD_WANTS}="obmc-console@ttyUSB0", TAG+="systemd" 3 SUBSYSTEM=="tty", KERNEL=="ttyUSB1", ENV{SYSTEMD_WANTS}="obmc-console@ttyUSB1", TAG+="systemd" 4 SUBSYSTEM=="tty", KERNEL=="ttyUSB2", ENV{SYSTEMD_WANTS}="obmc-console@ttyUSB2", TAG+="systemd" 5 SUBSYSTEM=="tty", KERNEL=="ttyUSB3", ENV{SYSTEMD_WANTS}="obmc-console@ttyUSB3", TAG+="systemd" 6 SUBSYSTEM=="tty", KERNEL=="ttyUSB4", ENV{SYSTEMD_WANTS}="obmc-console@ttyUSB4", TAG+="systemd" 7 SUBSYSTEM=="tty", KERNEL=="ttyUSB5", ENV{SYSTEMD_WANTS}="obmc-console@ttyUSB5", TAG+="systemd" 8 SUBSYSTEM=="tty", KERNEL=="ttyUSB6", ENV{SYSTEMD_WANTS}="obmc-console@ttyUSB6", TAG+="systemd"
|
| /openbmc/sdbusplus/include/sdbusplus/async/ |
| H A D | server.hpp | 57 return static_cast<Client*>(self)->ctx; in context() 62 template <typename Tag, typename Instance> 64 requires(const Instance& i) { i.get_property(Tag{}); }; 67 template <typename Tag, typename Instance> 70 i.get_property(Tag{}, m); 74 template <typename Tag, typename Instance> 75 concept has_get_property = has_get_property_nomsg<Tag, Instance> || 76 has_get_property_msg<Tag, Instance>; 78 /* Determine if a type is missing the 'const' on get-property calls. */ 79 template <typename Tag, typename Instance> [all …]
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | coreboot_tables.h | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 26 u32 tag; member 48 u32 tag; member 56 u32 tag; member 64 u32 tag; member 83 u32 tag; member 91 u32 tag; member 103 u32 tag; member 118 u32 tag; member 126 u32 tag; member [all …]
|
| /openbmc/qemu/.gitlab-ci.d/ |
| H A D | container-template.yml | 6 - docker:dind 8 - export TAG="$CI_REGISTRY_IMAGE/qemu/$NAME:$QEMU_CI_CONTAINER_TAG" 10 - export COMMON_TAG="$CI_REGISTRY/qemu-project/qemu/qemu/$NAME:latest" 11 - docker login $CI_REGISTRY -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" 12 - until docker info; do sleep 1; done 14 - echo "TAG:$TAG" 15 - echo "COMMON_TAG:$COMMON_TAG" 16 - docker build --tag "$TAG" --cache-from "$TAG" --cache-from "$COMMON_TAG" 17 --build-arg BUILDKIT_INLINE_CACHE=1 18 -f "tests/docker/dockerfiles/$NAME.docker" "." [all …]
|
| /openbmc/libpldm/src/msgbuf/ |
| H A D | platform.h | 1 /* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later */ 18 pldm_msgbuf_extract(ctx, hdr->record_handle); in pldm_msgbuf_extract_value_pdr_hdr() 19 pldm_msgbuf_extract(ctx, hdr->version); in pldm_msgbuf_extract_value_pdr_hdr() 20 pldm_msgbuf_extract(ctx, hdr->type); in pldm_msgbuf_extract_value_pdr_hdr() 21 pldm_msgbuf_extract(ctx, hdr->record_change_nu in pldm_msgbuf_extract_value_pdr_hdr() 40 pldm_msgbuf_extract_sensor_data(struct pldm_msgbuf_ro * ctx,enum pldm_sensor_readings_data_type tag,union_sensor_data_size * dst) pldm_msgbuf_extract_sensor_data() argument 68 pldm_msgbuf_extract_sensor_value(struct pldm_msgbuf_ro * ctx,enum pldm_sensor_readings_data_type tag,void * val) pldm_msgbuf_extract_sensor_value() argument 89 pldm_msgbuf_extract_range_field_format(ctx,tag,dst) global() argument 94 pldm__msgbuf_extract_range_field_format(struct pldm_msgbuf_ro * ctx,enum pldm_range_field_format tag,void * rff) pldm__msgbuf_extract_range_field_format() argument 133 pldm_msgbuf_extract_effecter_value(struct pldm_msgbuf_ro * ctx,enum pldm_effecter_data_size tag,void * dst) pldm_msgbuf_extract_effecter_value() argument 153 pldm_msgbuf_extract_effecter_data(ctx,tag,dst) global() argument 159 pldm__msgbuf_extract_effecter_data(struct pldm_msgbuf_ro * ctx,enum pldm_effecter_data_size tag,void * ed) pldm__msgbuf_extract_effecter_data() argument 197 pldm_msgbuf_typecheck_range_field_format(struct pldm_msgbuf_ro * ctx,enum pldm_range_field_format tag,void * _rff) pldm_msgbuf_typecheck_range_field_format() argument [all...] |
| /openbmc/u-boot/drivers/tpm/ |
| H A D | tpm2_tis_sandbox.c | 1 // SPDX-License-Identifier: GPL-2.0+ 9 #include <tpm-v2.h> 60 * Check the tag validity depending on the command (authentication required or 64 static int sandbox_tpm2_check_session(struct udevice *dev, u32 command, u16 tag, in sandbox_tpm2_check_session() argument 78 if (tag != TPM2_ST_NO_SESSIONS) { in sandbox_tpm2_check_session() 91 if (tag != TPM2_ST_SESSIONS) { in sandbox_tpm2_check_session() 161 if (!pw_sz && !tpm->pw_sz[*hierarchy]) in sandbox_tpm2_check_session() 175 if (pw_sz != tpm->pw_sz[*hierarchy] || in sandbox_tpm2_check_session() 176 strncmp(pw, tpm->pw[*hierarchy], tpm->pw_sz[*hierarchy])) { in sandbox_tpm2_check_session() 190 if (!tpm->init_done || tpm->startup_done) in sandbox_tpm2_check_readyness() [all …]
|
| /openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/console/obmc-console/ |
| H A D | plat-80-obmc-console-uart.rules | 1 SUBSYSTEM=="tty", ATTRS{iomem_base}=="0x1E783000", ENV{SYSTEMD_WANTS}="obmc-console@ttyS0", TAG+="s… 2 SUBSYSTEM=="tty", ATTRS{iomem_base}=="0x1E78D000", ENV{SYSTEMD_WANTS}="obmc-console@ttyS1", TAG+="s… 3 SUBSYSTEM=="tty", ATTRS{iomem_base}=="0x1E78E000", ENV{SYSTEMD_WANTS}="obmc-console@ttyS2", TAG+="s… 4 SUBSYSTEM=="tty", ATTRS{iomem_base}=="0x1E78F000", ENV{SYSTEMD_WANTS}="obmc-console@ttyS3", TAG+="s… 5 SUBSYSTEM=="tty", ATTRS{iomem_base}=="0x1E790000", ENV{SYSTEMD_WANTS}="obmc-console@ttyS5", TAG+="s… 6 SUBSYSTEM=="tty", ATTRS{iomem_base}=="0x1E790100", ENV{SYSTEMD_WANTS}="obmc-console@ttyS6", TAG+="s… 7 SUBSYSTEM=="tty", ATTRS{iomem_base}=="0x1E790200", ENV{SYSTEMD_WANTS}="obmc-console@ttyS7", TAG+="s… 8 SUBSYSTEM=="tty", ATTRS{iomem_base}=="0x1E790300", ENV{SYSTEMD_WANTS}="obmc-console@ttyS8", TAG+="s…
|