Home
last modified time | relevance | path

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

/u-boot/arch/x86/cpu/intel_common/
A Dmrc.c32 struct memory_area *largest = NULL; in mrc_common_board_get_usable_ram_top() local
42 if (!largest || area->size > largest->size) in mrc_common_board_get_usable_ram_top()
43 largest = area; in mrc_common_board_get_usable_ram_top()
47 assert(largest); in mrc_common_board_get_usable_ram_top()
48 if (!largest || largest->size < (2 << 20)) in mrc_common_board_get_usable_ram_top()
51 dest_addr = largest->start + largest->size; in mrc_common_board_get_usable_ram_top()
/u-boot/arch/x86/cpu/efi/
A Dpayload.c35 struct efi_mem_desc *largest = NULL; in board_get_usable_ram_top() local
57 if (!largest || desc->num_pages > largest->num_pages) in board_get_usable_ram_top()
58 largest = desc; in board_get_usable_ram_top()
62 assert(largest); in board_get_usable_ram_top()
63 if (!largest || (largest->num_pages << EFI_PAGE_SHIFT) < (2 << 20)) in board_get_usable_ram_top()
66 dest_addr = largest->physical_start + (largest->num_pages << in board_get_usable_ram_top()
/u-boot/drivers/mtd/nand/raw/
A Datmel_nand.c254 int largest; in pmecc_get_sigma() local
322 largest = -1; in pmecc_get_sigma()
325 if ((dmu[j]) && (delta[j] > largest)) { in pmecc_get_sigma()
326 largest = delta[j]; in pmecc_get_sigma()
/u-boot/doc/api/
A Dlinker_lists.rst154 on the largest possible boundary that can be required by the compiler. This
/u-boot/doc/
A DREADME.generic-board92 largest and most feature-full board, so hopefully we have all bases
A DREADME.virtio228 2. update VIRTIO_ID_MAX_NUM to be the largest device ID plus 1
/u-boot/doc/uefi/
A Du-boot_on_efi.rst173 will relocate itself to the top of the largest block of memory it can find
/u-boot/tools/buildman/
A DREADME733 list is sorted in order from largest growth to largest reduction.
/u-boot/
A DREADME4429 different size, the largest is mapped first. For equal size, the first

Completed in 14 milliseconds