Home
last modified time | relevance | path

Searched refs:load_size (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/board/synopsys/axs10x/
H A Dheaderize-axs.py132 load_size = os.path.getsize(headerised_filename)
134 "crc32 " + hex(load_addr) + " " + hex(load_size) + " " + hex(crc_calc_adr)
141 if load_size & 0xFFFF == 0:
142 errase_size = load_size
144 errase_size = load_size - (load_size & 0xFFFF) + 0x10000
162 … "sf write " + hex(load_addr) + " " + hex(spi_flash_offset) + " " + hex(load_size) + " && " + \
/openbmc/u-boot/board/synopsys/hsdk/
H A Dheaderize-hsdk.py114 load_size = os.path.getsize(headerised_filename)
116 "crc32 " + hex(load_addr) + " " + hex(load_size) + " " + hex(crc_calc_adr)
123 if load_size & 0xFFFF == 0:
124 errase_size = load_size
126 errase_size = load_size - (load_size & 0xFFFF) + 0x10000
135 "sf write " + hex(load_addr) + " 0x0 " + hex(load_size) + " && " + \
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dfile.c190 unsigned long *load_size) in handle_cmdline_files() argument
202 if (!load_addr || !load_size) in handle_cmdline_files()
294 *load_size = alloc_size; in handle_cmdline_files()
296 if (*load_size == 0) in handle_cmdline_files()
H A Defi-stub-helper.c231 unsigned long load_size, in efi_measure_tagged_event() argument
269 load_addr, load_size, &evt->event_data); in efi_measure_tagged_event()
H A Defistub.h1013 unsigned long *load_size);
1018 unsigned long *load_size) in efi_load_dtb() argument
1021 ULONG_MAX, ULONG_MAX, load_addr, load_size); in efi_load_dtb()
/openbmc/linux/arch/sparc/vdso/
H A Dvdso2c.h16 unsigned long load_size = -1; /* Work around bogus warning */ in BITSFUNC() local
40 load_size = GET_BE(&pt[i].p_memsz); in BITSFUNC()
51 if (stripped_len < load_size) in BITSFUNC()
/openbmc/linux/arch/x86/entry/vdso/
H A Dvdso2c.h48 unsigned long load_size = -1; /* Work around bogus warning */ in BITSFUNC() local
76 load_size = GET_LE(&pt[i].p_memsz); in BITSFUNC()
87 if (stripped_len < load_size) in BITSFUNC()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/
H A D0001-add-new-option-eltorito-platform.patch252 int load_size;