| /openbmc/qemu/stubs/ |
| H A D | iothread-lock.c | 26 void bql_block_unlock(bool increase) in bql_block_unlock() argument 33 new_value = bql_unlock_blocked + increase - !increase; in bql_block_unlock() 34 assert((new_value > bql_unlock_blocked) == increase); in bql_block_unlock()
|
| /openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/pldm/ |
| H A D | pldm_%.bbappend | 3 # increase the timeouts for our use-case,
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/ |
| H A D | optee-os-corstone1000-common.inc | 4 file://0002-plat-corstone1000-increase-CFG_TZDRAM_SIZE.patch \
|
| /openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-bsp/u-boot/files/ |
| H A D | fvp.cfg | 3 CONFIG_SYS_BOOTM_LEN=0x6000000 # increase buffer size for decompression
|
| /openbmc/webui-vue/docs/guide/components/ |
| H A D | readme.md | 6 experience and increase efficiency. Review the existing components before using
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/tomoyo-tools/ |
| H A D | tomoyo-tools_2.6.1.bb | 3 for Linux that can be used to increase the security of a system, while also \
|
| /openbmc/qemu/system/ |
| H A D | cpus.c | 522 void bql_block_unlock(bool increase) in bql_block_unlock() argument 529 new_value = bql_unlock_blocked + increase - !increase; in bql_block_unlock() 530 assert((new_value > bql_unlock_blocked) == increase); in bql_block_unlock()
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/files/optee-os/corstone1000/ |
| H A D | 0002-plat-corstone1000-increase-CFG_TZDRAM_SIZE.patch | 4 Subject: [PATCH] plat-corstone1000: increase CFG_TZDRAM_SIZE
|
| /openbmc/openbmc/meta-security/recipes-mac/ccs-tools/ |
| H A D | ccs-tools_1.8.9.bb | 2 …atory Access Control (MAC) implementation for Linux that can be used to increase the security of a…
|
| /openbmc/qemu/qapi/ |
| H A D | stats.json | 22 # @cumulative: stat is cumulative; value can only increase. 24 # @instant: stat is instantaneous; value can increase or decrease. 26 # @peak: stat is the peak value; value can only increase.
|
| /openbmc/qemu/include/qemu/ |
| H A D | main-loop.h | 286 void bql_block_unlock(bool increase);
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | visit.py | 101 indent.increase() 111 indent.increase()
|
| H A D | common.py | 148 def increase(self, amount: int = 4) -> None: member in Indentation
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
| H A D | 0008-Platform-CS1000-Increase-flash-PS-area-size.patch | 7 The aim of this commit is to increase the size of PS storage in SE
|
| /openbmc/u-boot/doc/ |
| H A D | README.ARC | 13 their own custom instructions that dramatically increase performance.
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffs_yaffs2.c | 839 loff_t increase; in yaffs2_handle_hole() local 863 increase = new_size - old_file_size; in yaffs2_handle_hole() 865 if (increase < YAFFS_SMALL_HOLE_THRESHOLD * dev->data_bytes_per_chunk && in yaffs2_handle_hole() 882 while (increase > 0 && small_increase_ok) { in yaffs2_handle_hole() 883 this_write = increase; in yaffs2_handle_hole() 891 increase -= this_write; in yaffs2_handle_hole()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libjxl/libjxl/ |
| H A D | 0001-cmake-Do-not-use-mrelax-all-with-clang-on-RISCV64.patch | 21 If the assembler also does branch relaxation it will increase the size
|
| /openbmc/qemu/docs/system/arm/ |
| H A D | bananapi_m2u.rst | 84 done with the ``qemu-img`` command. It is recommended to only increase the image size 86 to prepare a downloaded Armbian image, first extract it and then increase
|
| /openbmc/u-boot/lib/lzma/ |
| H A D | lzma.txt | 158 overall weight of memory speed will slightly increase. 261 To increase the compression ratio for LZMA compressing it's desirable 270 You can increase the compression ratio for some data types, using 272 increase the compression ratio on 5-10% for code for those CPU ISAs: 290 so it will not increase decompressing time too much. 558 _LZMA_PROB32 - It can increase the speed on some 32-bit CPUs, but memory usage for
|
| /openbmc/phosphor-fan-presence/docs/control/ |
| H A D | zones.md | 42 NetTargetIncrease requests an increase. All increases requested inside of this
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | x32-psabi.rst | 19 pointers. The extra bits increase the footprint size of the programs,
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/ |
| H A D | linux-arm-platforms.inc | 55 # otherwise the extra kernel modules will increase the rootfs size
|
| /openbmc/qemu/docs/tools/ |
| H A D | qemu-vmsr-helper.rst | 57 increase verbosity
|
| H A D | qemu-pr-helper.rst | 59 increase verbosity
|
| /openbmc/qemu/rust/qemu-api/src/ |
| H A D | cell.rs | 241 fn bql_block_unlock(increase: bool) { in bql_block_unlock() 244 bindings::bql_block_unlock(increase); in bql_block_unlock()
|