| /openbmc/u-boot/arch/xtensa/include/asm/ |
| H A D | asmmacro.h | 36 * __loops ar, as, at, inc_log2[, mask_log2][, cond][, ncond] 38 * as register initialized with the size 45 * __loop as 46 * restart loop. 'as' register must not have been modified! 48 * __endla ar, as, incr 50 * as scratch register used by __loops/__loopi macros or 63 .macro __loops ar, as, at, incr_log2, mask_log2, cond, ncond 65 addi \at, \as, (1 << \incr_log2) - 1 76 .macro __loopt ar, as, at, incr_log2 77 sub \at, \as, \ar [all …]
|
| H A D | cacheasm.h | 21 * Define cache functions as macros here so that they can be used 55 .macro __loop_cache_range ar as at insn line_width 58 add \as, \as, \at 60 __loops \ar, \as, \at, \line_width 138 .macro ___flush_invalidate_dcache_range ar as at 141 __loop_cache_range \ar \as \at dhwbi XCHAL_DCACHE_LINEWIDTH 147 .macro ___flush_dcache_range ar as at 150 __loop_cache_range \ar \as \at dhwb XCHAL_DCACHE_LINEWIDTH 156 .macro ___invalidate_dcache_range ar as at 159 __loop_cache_range \ar \as \at dhi XCHAL_DCACHE_LINEWIDTH [all …]
|
| /openbmc/qemu/include/system/ |
| H A D | dma.h | 27 * or less have to treat these as 64-bit always to cover all (or at 43 AddressSpace *as; member 46 static inline void dma_barrier(AddressSpace *as, DMADirection dir) in dma_barrier() argument 72 static inline bool dma_memory_valid(AddressSpace *as, in dma_memory_valid() argument 76 return address_space_access_valid(as, addr, len, in dma_memory_valid() 81 static inline MemTxResult dma_memory_rw_relaxed(AddressSpace *as, in dma_memory_rw_relaxed() argument 87 return address_space_rw(as, addr, attrs, in dma_memory_rw_relaxed() 91 static inline MemTxResult dma_memory_read_relaxed(AddressSpace *as, in dma_memory_read_relaxed() argument 95 return dma_memory_rw_relaxed(as, addr, buf, len, in dma_memory_read_relaxed() 100 static inline MemTxResult dma_memory_write_relaxed(AddressSpace *as, in dma_memory_write_relaxed() argument [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3-maturin/ |
| H A D | 0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch | 44 +pub const FICLONE: Ioctl = _IOW::<c_int>(0x94, 9) as Ioctl; 45 +pub const FICLONERANGE: Ioctl = _IOW::<crate::file_clone_range>(0x94, 13) as Ioctl; 96 +pub const FS_IOC_GETFLAGS: Ioctl = _IOR::<c_long>('f' as u32, 1) as Ioctl; 97 +pub const FS_IOC_SETFLAGS: Ioctl = _IOW::<c_long>('f' as u32, 2) as Ioctl; 98 +pub const FS_IOC_GETVERSION: Ioctl = _IOR::<c_long>('v' as u32, 1) as Ioctl; 99 +pub const FS_IOC_SETVERSION: Ioctl = _IOW::<c_long>('v' as u32, 2) as Ioctl; 100 +pub const FS_IOC32_GETFLAGS: Ioctl = _IOR::<c_int>('f' as u32, 1) as Ioctl; 101 +pub const FS_IOC32_SETFLAGS: Ioctl = _IOW::<c_int>('f' as u32, 2) as Ioctl; 102 +pub const FS_IOC32_GETVERSION: Ioctl = _IOR::<c_int>('v' as u32, 1) as Ioctl; 103 +pub const FS_IOC32_SETVERSION: Ioctl = _IOW::<c_int>('v' as u32, 2) as Ioctl; [all …]
|
| /openbmc/qemu/audio/ |
| H A D | audio_win_int.c | 15 struct audsettings *as) in waveformat_from_audio_settings() argument 19 wfx->nChannels = as->nchannels; in waveformat_from_audio_settings() 20 wfx->nSamplesPerSec = as->freq; in waveformat_from_audio_settings() 21 wfx->nAvgBytesPerSec = as->freq << (as->nchannels == 2); in waveformat_from_audio_settings() 22 wfx->nBlockAlign = 1 << (as->nchannels == 2); in waveformat_from_audio_settings() 25 switch (as->fmt) { in waveformat_from_audio_settings() 56 dolog("Internal logic error: Bad audio format %d\n", as->fmt); in waveformat_from_audio_settings() 64 struct audsettings *as) in waveformat_to_audio_settings() argument 70 as->freq = wfx->nSamplesPerSec; in waveformat_to_audio_settings() 74 as->nchannels = 1; in waveformat_to_audio_settings() [all …]
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | development-shell.rst | 13 environment variables are still defined so you can use commands such as 14 ``configure`` and ``make``. The commands execute just as if the 35 - The ``configure`` command finds the Yocto Project site files as well 36 as any other necessary files. 38 Within this environment, you can run configure or compile commands as if 39 they were being run by the OpenEmbedded build system itself. As noted 57 the task just as it would be run using the ``bitbake -c`` command. 63 into the BitBake task execution environment. And as such, all commands 64 must be called just as BitBake would call them. That means you need to 65 provide the appropriate options for cross-compilation and so forth as [all …]
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | runqemu.py | 56 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu: 57 with open(qemu.qemurunnerlog) as f: 63 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu: 64 with open(qemu.qemurunnerlog) as f: 72 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu: 73 with open(qemu.qemurunnerlog) as f: 80 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu: 81 with open(qemu.qemurunnerlog) as f: 89 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu: 90 with open(qemu.qemurunnerlog) as f: [all …]
|
| /openbmc/qemu/target/i386/ |
| H A D | arch_memory_mapping.c | 20 static void walk_pte(MemoryMappingList *list, AddressSpace *as, in walk_pte() argument 31 pte = address_space_ldq(as, pte_addr, MEMTXATTRS_UNSPECIFIED, NULL); in walk_pte() 50 static void walk_pte2(MemoryMappingList *list, AddressSpace *as, in walk_pte2() argument 61 pte = address_space_ldl(as, pte_addr, MEMTXATTRS_UNSPECIFIED, NULL); in walk_pte2() 82 static void walk_pde(MemoryMappingList *list, AddressSpace *as, in walk_pde() argument 93 pde = address_space_ldq(as, pde_addr, MEMTXATTRS_UNSPECIFIED, NULL); in walk_pde() 114 walk_pte(list, as, pte_start_addr, a20_mask, line_addr); in walk_pde() 119 static void walk_pde2(MemoryMappingList *list, AddressSpace *as, in walk_pde2() argument 130 pde = address_space_ldl(as, pde_addr, MEMTXATTRS_UNSPECIFIED, NULL); in walk_pde2() 156 walk_pte2(list, as, pte_start_addr, a20_mask, line_addr); in walk_pde2() [all …]
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | EUPL-1.0 | 5 This European Union Public Licence (the “EUPL”) applies to the Work or Software (as 7 than as authorised under this Licence is prohibited (to the extent such use is covered by a right 9 The Original Work is provided under the terms of this Licence when the Licensor (as defined 18 the Licensor under this Licence, available as Source Code and also as Executable 19 Code as the case may be. 23 classify a work as a Derivative Work; this extent is determined by copyright law 29 meant to be interpreted by a computer as a program. 45 or copies thereof to the public and perform publicly, as the case may be, the Work, 50 later invented, as far as the applicable law permits so. 58 The Licensor may provide the Work either in its Source Code form, or as Executable Code. If [all …]
|
| H A D | CC-BY-SA-3.0-IGO | 3 …AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAI… 7 …AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("LICENSE").… 13 …IGOs for the sole and exclusive purposes of this License. IGOs may include as members, in addition… 21 …e. "License Elements" means the following high-level license attributes as selected by the Licenso… 25 …ly available the Work or Adaptation (or copies of the Work or Adaptation), as applicable, by sale,… 29 … the Work and other pre-existing works. Adaptations may include works such as translations, deriva… 31 …collective whole. For the avoidance of doubt, a Collection will not be considered as an Adaptation. 33 …as being essentially equivalent to this License, including, at a minimum, because that license: (i… 37 …You a worldwide, royalty-free, non-exclusive license to exercise the rights in the Work as follows: 39 …re Collections, and to Reproduce, Distribute and Publicly Perform the Work as incorporated in the … [all …]
|
| H A D | CC-BY-3.0-US | 3 …NEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE … 7 …AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "… 13 …as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified … 15 …rk based upon the Work or upon the Work and other pre-existing works, such as a translation, music… 27 …e duration of the applicable copyright) license to exercise the rights in the Work as stated below: 29 …rate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the … 33 …rform publicly by means of a digital audio transmission the Work including as incorporated in Coll… 45 …ter devised. The above rights include the right to make such modifications as are technically nece… 49 …as incorporated in a Collective Work, but this does not require the Collective Work apart from the… 51 …as defined in Section 1 above) or any Derivative Works (as defined in Section 1 above) or Collecti… [all …]
|
| H A D | FTL | 13 …lusion and use of free software in commercial and freeware products alike. As a consequence, its m… 15 …s software works. However, we will be interested in any kind of bug reports. (`as is' distribution) 33 …ors (David Turner, Robert Wilhelm, and Werner Lemberg) as the `FreeType Project', be they named as… 35 …iling the project's source code as well as linking it to form a `program' or `executable'. This pr… 37 …tion, unless otherwise stated in the file in its original, unmodified form as distributed in the o… 39 …by David Turner, Robert Wilhelm, and Werner Lemberg. All rights reserved except as specified below. 43 THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, I… 61 As you have not signed this license, you are not required to accept it. However, as the FreeType Pr… 69 …Discusses general use and applications of FreeType, as well as future and wanted additions to the … 73 Discusses bugs, as well as engine internals, design issues, specific licenses, porting, etc.
|
| H A D | EUPL-1.2 | 4 This European Union Public Licence (the ‘EUPL’) applies to the Work (as defined below) which is pro… 5 terms of this Licence. Any use of the Work, other than as authorised under this Licence is prohibit… 7 The Work is provided under the terms of this Licence when the Licensor (as defined below) has place… 16 as Source Code and also as Executable Code as the case may be. 19 required in order to classify a work as a Derivative Work; this extent is determined by copyright l… 25 a computer as a program. 42 and perform publicly, as the case may be, the Work, 46 …be exercised on any media, supports and formats, whether now known or later invented, as far as the 54 … provide the Work either in its Source Code form, or as Executable Code. If the Work is provided as 57 the Work, a repository where the Source Code is easily and freely accessible for as long as the Lic… [all …]
|
| H A D | CC-BY-3.0-IGO | 3 …AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAI… 7 …AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("LICENSE").… 13 …IGOs for the sole and exclusive purposes of this License. IGOs may include as members, in addition… 23 …ly available the Work or Adaptation (or copies of the Work or Adaptation), as applicable, by sale,… 27 … the Work and other pre-existing works. Adaptations may include works such as translations, deriva… 29 …collective whole. For the avoidance of doubt, a Collection will not be considered as an Adaptation. 33 …You a worldwide, royalty-free, non-exclusive license to exercise the rights in the Work as follows: 35 …re Collections, and to Reproduce, Distribute and Publicly Perform the Work as incorporated in the … 47 …ter devised. The above rights include the right to make such modifications as are technically nece… 51 …as incorporated in a Collection, but this does not require the Collection apart from the Work itse… [all …]
|
| H A D | CC-BY-NC-SA-3.0-IGO | 3 …AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAI… 7 …AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (“LICENSE”).… 11 …IGOs for the sole and exclusive purposes of this License. IGOs may include as members, in addition… 19 …e. "License Elements" means the following high-level license attributes as selected by the Licenso… 23 …ly available the Work or Adaptation (or copies of the Work or Adaptation), as applicable, by sale,… 27 … the Work and other pre-existing works. Adaptations may include works such as translations, deriva… 29 …collective whole. For the avoidance of doubt, a Collection will not be considered as an Adaptation. 33 …You a worldwide, royalty-free, non-exclusive license to exercise the rights in the Work as follows: 35 …re Collections, and to Reproduce, Distribute and Publicly Perform the Work as incorporated in the … 39 …ter devised. The above rights include the right to make such modifications as are technically nece… [all …]
|
| H A D | EUPL-1.1 | 6 (as defined below) which is provided under the terms of this Licence. Any use of the 7 Work, other than as authorised under this Licence is prohibited (to the extent such use 9 The Original Work is provided under the terms of this Licence when the Licensor (as 18 by the Licensor under this Licence, available as Source Code and also as Executable 19 Code as the case may be. 23 classify a work as a Derivative Work; this extent is determined by copyright law 29 meant to be interpreted by a computer as a program. 48 Work or copies thereof to the public and perform publicly, as the case may be, 54 known or later invented, as far as the applicable law permits so. 62 The Licensor may provide the Work either in its Source Code form, or as Executable [all …]
|
| H A D | Parity-6.0.0 | 7 This license lets you use and share this software for free, as 8 long as you contribute software you make with it. Specifically: 35 as permissive as this license accordingly. 38 contribute as required, or stop doing anything requiring this 41 **As far as the law allows, this software comes as is, without
|
| H A D | CC-BY-SA-3.0 | 6 …NEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE … 9 …AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "… 15 …k based upon the Work, or upon the Work and other pre-existing works, such as a translation, adapt… 16 …as encyclopedias and anthologies, or performances, phonograms or broadcasts, or other works or sub… 17 …as being essentially equivalent to this License, including, at a minimum, because that license: (i… 18 …available to the public the original and copies of the Work or Adaptation, as appropriate, through… 19 "License Elements" means the following high-level license attributes as selected by Licensor and in… 22 …as a book, pamphlet and other writing; a lecture, address, sermon or other work of the same nature… 28 …e duration of the applicable copyright) license to exercise the rights in the Work as stated below: 30 …corporate the Work into one or more Collections, and to Reproduce the Work as incorporated in the … [all …]
|
| H A D | DOC | 3 …as "DOC software") are copyrighted by Douglas C. Schmidt and his research group at Washington Univ… 5 …Note, however, that you may not misappropriate the DOC software code, such as copyrighting it your… 7 …as part of the open-source software community. Submissions are provided by the submitter ``as is''… 9 …as long as the underlying OS platform is Y2K-compliant. Likewise, DOC software is compliant with t…
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | ascii_string_test.cpp | 19 src::AsciiString as{entry}; in TEST() local 21 auto data = as.get(); in TEST() 29 as.flatten(stream); in TEST() 45 src::AsciiString as{entry}; in TEST() local 46 auto data = as.get(); in TEST() 61 src::AsciiString as{stream}; in TEST() local 63 auto data = as.get(); in TEST() 73 EXPECT_THROW(src::AsciiString as{stream}, std::out_of_range); in TEST() 82 src::AsciiString as{entry}; in TEST() local 83 auto data = as.get(); in TEST()
|
| /openbmc/openbmc-test-automation/redfish/systems/ |
| H A D | test_boot_devices.robot | 45 Verify BMC Redfish Boot Source Override with Enabled Mode As Once 46 [Documentation] Verify BMC Redfish Boot Source Override with Enabled Mode As Once. 65 Verify BMC Redfish Boot Source Override with Enabled Mode As Continuous 66 [Documentation] Verify BMC Redfish Boot Source Override with Enabled Mode As Continuous. 85 Verify BMC Redfish Boot Source Override with Enabled Mode As Disabled 86 [Documentation] Verify BMC Redfish Boot Source Override with Enabled Mode As Disabled. 105 Verify Boot Source Override Policy Persistency With Enabled Mode As Once After BMC Reboot 106 …[Documentation] Verify Boot Source Override Policy Persistency with Enabled Mode As Once After BM… 125 Verify Boot Source Override Policy Persistency With Enabled Mode As Continuous After BMC Reboot 126 …[Documentation] Verify Boot Source Override Policy Persistency with Enabled Mode As Continuous Af… [all …]
|
| /openbmc/phosphor-dbus-interfaces/yaml/org/open_power/OCC/ |
| H A D | PassThrough.interface.yaml | 10 # change to array[byte]. As of now, the REST server maps any numeric 15 should still be bytes worth of data (as though using 16 array[byte]), so each entry in the array should pack as many 17 bytes as possible. 21 # change to array[byte]. As of now, the REST server maps any numeric 26 still be bytes worth of data (as though using array[byte]), so 27 each entry in the array should pack as many bytes as possible.
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/ |
| H A D | AOM-Patent-License-1.0 | 8 no-charge, royalty-free, irrevocable (except as expressly stated in this 14 1.2.1. Availability. As a condition to the grant of rights to Licensee to make, 18 as follows: 30 Licensee. Licensee acknowledges as a condition of benefiting from it 39 terminated as of the date of the initiation of action unless 1) that suit 46 "AS IS" and without warranty. The entire risk as to implementing or 74 deliverable approved by the Alliance for Open Media as a Final 80 extent they are used as part of an Implementation. 89 or entity that has a licensing obligation to the Implementation as a 96 Essential Claim as defined by the W3C Policy as of February 5, 2004 [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
| H A D | compression.py | 27 with self.do_open(tmp_file, mode="w" + mode_suffix) as f: 30 with self.do_open(tmp_file, mode="r" + mode_suffix) as f: 43 with open(rfd, "rb") as r, open(wfd, "wb") as w: 44 with self.do_open(r, mode="r" + mode_suffix) as decompress: 45 with self.do_open(w, mode="w" + mode_suffix) as compress: 59 with tmp_file.open("wb") as f: 63 with self.do_open(tmp_file, mode="rb", stderr=subprocess.DEVNULL) as f: 75 with bb.compress.lz4.open(*args, **kwargs) as f: 87 with bb.compress.zstd.open(*args, **kwargs) as f: 99 with bb.compress.zstd.open(*args, num_threads=2, **kwargs) as f:
|
| /openbmc/qemu/docs/system/arm/ |
| H A D | mps2.rst | 7 bigger FPGA but is otherwise the same as the 2; the 3 has a bigger 11 details of the board as seen by the guest depend significantly on the 19 Cortex-M3 as documented in Arm Application Note AN385 21 Cortex-M4 as documented in Arm Application Note AN386 23 Cortex-M7 as documented in Arm Application Note AN500 25 Cortex-M33 as documented in Arm Application Note AN505 27 Cortex-M3 'DesignStart' as documented in Arm Application Note AN511 29 Dual Cortex-M33 as documented in Arm Application Note AN521 31 Dual Cortex-M33 on an MPS3, as documented in Arm Application Note AN524 33 Cortex-M55 on an MPS3, as documented in Arm Application Note AN547 [all …]
|