Searched refs:largest (Results 1 – 16 of 16) sorted by relevance
32 struct memory_area *largest = NULL; in mrc_common_board_get_usable_ram_top() local42 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()
36 struct efi_mem_desc *largest = NULL; in board_get_usable_ram_top() local58 if (!largest || desc->num_pages > largest->num_pages) in board_get_usable_ram_top()59 largest = desc; in board_get_usable_ram_top()63 assert(largest); in board_get_usable_ram_top()64 if (!largest || (largest->num_pages << EFI_PAGE_SHIFT) < (2 << 20)) in board_get_usable_ram_top()67 dest_addr = largest->physical_start + (largest->num_pages << in board_get_usable_ram_top()
494 int largest; in atmel_pmecc_get_sigma() local562 largest = -1; in atmel_pmecc_get_sigma()565 if ((dmu[j]) && (delta[j] > largest)) { in atmel_pmecc_get_sigma()566 largest = delta[j]; in atmel_pmecc_get_sigma()
219 * next largest cable length specified. These274 * next largest cable length specified. These
251 int largest; in pmecc_get_sigma() local319 largest = -1; in pmecc_get_sigma()322 if ((dmu[j]) && (delta[j] > largest)) { in pmecc_get_sigma()323 largest = delta[j]; in pmecc_get_sigma()
154 on the largest possible boundary that can be required by the compiler. This
92 largest and most feature-full board, so hopefully we have all bases
258 2. update VIRTIO_ID_MAX_NUM to be the largest device ID plus 1
180 will relocate itself to the top of the largest block of memory it can find
368 [ 2.388267] L2CACHE: Index of the largest way enabled: 15
747 list is sorted in order from largest growth to largest reduction.
384 CONFIG_ENV_OFFSET must be aligned to the largest of the
1406 largest value supported by all devices below the root complex.
2671 different size, the largest is mapped first. For equal size, the first
Completed in 50 milliseconds