Searched refs:dt_size (Results 1 – 1 of 1) sorted by relevance
170 UINTN cmdline_len = 0, linux_size, initrd_size, dt_size; in efi_main() local273 dt_size = szs[SECTION_DTB]; in efi_main()274 …dt_base = dt_size != 0 ? POINTER_TO_PHYSICAL_ADDRESS(loaded_image->ImageBase) + addrs[SECTION_DTB]… in efi_main()293 if (dt_size > 0) { in efi_main()295 &dt_state, PHYSICAL_ADDRESS_TO_POINTER(dt_base), dt_size); in efi_main()