| /openbmc/u-boot/arch/x86/cpu/intel_common/ |
| H A D | mrc.c | 29 struct memory_area *largest = NULL; in mrc_common_board_get_usable_ram_top() local 39 if (!largest || area->size > largest->size) in mrc_common_board_get_usable_ram_top() 40 largest = area; in mrc_common_board_get_usable_ram_top() 44 assert(largest); in mrc_common_board_get_usable_ram_top() 45 if (!largest || largest->size < (2 << 20)) in mrc_common_board_get_usable_ram_top() 48 dest_addr = largest->start + largest->size; in mrc_common_board_get_usable_ram_top()
|
| /openbmc/u-boot/arch/x86/cpu/efi/ |
| H A D | payload.c | 31 struct efi_mem_desc *largest = NULL; in board_get_usable_ram_top() local 53 if (!largest || desc->num_pages > largest->num_pages) in board_get_usable_ram_top() 54 largest = desc; in board_get_usable_ram_top() 58 assert(largest); in board_get_usable_ram_top() 59 if (!largest || (largest->num_pages << EFI_PAGE_SHIFT) < (2 << 20)) in board_get_usable_ram_top() 62 dest_addr = largest->physical_start + (largest->num_pages << in board_get_usable_ram_top()
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
| H A D | 0005-Platform-CS1000-Increase-RSE_COMMS-buffer-size.patch | 24 -/* size suits to fit the largest message too (EFI variables) */ 27 + * The size suits to fit the largest message too (EFI variables)
|
| /openbmc/phosphor-mboxd/ |
| H A D | mboxd_windows.c | 478 struct window_context *largest = NULL, *cur; in find_largest_window() local 487 largest = cur; in find_largest_window() 491 return largest; in find_largest_window()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/ |
| H A D | 0003-fixheadercheck.patch | 29 enough for the largest alignment required by a data
|
| /openbmc/hiomapd/ |
| H A D | windows.c | 484 struct window_context *largest = NULL, *cur; in windows_find_largest() local 493 largest = cur; in windows_find_largest() 497 return largest; in windows_find_largest()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | CVE-2025-24528.patch | 7 larger than the largest possible block size (2^16-1).
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | atmel_nand.c | 248 int largest; in pmecc_get_sigma() local 316 largest = -1; in pmecc_get_sigma() 319 if ((dmu[j]) && (delta[j] > largest)) { in pmecc_get_sigma() 320 largest = delta[j]; in pmecc_get_sigma()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/ |
| H A D | 0003-GLVisualConfig-By-default-don-t-care-about-the-stenc.patch | 57 * If scale > 0, we reward the largest positive difference from target,
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
| H A D | 0002-Fix-in-AEAD-for-psa-arch-test-254.patch | 42 * just the largest size that may be generated by
|
| /openbmc/qemu/ui/ |
| H A D | vnc-enc-zrle.c.inc | 20 * bigger than the largest tile of pixel data, since the ZRLE encoding
|
| /openbmc/phosphor-host-ipmid/docs/ |
| H A D | oem-extension-numbering.md | 168 - However, maximum reply limit is sized for the largest single read.
|
| /openbmc/u-boot/doc/ |
| H A D | README.generic-board | 92 largest and most feature-full board, so hopefully we have all bases
|
| H A D | README.virtio | 228 2. update VIRTIO_ID_MAX_NUM to be the largest device ID plus 1
|
| H A D | README.u-boot_on_efi | 190 will relocate itself to the top of the largest block of memory it can find
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/ |
| H A D | userfaultfd.patch | 205 + the best (largest) one we can and set things up for it. srandom is
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat-parts.c.inc | 1222 * the largest positive integer is returned. Otherwise, if the 1223 * conversion overflows, the largest integer with the same sign as `a' 1289 * the largest unsigned integer is returned. Otherwise, if the 1290 * conversion overflows, the largest unsigned integer is returned. If
|
| /openbmc/qemu/system/ |
| H A D | physmem.c | 1709 size_t largest = 0; in qemu_ram_pagesize_largest() local 1712 largest = MAX(largest, qemu_ram_pagesize(block)); in qemu_ram_pagesize_largest() 1715 return largest; in qemu_ram_pagesize_largest()
|
| /openbmc/phosphor-fan-presence/docs/control/ |
| H A D | events.md | 300 - Requests an increase of the largest calculated delta value, if there is one. 327 - Requests an increase of the largest calculated delta value, if there is one.
|
| /openbmc/phosphor-pid-control/ |
| H A D | configure.md | 371 Then it's compared to the list of `reading` values finding the largest that's
|
| /openbmc/ipmitool/ |
| H A D | README | 43 Obviously the largest requirement is hardware with a service processor
|
| /openbmc/qemu/docs/devel/ |
| H A D | clocks.rst | 385 saturates the result to INT64_MAX (because this is the largest valid
|
| /openbmc/libmctp/docs/bindings/ |
| H A D | vendor-ibm-astlpc.md | 66 The largest payload the link will accept for a packet. The Maximum Transmission
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/ |
| H A D | 0001-replace-__pure__-with-compiler-attribute-pure.patch | 50 /* byte_rchr returns the largest integer i between 0 and len-1 inclusive
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | README | 705 list is sorted in order from largest growth to largest reduction.
|