/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 34 * Find largest area of memory below 4GB. We could in board_get_usable_ram_top() 38 * absolute largest region. in board_get_usable_ram_top() 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/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 32 /* Find largest area of memory below 4GB */ in mrc_common_board_get_usable_ram_top() 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/openbmc/poky/bitbake/lib/simplediff/ |
H A D | __init__.py | 60 # Find the largest substring common to old and new. 65 # length of the largest suffix of `old[:i]` equal to a suffix 72 # If the length of overlap exceeds the largest substring 73 # seen so far (`sub_length`), we update the largest substring 77 # `sub_start_old` is the index of the beginning of the largest overlapping 81 # These track the largest overlapping substring seen so far, so naturally 94 # this is the largest substring seen so far, so store its
|
/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/u-boot/arch/nios2/include/asm/ |
H A D | cache.h | 12 * 16, and 32 bytes. We default to the largest of these values for
|
/openbmc/qemu/ |
H A D | page-target.c | 17 /* So far, the largest (non-huge) page size is 64k, i.e. 16 bits. */ in qemu_target_pages_to_MiB()
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | cache.h | 14 * 32-bytes is the largest L1 data cache line size for SH the architecture. So
|
/openbmc/u-boot/arch/arc/include/asm/ |
H A D | cache.h | 14 * And to satisfy users of ARCH_DMA_MINALIGN we just use largest line length
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | cache.h | 45 * The value of the largest data cache relevant to DMA operations shall be set
|
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
H A D | net_types.h | 22 // Buffer big enough for largest frame we expect
|
/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/u-boot/lib/zlib/ |
H A D | adler32.c | 11 #define BASE 65521UL /* largest prime smaller than 65536 */ 13 /* NMAX is the largest n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
|
/openbmc/u-boot/include/dt-bindings/dma/ |
H A D | at91.h | 26 #define AT91_DMA_CFG_FIFOCFG_ALAP (0x1 << AT91_DMA_CFG_FIFOCFG_OFFSET) /* largest defined AHB burst…
|
/openbmc/slpd-lite/ |
H A D | slp_meta.hpp | 15 /** @brief Largest input or output buffer allowed */
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 312 | 87 # Three data regions, the largest one (0x30000) will be picked, end result: 112 # The zero region will be ignored in favor of the largest data region
|
/openbmc/u-boot/drivers/mtd/ |
H A D | cfi_mtd.c | 164 * Now detect the largest sector and fill the eraseregions in cfi_mtd_set_erasesize() 182 * Select the largest sector size as erasesize (e.g. for UBI) in cfi_mtd_set_erasesize()
|
/openbmc/u-boot/include/zfs/ |
H A D | dnode.h | 58 uint64_t dn_maxblkid; /* largest allocated block ID */
|
/openbmc/u-boot/cmd/ |
H A D | read.c | 60 /* Largest address not available in struct blk_desc. */ in do_read()
|
/openbmc/hiomapd/ |
H A D | windows.c | 477 * windows_find_largest() - Find the largest window in the window cache 480 * Return: The largest window 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/phosphor-mboxd/ |
H A D | mboxd_windows.c | 471 * find_largest_window() - Find the largest window in the window cache 474 * Return: The largest window 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/qemu/include/exec/ |
H A D | tlb-flags.h | 62 * These must be above the largest alignment (64 bytes),
|
/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/ipmitool/src/plugins/lanplus/ |
H A D | lanplus.h | 103 #define IPMI_MAX_MAC_SIZE 0x14 /* The largest mac we ever expect to generate */
|
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | fpa11_cpdo.c | 40 Choose the largest size and perform operations in that size, in EmulateCPDO()
|
/openbmc/libpldm/include/libpldm/ |
H A D | fru.h | 88 uint32_t fru_table_maximum_size; //!< The size of the largest FRU Record data 195 * @param[out] fru_table_maximum_size - Size of the largest FRU Record data 220 * @param[in] fru_table_maximum_size - Size of the largest FRU Record data
|