Home
last modified time | relevance | path

Searched refs:largest (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dmrc.c29 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 Dpayload.c31 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 D0005-Platform-CS1000-Increase-RSE_COMMS-buffer-size.patch24 -/* 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 Dmboxd_windows.c478 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 D0003-fixheadercheck.patch29 enough for the largest alignment required by a data
/openbmc/hiomapd/
H A Dwindows.c484 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 DCVE-2025-24528.patch7 larger than the largest possible block size (2^16-1).
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Datmel_nand.c248 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 D0003-GLVisualConfig-By-default-don-t-care-about-the-stenc.patch57 * 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 D0002-Fix-in-AEAD-for-psa-arch-test-254.patch42 * just the largest size that may be generated by
/openbmc/qemu/ui/
H A Dvnc-enc-zrle.c.inc20 * bigger than the largest tile of pixel data, since the ZRLE encoding
/openbmc/phosphor-host-ipmid/docs/
H A Doem-extension-numbering.md168 - However, maximum reply limit is sized for the largest single read.
/openbmc/u-boot/doc/
H A DREADME.generic-board92 largest and most feature-full board, so hopefully we have all bases
H A DREADME.virtio228 2. update VIRTIO_ID_MAX_NUM to be the largest device ID plus 1
H A DREADME.u-boot_on_efi190 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 Duserfaultfd.patch205 + the best (largest) one we can and set things up for it. srandom is
/openbmc/qemu/fpu/
H A Dsoftfloat-parts.c.inc1222 * 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 Dphysmem.c1709 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 Devents.md300 - 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 Dconfigure.md371 Then it's compared to the list of `reading` values finding the largest that's
/openbmc/ipmitool/
H A DREADME43 Obviously the largest requirement is hardware with a service processor
/openbmc/qemu/docs/devel/
H A Dclocks.rst385 saturates the result to INT64_MAX (because this is the largest valid
/openbmc/libmctp/docs/bindings/
H A Dvendor-ibm-astlpc.md66 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 D0001-replace-__pure__-with-compiler-attribute-pure.patch50 /* byte_rchr returns the largest integer i between 0 and len-1 inclusive
/openbmc/u-boot/tools/buildman/
H A DREADME705 list is sorted in order from largest growth to largest reduction.

12