| /openbmc/qemu/tests/tcg/aarch64/gdbstub/ |
| H A D | test-mte.py | 4 # qMemTag, and QMemTag packets, which are used for manipulating allocation tags. 54 # Test if we can check correctly that the allocation tag for the address 61 report(False, "Logical and allocation tags don't match!") 63 # Test allocation tag 'set and print' commands. Commands on logical 66 # Set the allocation tag for the first granule (16 bytes) of 68 gdb.execute(f"memory-tag set-allocation-tag {ta} 1 04", False, True) 70 # Then set the allocation tag for the second granule to a known 73 gdb.execute(f"memory-tag set-allocation-tag {ta}+16 1 06", False, True) 77 co = gdb.execute(f"memory-tag print-allocation-tag {ta}", False, True) 80 co = gdb.execute(f"memory-tag print-allocation-tag {ta}+16", False, True) [all …]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 175.out | 5 size=1048576, min allocation 9 size=1048576, min allocation 13 size=1048576, max allocation 17 size=1048576, max allocation 21 size=4096, min allocation 25 size=1048576, min allocation
|
| H A D | 307.out | 24 base:allocation 53 base:allocation 85 base:allocation 95 base:allocation 122 base:allocation
|
| H A D | 060.out | 142 qcow2: Marking image as corrupt: Cluster allocation offset 0x52a00 unaligned (L2 offset: 0x40000, L… 150 qcow2: Marking image as corrupt: Cluster allocation offset 0x52a00 unaligned (L2 offset: 0x40000, L… 173 qcow2: Image is corrupt: Cluster allocation offset 0x52a00 unaligned (L2 offset: 0x40000, L2 index:… 183 qcow2: Marking image as corrupt: Cluster allocation offset 0x62a00 unaligned (L2 offset: 0x40000, L… 211 qcow2: Marking image as corrupt: Preventing invalid allocation of refcount block at offset 0; furth… 231 qcow2: Marking image as corrupt: Preventing invalid allocation of L2 table at offset 0; further cor… 253 qcow2: Marking image as corrupt: Preventing invalid allocation of compressed cluster at offset 0; f… 288 qcow2: Marking image as corrupt: Preventing invalid allocation of L2 table at offset 0; further cor…
|
| /openbmc/qemu/docs/interop/ |
| H A D | nbd.rst | 18 QEMU supports the ``base:allocation`` metadata context as defined in the 41 qemu:allocation-depth 43 In the allocation depth context, the entire 32-bit value represents a 49 in addition to the specific ``qemu:allocation-depth`` and 77 ``NBD_CMD_BLOCK_STATUS`` for ``base:allocation`` 85 ``NBD_CMD_BLOCK_STATUS`` for ``qemu:allocation-depth``
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | block-status-cache | 40 # Pass --allocation-depth to enable the qemu:allocation-depth context, 46 '--allocation-depth', 64 x-dirty-bitmap=qemu:allocation-depth, so we first run a normal `map` 66 qemu:allocation-depth context, and finally another normal `map` to 72 ',x-dirty-bitmap=qemu:allocation-depth' 81 # qemu:allocation-depth maps for want_zero=false. 122 'qemu:allocation-depth')
|
| H A D | nbd-qemu-allocation.out | 1 QA output created by nbd-qemu-allocation 12 === Check allocation over NBD === 26 base:allocation 27 qemu:allocation-depth
|
| H A D | nbd-qemu-allocation | 55 echo "=== Check allocation over NBD ===" 63 # Normal -f raw NBD block status loses access to allocation information 74 "$IMG,x-dirty-bitmap=qemu:allocation-depth" | _filter_qemu_img_map
|
| /openbmc/qemu/include/qemu/ |
| H A D | memalign.h | 2 * Allocation and free functions for aligned memory 14 * @size: size of allocation, in bytes 28 * @size: size of allocation, in bytes 31 * abort() with an error message if the memory allocation fails.
|
| /openbmc/u-boot/drivers/video/stm32/ |
| H A D | Kconfig | 17 int "Maximum horizontal resolution (for memory allocation purposes)" 26 int "Maximum vertical resolution (for memory allocation purposes)" 35 int "Maximum bits per pixel (for memory allocation purposes)"
|
| /openbmc/openbmc/poky/meta/recipes-bsp/grub/files/ |
| H A D | CVE-2024-45775.patch | 4 Subject: [PATCH] commands/extcmd: Missing check for failed allocation 7 a grub_arg_list struct but it does not verify the allocation was successful. 8 In case of failed allocation the NULL state pointer can be accessed in
|
| /openbmc/qemu/tests/tcg/aarch64/system/ |
| H A D | mte.S | 53 * is different from the allocation tag related to 'addr' address. 55 * ATA[43] = 0b1 => Enable access to allocation tags at EL1 92 * set the allocation tag for granule at 'addr'. The tag is extracted 100 * allocation tag associated with the memory pointed by tagged_addr are
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
| H A D | NetworkPort.v1_4_3.json | 84 …"description": "A maximum bandwidth allocation percentage for a network device functions associate… 85 …"longDescription": "This type shall describe a maximum bandwidth percentage allocation for a netwo… 102 …"description": "The maximum bandwidth allocation percentage allocated to the corresponding network… 103 …iption": "This property shall contain the maximum bandwidth percentage allocation for the associat… 122 …"description": "A minimum bandwidth allocation percentage for a network device functions associate… 123 …"longDescription": "This type shall describe a minimum bandwidth percentage allocation for a netwo… 140 …"description": "The minimum bandwidth allocation percentage allocated to the corresponding network… 141 …iption": "This property shall contain the minimum bandwidth percentage allocation for the associat… 335 …"description": "An array of maximum bandwidth allocation percentages for the network device functi… 339 …scription": "This property shall contain an array of maximum bandwidth allocation percentages for … [all …]
|
| H A D | PowerSubsystem.v1_1_3.json | 57 "description": "Power allocation for a subsystem.", 58 …iption": "This type shall contain the set of properties describing the allocation of power for a s… 135 "Allocation": { object 137 …"description": "Power allocation for this subsystem when it represents a subset of the power infra… 138 …on": "This property shall contain the set of properties describing the allocation of power for thi…
|
| /openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
| H A D | README.soc | 29 - Hardware buffer management for buffer allocation and de-allocation (BMan) 100 congestion management, buffer allocation and de-allocation (QBMan) 185 - Hardware buffer management for buffer allocation and de-allocation (BMan) 227 congestion management, buffer allocation and de-allocation (QBMan)
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
| H A D | PowerSubsystem.v1_1_3.json | 57 "description": "Power allocation for a subsystem.", 58 …iption": "This type shall contain the set of properties describing the allocation of power for a s… 135 "Allocation": { object 137 …"description": "Power allocation for this subsystem when it represents a subset of the power infra… 138 …on": "This property shall contain the set of properties describing the allocation of power for thi…
|
| /openbmc/u-boot/drivers/video/rockchip/ |
| H A D | Kconfig | 23 int "Maximum horizontal resolution (for memory allocation purposes)" 32 int "Maximum vertical resolution (for memory allocation purposes)"
|
| /openbmc/qemu/include/tcg/ |
| H A D | tcg-temp-internal.h | 2 * TCG internals related to TCG temp allocation 29 * Allocation and freeing of EBB temps is reserved to TCG internals
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | gui.py | 208 def on_allocation_size_changed(self, widget, allocation): argument 209 self.hadj.page_size = allocation.width 210 self.hadj.page_increment = allocation.width * 0.9 211 self.vadj.page_size = allocation.height 212 self.vadj.page_increment = allocation.height * 0.9 213 self.our_width = allocation.width 216 self.our_height = allocation.height
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/files/ |
| H A D | 0001-unistr.c-Fix-use-after-free-in-ntfs_uppercase_mbs.patch | 8 anything in '*t'. After the loop the uppercase string's allocation is 10 '*t', which points into the freed allocation, for the purpose of NULL-
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
| H A D | PowerSubsystem_v1.xml | 90 <Property Name="Allocation" Type="PowerSubsystem.v1_0_0.PowerAllocation" Nullable="false"> 91 …<Annotation Term="OData.Description" String="Power allocation for this subsystem when it represent… 92 …ring="This property shall contain the set of properties describing the allocation of power for thi… 111 <Annotation Term="OData.Description" String="Power allocation for a subsystem."/> 112 …" String="This type shall contain the set of properties describing the allocation of power for a s… 160 …ata.Description" String="This version was created to clarify that the `Allocation` object is inten… 192 …ata.Description" String="This version was created to clarify that the `Allocation` object is inten…
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
| H A D | PowerSubsystem_v1.xml | 90 <Property Name="Allocation" Type="PowerSubsystem.v1_0_0.PowerAllocation" Nullable="false"> 91 …<Annotation Term="OData.Description" String="Power allocation for this subsystem when it represent… 92 …ring="This property shall contain the set of properties describing the allocation of power for thi… 111 <Annotation Term="OData.Description" String="Power allocation for a subsystem."/> 112 …" String="This type shall contain the set of properties describing the allocation of power for a s… 160 …ata.Description" String="This version was created to clarify that the `Allocation` object is inten… 192 …ata.Description" String="This version was created to clarify that the `Allocation` object is inten…
|
| /openbmc/u-boot/drivers/crypto/fsl/ |
| H A D | jobdesc.c | 41 * CAAM page allocation: 68 printf("Error: De-allocation status 0x%X\n", temp_reg); in caam_page_alloc() 86 printf("Error: Allocation status 0x%X\n", temp_reg); in caam_page_alloc() 95 printf("Error: Allocation status 0x%X\n", temp_reg); in caam_page_alloc() 103 printf("Allocation of page %d in partition %d failed 0x%X\n", in caam_page_alloc()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tiobench/tiobench-0.3.3/ |
| H A D | avoid-glibc-clashes.patch | 2 Subject: [PATCH] Avoid aligned allocation function name clashes 4 glibc added new methods for aligned allocation and it clashes with the
|
| /openbmc/qemu/tests/tcg/aarch64/ |
| H A D | mte-8.c | 37 * Set the allocation tag on the destination address. 92 /* set the logical and allocation tags */ in main()
|