Searched +full:un +full:- +full:expanded (Results 1 – 12 of 12) sorted by relevance
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD/ |
H A D | Manager.interface.yaml | 4 - name: WriteKeyword 8 - name: path 11 Path to the D-Bus object that represents the FRU. 12 - name: record 16 - name: keyword 20 - name: value 25 - name: bytesUpdated 29 returns -1. 31 - xyz.openbmc_project.Common.Error.InvalidArgument 33 - name: UpdateKeyword [all …]
|
/openbmc/qemu/tests/docker/ |
H A D | Makefile.include | 3 .PHONY: docker docker-help docker-test docker-clean docker-image docker-qemu-src 9 HOST_ARCH = $(shell uname -m) 10 USER = $(if $(NOUSER),,$(shell id -un)) 11 UID = $(if $(NOUSER),,$(shell id -u)) 15 DOCKER_DEFAULT_REGISTRY := registry.gitlab.com/qemu-project/qemu 19 RUNC ?= $(if $(shell command -v docker), docker, podman) 20 DOCKER_SCRIPT=$(SRC_PATH)/tests/docker/docker.py --engine $(RUNC) 22 CUR_TIME := $(shell date +%Y-%m-%d-%H.%M.%S.$$$$) 23 DOCKER_SRC_COPY := $(BUILD_DIR)/docker-src.$(CUR_TIME) 29 $(call quiet-command, cp "$(SRC_ARCHIVE)" $@/qemu.tar, \ [all …]
|
/openbmc/linux/Documentation/scsi/ |
D | ChangeLog.megaraid_sas |
|
/openbmc/qemu/include/qemu/ |
H A D | qemu-plugin.h | 6 * See the COPYING file in the top-level directory. 8 * SPDX-License-Identifier: GPL-2.0-or-later 20 * For best performance, build the plugin with -fvisibility=hidden so that 41 * typedef qemu_plugin_id_t - Unique plugin ID 56 * - removed qemu_plugin_n_vcpus and qemu_plugin_n_max_vcpus 57 * - Remove qemu_plugin_register_vcpu_{tb, insn, mem}_exec_inline. 59 * thread-safety for operations. 62 * - modified arguments and return value of qemu_plugin_insn_data to copy 63 * the data into a user-provided buffer instead of returning a pointer 67 * - added qemu_plugin_read_memory_vaddr [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/manual/ |
H A D | toaster-unmanaged-mode.json | 4 … "@alias": "toaster-unmanaged-mode.toaster-unmanaged.Create_a_Yocto_project_and_start_the_Toaster", 17 …"action": "Start up toaster. \ncd ${installdir} \nsource poky/oe-init-build-env \nsource toaster s… 18 …- orm \n(use ./manage.py migrate to migrate these) \nRunning migrations for orm: \n - Migrating fo… 21 "action": "Build the yocto project. \nbitbake core-image-minimal \n\n", 25 …"action": "Use a default web brower to see project build process. \nxdg-open http://localhost:8000… 34 "@alias": "toaster-unmanaged-mode.toaster-unmanaged.Sort_the_content_of_the_builds_table", 47 …"action": "Create 2 builds, such as \"bitbake core-image-minimal\" and \"bitbake core-image-sato\"… 72 "@alias": "toaster-unmanaged-mode.toaster-unmanaged.Search_the_content_of_the_builds_table", 85 …uilds, such as \"bitbake core-image-minimal\" and \"bitbake core-image-sato\". Wait for successful… 101 … "action": "Click \"Clear search\" icon (icon-remove-sign). Observe all builds are showed. ", [all …]
|
/openbmc/qemu/disas/ |
H A D | mips.c | 24 #include "disas/dis-asm.h" 73 only use ten bits). An optional two-operand form of break/sdbbp 165 but 0x8-0xf don't select bytes. */ 167 #define OP_MASK_VECALIGN 0x7 /* Vector byte-align (alni.ob) op. */ 355 "+E" 5 bit dinsu/dextu position, which becomes LSB-32 (OP_*_SHAMT). 357 "+F" 5 bit "dinsm/dinsu" size, which becomes MSB-32 (OP_*_INSMSB). 360 "+G" 5 bit "dextm" size, which becomes MSBD-32 (OP_*_EXTMSBD). 381 "P" 5 bit performance-monitor register (OP_*_PERFREG) 386 for pretty-printing in disassembly only. 426 "+T" 5 bit coprocessor 0 destination register (OP_*_RT) - disassembly only [all …]
|
H A D | nanomips.c | 31 #include "disas/dis-asm.h" 68 return (data << (64 - (bit_size + bit_offset))) >> (64 - bit_size); in extract_bits() 74 uint64 shift = 63 - msb; in sign_extend() 86 info->fprintf_func(info->stream, "Invalid register mapping index %" PRIu64 in renumber_registers() 88 siglongjmp(info->buf, 1); in renumber_registers() 93 * decode_gpr_gpr4() - decoder for 'gpr4' gpr encoding type 95 * Map a 4-bit code to the 5-bit register space according to this pattern: 101 * | | | | | | | | | | | └---------------┐ 102 * | | | | | | | | | | └---------------┐ | 103 * | | | | | | | | | └---------------┐ | | [all …]
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 23 #include "qemu/host-utils.h" 24 #include "tcg/tcg-op.h" 25 #include "exec/helper-proto.h" 26 #include "exec/helper-gen.h" 28 #include "exec/translation-block.h" 33 #include "exec/helper-info.c.inc" 57 /* True if generating pc-relative code. */ 66 /* Current flush-to-zero setting for this TB. */ 78 #define UNALIGN(C) (C)->unalign 83 /* Target-specific return values from translate_one, indicating the [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 5 * Copyright (c) 2005-2007 CodeSourcery 24 #include "translate-a32.h" 29 #include "exec/helper-proto.h" 33 #include "exec/helper-info.c.inc" 88 /* no-op */ in asimd_imm_const() 156 if (!s->condjmp) { in arm_gen_condlabel() 157 s->condlabel = gen_disas_label(s); in arm_gen_condlabel() 158 s->condjmp = 1; in arm_gen_condlabel() 230 switch (s->mmu_idx) { in get_a32_user_mem_index() 260 return diff + (s->thumb ? 4 : 8); in jmp_diff() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0008-Use-libtool-2.4.patch | 8 Upstream-Status: Pending 10 Signed-off-by: Khem Raj <raj.khem@gmail.com> 11 --- 13 bfd/configure | 1333 ++++++++---- 14 bfd/configure.ac | 2 +- 16 binutils/configure | 1331 ++++++++---- 18 gas/configure | 1331 ++++++++---- 20 gprof/configure | 1331 ++++++++---- 22 gprofng/configure | 1693 ++++++++++++---- 24 gprofng/gp-display-html/Makefile.in | 2 + [all …]
|
/openbmc/linux/ |
D | opengrok1.0.log |
|
D | opengrok0.0.log |
|