Searched refs:setup_start (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/include/ |
| H A D | image.h | 577 int boot_get_setup(bootm_headers_t *images, uint8_t arch, ulong *setup_start, 627 ulong *setup_start, ulong *setup_len);
|
| /openbmc/u-boot/common/ |
| H A D | image.c | 1216 ulong *setup_start, ulong *setup_len) in boot_get_setup() argument 1219 return boot_get_setup_fit(images, arch, setup_start, setup_len); in boot_get_setup()
|
| H A D | image-fit.c | 2014 ulong *setup_start, ulong *setup_len) in boot_get_setup_fit() argument 2028 FIT_LOAD_REQUIRED, setup_start, &len); in boot_get_setup_fit()
|
| /openbmc/qemu/migration/ |
| H A D | migration.c | 3691 int64_t setup_start = qemu_clock_get_ms(QEMU_CLOCK_HOST); in migration_thread() local 3762 s->setup_time = qemu_clock_get_ms(QEMU_CLOCK_HOST) - setup_start; in migration_thread() 3831 int64_t setup_start; in bg_migration_thread() local 3842 setup_start = qemu_clock_get_ms(QEMU_CLOCK_HOST); in bg_migration_thread() 3887 s->setup_time = qemu_clock_get_ms(QEMU_CLOCK_HOST) - setup_start; in bg_migration_thread()
|